Home
last modified time | relevance | path

Searched refs:__buf (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
36 size_t sz = __glibc_objsize0 (__buf); in recv()
38 return __recv_alias (__fd, __buf, __n, __flags); 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,
61 recvfrom (int __fd, void *__restrict __buf, size_t __n, int __flags, in recvfrom() argument
64 size_t sz = __glibc_objsize0 (__buf); 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,

Completed in 4 milliseconds