Home
last modified time | relevance | path

Searched refs:__n (Results 1 – 2 of 2) sorted by relevance

/socket/bits/
A Dsocket2.h28 (int __fd, void *__buf, size_t __n, size_t __buflen,
34 recv (int __fd, void *__buf, size_t __n, int __flags) in recv() argument
37 if (__glibc_safe_or_unknown_len (__n, sizeof (char), sz)) in recv()
38 return __recv_alias (__fd, __buf, __n, __flags); in recv()
39 if (__glibc_unsafe_len (__n, sizeof (char), sz)) in recv()
40 return __recv_chk_warn (__fd, __buf, __n, sz, __flags); in recv()
41 return __recv_chk (__fd, __buf, __n, sz, __flags); in recv()
49 (int __fd, void *__restrict __buf, size_t __n,
53 (int __fd, void *__restrict __buf, size_t __n,
65 if (__glibc_safe_or_unknown_len (__n, sizeof (char), sz)) in recvfrom()
[all …]
/socket/sys/
A Dsocket.h138 extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags);
145 extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
152 extern ssize_t sendto (int __fd, const void *__buf, size_t __n,
163 extern ssize_t recvfrom (int __fd, void *__restrict __buf, size_t __n,
296 extern int listen (int __fd, int __n) __THROW;

Completed in 3 milliseconds