Searched refs:rootip (Results 1 – 11 of 11) sorted by relevance
/freebsd/stand/common/ |
H A D | dev_net.c | 155 if (rootip.s_addr == 0) { in net_open() 177 setenv("boot.netif.server", inet_ntoa(rootip), 1); in net_open() 179 setenv("boot.tftproot.server", inet_ntoa(rootip), 1); in net_open() 182 setenv("boot.nfsroot.server", inet_ntoa(rootip), 1); in net_open() 222 rootip.s_addr = 0; in net_cleanup() 323 if (bp_getfile(sock, "root", &rootip, rootpath)) { in net_getparams() 329 rootip.s_addr = rootaddr; in net_getparams() 333 printf("%s: server addr: %s\n", __func__, inet_ntoa(rootip)); in net_getparams()
|
/freebsd/stand/uboot/ |
H A D | net.c | 171 rootip.s_addr = rootaddr; in get_env_net_params() 180 if (!SAMENET(myip, rootip, netmask)) { in get_env_net_params() 184 rootip.s_addr = 0; in get_env_net_params() 189 rootip.s_addr = 0; in get_env_net_params()
|
/freebsd/stand/libsa/ |
H A D | rarp.c | 105 bcopy(ap->arp_spa, (char *)&rootip, sizeof(rootip)); in rarp_getipaddress()
|
H A D | bootp.c | 216 if (rootip.s_addr == INADDR_ANY) in bootp() 217 rootip = servip; in bootp() 240 if (!SAMENET(myip, rootip, netmask)) { in bootp() 387 bcopy(cp, &rootip.s_addr, sizeof(rootip.s_addr)); in vend_rfc1048()
|
H A D | globals.c | 29 struct in_addr rootip; /* root ip address */ variable
|
H A D | net.h | 88 extern struct in_addr rootip;
|
H A D | nfs.c | 489 inet_ntoa(rootip), rootpath); in nfs_open() 504 desc->destip = rootip; in nfs_open() 519 setenv("boot.nfsroot.server", inet_ntoa(rootip), 1); in nfs_open()
|
H A D | tftp.c | 471 io->destip = rootip; in tftp_open()
|
/freebsd/stand/efi/libefi/ |
H A D | efinet.c | 256 rootip.s_addr = rootaddr; in efi_env_net_params()
|
/freebsd/stand/i386/libi386/ |
H A D | pxe.c | 254 printf(" %s:%s", inet_ntoa(rootip), rootpath); in pxe_print()
|
/freebsd/stand/efi/loader/ |
H A D | main.c | 1979 printf("Netserver URI: %s%s%s\n", proto, intoa(rootip.s_addr), in command_netserver() 1987 servip.s_addr = rootip.s_addr = rootaddr; in command_netserver()
|