Searched refs:tolen (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.61.12/libsyscall/wrappers/legacy/ |
| H A D | sendto.c | 46 sendto(int s, const void *msg, size_t len, int flags, const struct sockaddr *to, socklen_t tolen) in sendto() argument 48 int ret = __sendto_nocancel(s, msg, len, flags, to, tolen); in sendto()
|
| /xnu-12377.61.12/bsd/nfs/ |
| H A D | nfs_serv.c | 2762 uint32_t fromlen, tolen; in nfsrv_rename() local 2790 fromlen = tolen = 0; in nfsrv_rename() 2814 nfsm_chain_get_32(error, nmreq, tolen); in nfsrv_rename() 2815 nfsm_name_len_check(error, nd, tolen); in nfsrv_rename() 2817 error = nfsm_chain_get_path_namei(nmreq, tolen, &toni); in nfsrv_rename() 3120 bcopy(toni.ni_cnd.cn_pnbuf, topath, tolen + 1); in nfsrv_rename()
|
| /xnu-12377.61.12/bsd/kern/ |
| H A D | uipc_syscalls.c | 1443 msg.msg_namelen = uap->tolen; in sendto_nocancel()
|