my_ip             104 nfs/nfs_boot.c 	struct in_addr *my_ip, struct in_addr *gw_ip);
my_ip             123 nfs/nfs_boot.c 	struct in_addr my_ip, gw_ip;
my_ip             177 nfs/nfs_boot.c 	if ((error = revarpwhoami(&my_ip, ifp)) != 0)
my_ip             179 nfs/nfs_boot.c 	printf("nfs_boot: client_addr=%s\n", inet_ntoa(my_ip));
my_ip             189 nfs/nfs_boot.c 	sin->sin_addr.s_addr = my_ip.s_addr;
my_ip             211 nfs/nfs_boot.c 	error = bp_whoami(&bp_sin, &my_ip, &gw_ip);
my_ip             332 nfs/nfs_boot.c bp_whoami(bpsin, my_ip, gw_ip)
my_ip             334 nfs/nfs_boot.c 	struct in_addr *my_ip;
my_ip             368 nfs/nfs_boot.c 	m->m_next = xdr_inaddr_encode(my_ip);