Searched refs:bpsin (Results 1 – 1 of 1) sorted by relevance
| /xnu-8020.121.3/bsd/nfs/ |
| H A D | nfs_boot.c | 180 static int bp_whoami(struct sockaddr_in *bpsin, 182 static int bp_getfile(struct sockaddr_in *bpsin, const char *key, 440 bp_whoami(struct sockaddr_in *bpsin, in bp_whoami() argument 491 bpsin->sin_port = htons(PMAPPORT); in bp_whoami() 493 error = krpc_call(bpsin, SOCK_DGRAM, PMAPPROG, PMAPVERS, PMAPPROC_CALLIT, &m, &sin); in bp_whoami() 509 bpsin->sin_port = htons((short)ntohl(*lp++)); in bp_whoami() 510 bpsin->sin_addr.s_addr = sin.sin_addr.s_addr; in bp_whoami() 591 bp_getfile(struct sockaddr_in *bpsin, in bp_getfile() argument 638 error = krpc_call(bpsin, SOCK_DGRAM, BOOTPARAM_PROG, BOOTPARAM_VERS, in bp_getfile()
|