HomeSort by: relevance | last modified time | path
    Searched defs:gw_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
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);

Completed in 10 milliseconds