Searched refs:krpc_call (Results 1 – 3 of 3) sorted by relevance
| /xnu-8020.101.4/bsd/nfs/ |
| H A D | krpc.h | 38 int krpc_call(struct sockaddr_in *sin, u_int sotype,
|
| H A D | krpc_subr.c | 192 error = krpc_call(sin, SOCK_DGRAM, PMAPPROG, PMAPVERS, PMAPPROC_GETPORT, &m, NULL); in krpc_portmap() 217 krpc_call( in krpc_call() function
|
| H A D | nfs_boot.c | 493 error = krpc_call(bpsin, SOCK_DGRAM, PMAPPROG, PMAPVERS, PMAPPROC_CALLIT, &m, &sin); in bp_whoami() 638 error = krpc_call(bpsin, SOCK_DGRAM, BOOTPARAM_PROG, BOOTPARAM_VERS, in bp_getfile() 767 error = krpc_call(mdsin, sotype, RPCPROG_MNT, mntversion, RPCMNT_MOUNT, &m, NULL); in md_mount()
|