Searched defs:fromlen (Results 1 – 4 of 4) sorted by relevance
| /xnu-8019.80.24/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-8019.80.24/bsd/sys/ |
| H A D | kpi_socket.h | 119 #define sock_accept(so, from, fromlen, flags, callback, cookie, new_so) \ argument
|
| /xnu-8019.80.24/bsd/kern/ |
| H A D | kpi_socket.c | 73 sock_accept_common(socket_t sock, struct sockaddr *from, int fromlen, int flags, in sock_accept_common() 214 sock_accept(socket_t sock, struct sockaddr *from, int fromlen, int flags, in sock_accept() 222 sock_accept_internal(socket_t sock, struct sockaddr *from, int fromlen, int flags, in sock_accept_internal()
|
| /xnu-8019.80.24/bsd/nfs/ |
| H A D | nfs_serv.c | 2754 uint32_t fromlen, tolen; in nfsrv_rename() local
|