gw_ip             104 nfs/nfs_boot.c 	struct in_addr *my_ip, struct in_addr *gw_ip);
gw_ip             123 nfs/nfs_boot.c 	struct in_addr my_ip, gw_ip;
gw_ip             211 nfs/nfs_boot.c 	error = bp_whoami(&bp_sin, &my_ip, &gw_ip);
gw_ip             231 nfs/nfs_boot.c 	if (gw_ip.s_addr) {
gw_ip             242 nfs/nfs_boot.c 		sin->sin_addr.s_addr = gw_ip.s_addr;
gw_ip             246 nfs/nfs_boot.c 		printf("nfs_boot: gateway=%s\n", inet_ntoa(gw_ip));
gw_ip             332 nfs/nfs_boot.c bp_whoami(bpsin, my_ip, gw_ip)
gw_ip             335 nfs/nfs_boot.c 	struct in_addr *gw_ip;
gw_ip             412 nfs/nfs_boot.c 	m = xdr_inaddr_decode(m, gw_ip);