Home
last modified time | relevance | path

Searched refs:rootip (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/boot/common/
H A Ddev_net.c159 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()
H A Dinstall.c42 extern struct in_addr rootip;
/illumos-gate/usr/src/boot/libsa/
H A Drarp.c109 bcopy(ap->arp_spa, (char *)&rootip, sizeof(rootip)); in rarp_getipaddress()
H A Dbootp.c213 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 Dglobals.c31 struct in_addr rootip; /* root ip address */ variable
H A Dnet.h86 extern struct in_addr rootip;
H A Dnfs.c501 desc->destip = rootip; in nfs_open()
516 setenv("boot.nfsroot.server", inet_ntoa(rootip), 1); in nfs_open()
H A Dtftp.c461 io->destip = rootip; in tftp_open()
/illumos-gate/usr/src/boot/i386/libi386/
H A Dpxe.c265 printf(" %s:%s", inet_ntoa(rootip), rootpath); in pxe_print()