Searched refs:tolen (Results 1 – 3 of 3) sorted by relevance
| /xnu-8019.80.24/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-8019.80.24/bsd/nfs/ |
| H A D | nfs_serv.c | 2754 uint32_t fromlen, tolen; in nfsrv_rename() local 2781 fromlen = tolen = 0; in nfsrv_rename() 2805 nfsm_chain_get_32(error, nmreq, tolen); in nfsrv_rename() 2806 nfsm_name_len_check(error, nd, tolen); in nfsrv_rename() 2808 error = nfsm_chain_get_path_namei(nmreq, tolen, &toni); in nfsrv_rename() 3101 bcopy(toni.ni_cnd.cn_pnbuf, topath, tolen + 1); in nfsrv_rename()
|
| /xnu-8019.80.24/bsd/kern/ |
| H A D | uipc_syscalls.c | 1371 msg.msg_namelen = uap->tolen; in sendto_nocancel()
|