Searched refs:rootip (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/boot/common/ |
H A D | dev_net.c | 159 if (rootip.s_addr == 0) { in net_open() 181 setenv("boot.netif.server", inet_ntoa(rootip), 1); in net_open() 183 setenv("boot.tftproot.server", inet_ntoa(rootip), 1); in net_open() 186 setenv("boot.nfsroot.server", inet_ntoa(rootip), 1); in net_open() 225 rootip.s_addr = 0; in net_cleanup() 313 if (bp_getfile(sock, "root", &rootip, rootpath)) { in net_getparams() 319 rootip.s_addr = rootaddr; in net_getparams() 324 inet_ntoa(rootip)); in net_getparams()
|
/illumos-gate/usr/src/boot/libsa/ |
H A D | bootp.c | 213 if (rootip.s_addr == INADDR_ANY) in bootp() 214 rootip = servip; in bootp() 237 if (!SAMENET(myip, rootip, netmask)) { in bootp() 384 bcopy(cp, &rootip.s_addr, sizeof (rootip.s_addr)); in vend_rfc1048()
|
H A D | rarp.c | 109 bcopy(ap->arp_spa, (char *)&rootip, sizeof(rootip)); in rarp_getipaddress()
|
H A D | globals.c | 31 struct in_addr rootip; /* root ip address */ variable
|
H A D | net.h | 86 extern struct in_addr rootip;
|
H A D | nfs.c | 501 desc->destip = rootip; in nfs_open() 516 setenv("boot.nfsroot.server", inet_ntoa(rootip), 1); in nfs_open()
|
H A D | tftp.c | 461 io->destip = rootip; in tftp_open()
|
/illumos-gate/usr/src/boot/i386/libi386/ |
H A D | pxe.c | 265 printf(" %s:%s", inet_ntoa(rootip), rootpath); in pxe_print()
|