Lines Matching defs:my_ip
91 struct in_addr *my_ip, struct in_addr *gw_ip, struct lwp *l);
110 struct in_addr my_ip, arps_ip, gw_ip;
136 error = revarpwhoarewe(ifp, &arps_ip, &my_ip);
145 nd->nd_myip.s_addr = my_ip.s_addr;
146 printf("nfs_boot: client_addr=%s", inet_ntoa(my_ip));
155 error = nfs_boot_setaddress(ifp, lwp, my_ip.s_addr,
177 error = bp_whoami(sin, &my_ip, &gw_ip, lwp);
230 (void) nfs_boot_deladdress(ifp, lwp, my_ip.s_addr);
231 error = nfs_boot_setaddress(ifp, lwp, my_ip.s_addr,
262 (void) nfs_boot_deladdress(ifp, lwp, my_ip.s_addr);
296 bp_whoami(struct sockaddr_in *bpsin, struct in_addr *my_ip,
330 m->m_next = xdr_inaddr_encode(my_ip);