|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <tftpd.h>

Public Attributes | |
| SOCKET | sock |
| sockaddr_in | addr |
| MYDWORD | server |
| MYWORD | port |
| bool | loaded |
| bool | ready |
| sockaddr_in tftpConnType::addr |
| bool tftpConnType::loaded |
Definition at line 49 of file tftpd.h.
Referenced by closeConn(), and init().
| MYWORD tftpConnType::port |
Definition at line 48 of file tftpd.h.
Referenced by init(), and processRequest().
| bool tftpConnType::ready |
Definition at line 50 of file tftpd.h.
Referenced by closeConn(), init(), runProg(), and ServiceMain().
| MYDWORD tftpConnType::server |
Definition at line 47 of file tftpd.h.
Referenced by init(), and processRequest().
| SOCKET tftpConnType::sock |
Definition at line 45 of file tftpd.h.
Referenced by closeConn(), init(), processRequest(), runProg(), and ServiceMain().