Lines Matching refs:int
9 element {struct hostent} int h_addrtype
10 element {struct hostent} int h_length
17 element {struct netent} int n_addrtype
27 element {struct protoent} int p_proto
33 element {struct servent} int s_port
39 // variable int h_errno
50 element {struct addrinfo} int ai_flags
51 element {struct addrinfo} int ai_family
52 element {struct addrinfo} int ai_socktype
53 element {struct addrinfo} int ai_protocol
91 function {const char*} gai_strerror (int)
92 function int getaddrinfo (const char*, const char*, const struct addrinfo*, struct addrinfo**)
94 function {struct hostent*} gethostbyaddr (const void*, socklen_t, int)
98 function int getnameinfo (const struct sockaddr*, socklen_t, char*, socklen_t, char*, socklen_t, in…
100 function {struct netent*} getnetbyaddr (uint32_t, int)
104 function {struct protoent*} getprotobynumber (int)
107 function {struct servent*} getservbyport (int, const char*)
109 function void sethostent (int)
110 function void setnetent (int)
111 function void setprotoent (int)
112 function void setservent (int)