Searched refs:bp_giaddr (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/libexec/bootpd/
H A Dbootp.h55 struct in_addr bp_giaddr; /* gateway IP address */ member in struct:bootp
H A Dbootpd.c1063 } else if (bp->bp_giaddr.s_addr && forward == 0) {
1064 dst = bp->bp_giaddr;
1112 /* XXX - No need to set bp_giaddr here. */
/freebsd-12-stable/stand/libsa/
H A Dbootp.h39 struct in_addr bp_giaddr; /* gateway IP address */ member in struct:bootp
/freebsd-12-stable/libexec/bootpd/bootpgw/
H A Dbootpgw.c560 if (bp->bp_giaddr.s_addr == 0) {
577 bp->bp_giaddr = sip->sin_addr;
590 bp->bp_giaddr = my_ip_addr;
647 bp->bp_giaddr = sip->sin_addr;
/freebsd-12-stable/libexec/bootpd/tools/bootptest/
H A Dprint-bootp.c144 TCHECK(bp->bp_giaddr, sizeof(bp->bp_giaddr));
145 if (bp->bp_giaddr.s_addr)
146 printf(" G:%s", ipaddr_string(&bp->bp_giaddr));
/freebsd-12-stable/contrib/tcpdump/
H A Dprint-bootp.c70 struct in_addr bp_giaddr; /* gateway IP address */ member in struct:bootp
347 ND_TCHECK(bp->bp_giaddr);
348 if (EXTRACT_32BITS(&bp->bp_giaddr.s_addr))
349 ND_PRINT((ndo, "\n\t Gateway-IP %s", ipaddr_string(ndo, &bp->bp_giaddr)));

Completed in 128 milliseconds