Searched refs:gateip (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/stand/libsa/
H A Dglobals.c34 struct in_addr gateip; /* gateway ip address */ variable in typeref:struct:in_addr
H A Dnet.h92 extern struct in_addr gateip;
H A Dbootp.c253 if (!SAMENET(myip, gateip, netmask)) {
256 printf("gateway ip (%s) bad\n", inet_ntoa(gateip));
258 gateip.s_addr = 0;
388 bcopy(cp, &gateip.s_addr, sizeof(gateip.s_addr));
461 gateip = vp->v_dgate;
H A Dbootparam.c214 if (xdr_inaddr_decode(&recv_head, &gateip)) {
H A Dip.c125 ea = arpwhohas(d, gateip);
/freebsd-13-stable/stand/common/
H A Ddev_net.c178 setenv("boot.netif.gateway", inet_ntoa(gateip), 1);
304 gateip.s_addr = 0;
305 if (bp_getfile(sock, "gateway", &gateip, buf) == 0) {
317 if (gateip.s_addr && debug)
318 printf("net_open: net gateway: %s\n", inet_ntoa(gateip));
/freebsd-13-stable/stand/efi/libefi/
H A Definet.c249 gateip.s_addr = gwaddr;
264 printf("%s: gateway=%s\n", __func__, inet_ntoa(gateip));
/freebsd-13-stable/stand/uboot/lib/
H A Dnet.c190 if ((gateip.s_addr = inet_addr(envstr)) == INADDR_NONE) {

Completed in 211 milliseconds