HomeSort by: relevance | last modified time | path
    Searched defs:my_ip (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/nfs/
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...]

Completed in 13 milliseconds