Searched refs:rootip (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/stand/libsa/
H A Dglobals.c32 struct in_addr rootip; /* root ip address */ variable in typeref:struct:in_addr
H A Drarp.c110 bcopy(ap->arp_spa, (char *)&rootip, sizeof(rootip));
H A Dnet.h90 extern struct in_addr rootip;
H A Dbootp.c221 if (rootip.s_addr == INADDR_ANY)
222 rootip = servip;
245 if (!SAMENET(myip, rootip, netmask)) {
392 bcopy(cp, &rootip.s_addr, sizeof(rootip.s_addr));
H A Dnfs.c489 printf("nfs_open: %s (rootip=%s rootpath=%s)\n", upath,
490 inet_ntoa(rootip), rootpath);
505 desc->destip = rootip;
520 setenv("boot.nfsroot.server", inet_ntoa(rootip), 1);
/freebsd-13-stable/stand/common/
H A Ddev_net.c157 if (rootip.s_addr == 0) {
179 setenv("boot.netif.server", inet_ntoa(rootip), 1);
181 setenv("boot.tftproot.server", inet_ntoa(rootip), 1);
184 setenv("boot.nfsroot.server", inet_ntoa(rootip), 1);
222 rootip.s_addr = 0;
322 if (bp_getfile(sock, "root", &rootip, rootpath)) {
328 rootip.s_addr = rootaddr;
332 printf("net_open: server addr: %s\n", inet_ntoa(rootip));
/freebsd-13-stable/stand/uboot/lib/
H A Dnet.c96 * If rootip.s_addr is non-zero net_dev assumes the required global variables
97 * are set and skips the bootp inquiry. For that reason, we don't set rootip
102 * rootip when it closes a network interface, so if it gets opened again we have
174 rootip.s_addr = rootaddr;
177 * Gateway IP is optional unless rootip is on a different net in which
178 * case whine if it's missing or we can't parse it, and set rootip addr
183 if (!SAMENET(myip, rootip, netmask)) {
187 rootip.s_addr = 0;
192 rootip.s_addr = 0;
/freebsd-13-stable/stand/efi/libefi/
H A Definet.c259 rootip.s_addr = rootaddr;
/freebsd-13-stable/stand/i386/libi386/
H A Dpxe.c255 printf(" %s:%s", inet_ntoa(rootip), rootpath);
/freebsd-13-stable/stand/efi/loader/
H A Dmain.c1618 printf("Netserver URI: %s%s%s\n", proto, intoa(rootip.s_addr),
1626 servip.s_addr = rootip.s_addr = rootaddr;

Completed in 130 milliseconds