nfs_bootparam.c | 91 struct in_addr *my_ip, struct in_addr *gw_ip, struct lwp *l); 110 struct in_addr my_ip, arps_ip, gw_ip; local in function:nfs_bootparam 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) [all...] |