Home | History | Annotate | Download | only in Modules

Lines Matching defs:socklen_t

276 typedef size_t socklen_t;

327 const char *inet_ntop(int af, const void *src, char *dst, socklen_t size);
1607 getsockaddrlen(PySocketSockObject *s, socklen_t *len_ret)
1702 socklen_t addrlen;
1926 socklen_t buflen = 0;
1940 socklen_t flagsize = sizeof flag;
1948 /* socklen_t is unsigned so no negative test is needed,
2096 socklen_t res_size = sizeof res;
2242 socklen_t addrlen;
2271 socklen_t addrlen;
2611 socklen_t addrlen;
5541 inet_ntop(int af, const void *src, char *dst, socklen_t size)