Searched refs:bpsin (Results 1 – 2 of 2) sorted by relevance
/openbsd/sys/nfs/ |
H A D | nfs_boot.c | 67 nfs_boot_getfh(struct sockaddr_in *bpsin, char *key, in nfs_boot_getfh() argument 97 static int bp_whoami(struct sockaddr_in *bpsin, 99 static int bp_getfile(struct sockaddr_in *bpsin, char *key, 223 nfs_boot_getfh(struct sockaddr_in *bpsin, char *key, in nfs_boot_getfh() argument 262 error = bp_getfile(bpsin, key, sin, ndmntp->ndm_host, pathname, in nfs_boot_getfh() 318 bp_whoami(struct sockaddr_in *bpsin, struct in_addr *my_ip, in bp_whoami() argument 356 bpsin->sin_port = htons(PMAPPORT); in bp_whoami() 358 error = krpc_call(bpsin, PMAPPROG, PMAPVERS, in bp_whoami() 380 bpsin->sin_port = htons(port); in bp_whoami() 381 bpsin->sin_addr.s_addr = sin->sin_addr.s_addr; in bp_whoami() [all …]
|
H A D | nfsdiskless.h | 66 int nfs_boot_getfh(struct sockaddr_in *bpsin, char *key,
|