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