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

/freebsd-11-stable/libexec/bootpd/
H A Dbootp.h55 struct in_addr bp_giaddr; /* gateway IP address */ member in struct:bootp
H A Dbootpd.c1058 } else if (bp->bp_giaddr.s_addr && forward == 0) {
1059 dst = bp->bp_giaddr;
1105 /* XXX - No need to set bp_giaddr here. */
/freebsd-11-stable/libexec/bootpd/tools/bootptest/
H A Dprint-bootp.c143 TCHECK(bp->bp_giaddr, sizeof(bp->bp_giaddr));
144 if (bp->bp_giaddr.s_addr)
145 printf(" G:%s", ipaddr_string(&bp->bp_giaddr));
/freebsd-11-stable/stand/libsa/
H A Dbootp.h39 struct in_addr bp_giaddr; /* gateway IP address */ member in struct:bootp
/freebsd-11-stable/libexec/bootpd/bootpgw/
H A Dbootpgw.c554 if (bp->bp_giaddr.s_addr == 0) {
571 bp->bp_giaddr = sip->sin_addr;
584 bp->bp_giaddr = my_ip_addr;
641 bp->bp_giaddr = sip->sin_addr;
/freebsd-11-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 180 milliseconds