Home | History | Annotate | Download | only in include

Lines Matching defs:socklen_t

101 #ifndef socklen_t
102 typedef __socklen_t socklen_t;
103 #define socklen_t __socklen_t
190 * draft-ietf-ipngwg-rfc2553bis-02.txt it was changed to a socklen_t.
208 socklen_t ai_addrlen; /*%< length of ai_addr */
321 struct hostent *gethostbyaddr(const void *, socklen_t, int);
352 int getnameinfo(const struct sockaddr * __restrict, socklen_t,
353 char * __restrict, socklen_t,
354 char * __restrict, socklen_t, int);
355 struct addrinfo *allocaddrinfo(socklen_t);