Searched refs:rootip (Results 1 – 7 of 7) sorted by relevance
/dflybsd-src/stand/boot/common/ |
H A D | dev_net.c | 136 if (rootip.s_addr == 0) { in net_open() 171 rootip.s_addr = 0; in net_close() 266 if (bp_getfile(sock, "root", &rootip, rootpath)) { in net_getparams() 282 rootip.s_addr = inet_addr(&rootpath[0]); in net_getparams() 286 printf("net_open: server addr: %s\n", inet_ntoa(rootip)); in net_getparams() 294 setenv("boot.nfsroot.server", inet_ntoa(rootip), 1); in net_getparams()
|
/dflybsd-src/stand/boot/pc32/libi386/ |
H A D | pxe.c | 277 if (rootip.s_addr == 0) { in pxe_open() 285 if (rootip.s_addr == 0) in pxe_open() 286 rootip.s_addr = bootplayer.sip; in pxe_open() 297 rootip.s_addr = inet_addr(&rootpath[0]); in pxe_open() 303 printf("pxe_open: nfs root mount: %s:%s\n", inet_ntoa(rootip), rootpath); in pxe_open() 312 setenv("boot.nfsroot.server", inet_ntoa(rootip), 1); in pxe_open()
|
/dflybsd-src/stand/lib/ |
H A D | bootp.c | 195 if(rootip.s_addr == INADDR_ANY) rootip = servip; in bootp() 229 if (!SAMENET(myip, rootip, netmask)) { in bootp() 356 bcopy(cp, &rootip.s_addr, sizeof(swapip.s_addr)); in vend_rfc1048()
|
H A D | rarp.c | 114 bcopy(ap->arp_spa, (char *)&rootip, sizeof(rootip)); in rarp_getipaddress()
|
H A D | globals.c | 28 struct in_addr rootip; /* root ip address */ variable
|
H A D | net.h | 84 extern struct in_addr rootip;
|
H A D | nfs.c | 426 desc->destip = rootip; in nfs_open()
|