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 177 error = bp_whoami(sin, &my_ip, &gw_ip, lwp); 253 if (gw_ip.s_addr) { 255 nd->nd_gwip = gw_ip; 297 struct in_addr *gw_ip, struct lwp *l) 374 m = xdr_inaddr_decode(m, gw_ip);
|