ReactOS 0.4.15-dev-7834-g00c4b3d
data1 Struct Reference

#include <tftpd.h>

Collaboration diagram for data1:

Public Attributes

tftpConnType tftpConn [MAX_SERVERS]
 
MYDWORD allServers [MAX_SERVERS]
 
MYDWORD staticServers [MAX_SERVERS]
 
MYDWORD listenServers [MAX_SERVERS]
 
MYWORD listenPorts [MAX_SERVERS]
 
SOCKET maxFD
 
bool ready
 
bool busy
 

Detailed Description

Definition at line 125 of file tftpd.h.

Member Data Documentation

◆ allServers

MYDWORD data1::allServers[MAX_SERVERS]

Definition at line 128 of file tftpd.h.

Referenced by getInterfaces().

◆ busy

bool data1::busy

Definition at line 134 of file tftpd.h.

Referenced by detectChange(), runProg(), and ServiceMain().

◆ listenPorts

MYWORD data1::listenPorts[MAX_SERVERS]

Definition at line 131 of file tftpd.h.

Referenced by init().

◆ listenServers

MYDWORD data1::listenServers[MAX_SERVERS]

Definition at line 130 of file tftpd.h.

Referenced by init().

◆ maxFD

SOCKET data1::maxFD

Definition at line 132 of file tftpd.h.

Referenced by init(), runProg(), and ServiceMain().

◆ ready

bool data1::ready

Definition at line 133 of file tftpd.h.

Referenced by detectChange(), init(), runProg(), and ServiceMain().

◆ staticServers

MYDWORD data1::staticServers[MAX_SERVERS]

Definition at line 129 of file tftpd.h.

Referenced by getInterfaces(), and init().

◆ tftpConn

tftpConnType data1::tftpConn[MAX_SERVERS]

Definition at line 127 of file tftpd.h.

Referenced by closeConn(), init(), processRequest(), runProg(), and ServiceMain().


The documentation for this struct was generated from the following file: