Searched defs:protocolstruct (Results 1 – 6 of 6) sorted by relevance
14 struct protocolstruct struct16 struct sockaddr_in6 sin1, /* socket structure #1 */17 sin2; /* socket structure #2 */18 int nodelay; /* Flag for TCP nodelay */19 struct addrinfo *addr; /* Address of host */20 struct addrinfo *server_addr; /* Address of server */21 int sndbufsz, /* Size of TCP send buffer */22 rcvbufsz; /* Size of TCP receive buffer */
6 struct protocolstruct struct8 int nbor, iproc;
7 struct protocolstruct struct10 int mytid;13 int othertid;
12 struct protocolstruct struct14 struct sockaddr_in sin1, /* socket structure #1 */15 sin2; /* socket structure #2 */16 int nodelay; /* Flag for TCP nodelay */17 struct hostent *addr; /* Address of host */18 int sndbufsz, /* Size of TCP send buffer */19 rcvbufsz; /* Size of TCP receive buffer */