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