Searched defs:fromlen (Results 1 – 4 of 4) sorted by relevance
| /xnu-10063.101.15/libsyscall/wrappers/legacy/ |
| H A D | recvfrom.c | 45 …oid *buf, size_t len, int flags, struct sockaddr * __restrict from, socklen_t * __restrict fromlen) in recvfrom()
|
| /xnu-10063.101.15/bsd/sys/ |
| H A D | kpi_socket.h | 119 #define sock_accept(so, from, fromlen, flags, callback, cookie, new_so) \ argument
|
| /xnu-10063.101.15/bsd/kern/ |
| H A D | kpi_socket.c | 75 sock_accept_common(socket_t sock, struct sockaddr *from, int fromlen, int flags, in sock_accept_common() 216 sock_accept(socket_t sock, struct sockaddr *from, int fromlen, int flags, in sock_accept() 224 sock_accept_internal(socket_t sock, struct sockaddr *from, int fromlen, int flags, in sock_accept_internal()
|
| /xnu-10063.101.15/bsd/nfs/ |
| H A D | nfs_serv.c | 2761 uint32_t fromlen, tolen; in nfsrv_rename() local
|