Home
last modified time | relevance | path

Searched refs:gw_ip (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/nfs/
Dnfs_bootparam.c91 struct in_addr *my_ip, struct in_addr *gw_ip, struct lwp *l);
110 struct in_addr my_ip, arps_ip, gw_ip; in nfs_bootparam() local
177 error = bp_whoami(sin, &my_ip, &gw_ip, lwp); in nfs_bootparam()
253 if (gw_ip.s_addr) { in nfs_bootparam()
255 nd->nd_gwip = gw_ip; in nfs_bootparam()
297 struct in_addr *gw_ip, struct lwp *l) in bp_whoami() argument
374 m = xdr_inaddr_decode(m, gw_ip); in bp_whoami()
Dnfs_boot.c532 nfs_boot_defrt(struct in_addr *gw_ip) in nfs_boot_defrt() argument
547 sin->sin_addr.s_addr = gw_ip->s_addr; in nfs_boot_defrt()