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

/illumos-gate/usr/src/boot/lib/libstand/
H A Dglobals.c33 struct in_addr gateip; /* gateway ip address */ variable in typeref:struct:in_addr
H A Dnet.h83 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;
380 bcopy(cp, &gateip.s_addr, sizeof(gateip.s_addr));
429 gateip = vp->v_dgate;
H A Dbootparam.c218 if (xdr_inaddr_decode(&recv_head, &gateip)) {
H A Dudp.c122 ea = arpwhohas(d, gateip);
/illumos-gate/usr/src/boot/sys/boot/common/
H A Ddev_net.c169 setenv("boot.netif.gateway", inet_ntoa(gateip), 1);
297 gateip.s_addr = 0;
298 if (bp_getfile(sock, "gateway", &gateip, buf) == 0) {
310 if (gateip.s_addr && debug)
311 printf("net_open: net gateway: %s\n", inet_ntoa(gateip));
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dpxe.c307 setenv("boot.netif.gateway", inet_ntoa(gateip), 1);
315 printf("pxe_open: gateway ip: %s\n", inet_ntoa(gateip));
663 udpwrite_p->gw = gateip.s_addr;
/illumos-gate/usr/src/boot/sys/boot/uboot/lib/
H A Dnet.c190 if ((gateip.s_addr = inet_addr(envstr) == INADDR_NONE)) {

Completed in 97 milliseconds