Home | History | Annotate | Download | only in bits

Lines Matching full:__flags

25 			   int __flags);
27 int __flags), recv);
30 int __flags), __recv_chk)
35 recv (int __fd, void *__buf, size_t __n, int __flags)
40 return __recv_chk (__fd, __buf, __n, __bos0 (__buf), __flags);
43 return __recv_chk_warn (__fd, __buf, __n, __bos0 (__buf), __flags);
45 return __recv_alias (__fd, __buf, __n, __flags);
49 size_t __buflen, int __flags,
54 int __flags, __SOCKADDR_ARG __addr,
58 size_t __buflen, int __flags,
65 recvfrom (int __fd, void *__restrict __buf, size_t __n, int __flags,
71 return __recvfrom_chk (__fd, __buf, __n, __bos0 (__buf), __flags,
74 return __recvfrom_chk_warn (__fd, __buf, __n, __bos0 (__buf), __flags,
77 return __recvfrom_alias (__fd, __buf, __n, __flags, __addr, __addr_len);