ReactOS 0.4.15-dev-7942-gd23573b
tftpConnType Struct Reference

#include <tftpd.h>

Collaboration diagram for tftpConnType:

Public Attributes

SOCKET sock
 
sockaddr_in addr
 
MYDWORD server
 
MYWORD port
 
bool loaded
 
bool ready
 

Detailed Description

Definition at line 43 of file tftpd.h.

Member Data Documentation

◆ addr

sockaddr_in tftpConnType::addr

Definition at line 46 of file tftpd.h.

Referenced by init().

◆ loaded

bool tftpConnType::loaded

Definition at line 49 of file tftpd.h.

Referenced by closeConn(), and init().

◆ port

MYWORD tftpConnType::port

Definition at line 48 of file tftpd.h.

Referenced by init(), and processRequest().

◆ ready

bool tftpConnType::ready

Definition at line 50 of file tftpd.h.

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

◆ server

MYDWORD tftpConnType::server

Definition at line 47 of file tftpd.h.

Referenced by init(), and processRequest().

◆ sock

SOCKET tftpConnType::sock

Definition at line 45 of file tftpd.h.

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


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