HomeSort by: relevance | last modified time | path
    Searched refs:gw_ip (Results 1 - 2 of 2) 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);
nfs_boot.c 532 nfs_boot_defrt(struct in_addr *gw_ip)
547 sin->sin_addr.s_addr = gw_ip->s_addr;

Completed in 13 milliseconds