Searched refs:tolen (Results 1 – 3 of 3) sorted by relevance
| /xnu-11215.1.10/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-11215.1.10/bsd/nfs/ |
| H A D | nfs_serv.c | 2761 uint32_t fromlen, tolen; in nfsrv_rename() local 2789 fromlen = tolen = 0; in nfsrv_rename() 2813 nfsm_chain_get_32(error, nmreq, tolen); in nfsrv_rename() 2814 nfsm_name_len_check(error, nd, tolen); in nfsrv_rename() 2816 error = nfsm_chain_get_path_namei(nmreq, tolen, &toni); in nfsrv_rename() 3119 bcopy(toni.ni_cnd.cn_pnbuf, topath, tolen + 1); in nfsrv_rename()
|
| /xnu-11215.1.10/bsd/kern/ |
| H A D | uipc_syscalls.c | 1444 msg.msg_namelen = uap->tolen; in sendto_nocancel()
|