#include <f_stccomm.h>
Public Attributes | |
INTS4 | socket |
INTS4 | sock_rw |
INTS4 | namelength |
INTS4 | i_signals |
struct sockaddr_in sock | sock_name |
struct hostent | hostentstruct |
struct hostent * | hostentptr |
INTS1 | hostname [256] |
Definition at line 304 of file f_stccomm.h.
struct hostent* s_tcpcomm::hostentptr |
Definition at line 309 of file f_stccomm.h.
Referenced by f_stc_connectserver(), and f_stc_createserver().
struct hostent s_tcpcomm::hostentstruct |
Definition at line 308 of file f_stccomm.h.
Referenced by f_stc_connectserver().
INTS1 s_tcpcomm::hostname[256] |
Definition at line 310 of file f_stccomm.h.
Referenced by f_stc_createserver().
Definition at line 306 of file f_stccomm.h.
Definition at line 305 of file f_stccomm.h.
Referenced by f_stc_acceptclient(), and f_stc_createserver().
struct sockaddr_in sock s_tcpcomm::sock_name |
Definition at line 307 of file f_stccomm.h.
Referenced by f_stc_acceptclient(), and f_stc_createserver().
Definition at line 305 of file f_stccomm.h.
Referenced by f_stc_acceptclient(), f_stc_createserver(), and f_stc_listenserver().
Definition at line 305 of file f_stccomm.h.
Referenced by f_stc_close(), f_stc_connectserver(), f_stc_createserver(), and fLmdInitMbs().