HomeSort by: relevance | last modified time | path
    Searched refs:nd_gwip (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/nfs/
nfsdiskless.h 71 struct in_addr nd_gwip; /* My gateway */ member in struct:nfs_diskless
nfs_bootstatic.c 89 nd->nd_gwip.s_addr = inet_addr(NFS_BOOTSTATIC_GWIP);
145 inet_ntoa(nd->nd_gwip));
nfs_bootparam.c 213 nd->nd_gwip = sin->sin_addr;
255 nd->nd_gwip = gw_ip;
nfs_boot.c 173 if (nd->nd_gwip.s_addr)
174 nfs_boot_defrt(&nd->nd_gwip);
nfs_bootdhcp.c 844 nd->nd_gwip = gateway;
845 printf("nfs_boot: gateway=%s\n", inet_ntoa(nd->nd_gwip));
  /src/sys/arch/xen/x86/
autoconf.c 207 nd->nd_gwip.s_addr = ntohl(xcp.xcp_netinfo.xi_ip[2]);
218 if (nd->nd_gwip.s_addr)
  /src/sys/arch/xen/xen/
if_xennet_xenbus.c 1452 nd->nd_gwip.s_addr = ntohl(xcp.xcp_netinfo.xi_ip[2]);
1463 if (nd->nd_gwip.s_addr)

Completed in 17 milliseconds