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

/freebsd-9.3-release/lib/libstand/
H A Dbootp.h37 struct in_addr bp_giaddr; /* gateway IP address */ member in struct:bootp
/freebsd-9.3-release/libexec/bootpd/
H A Dbootp.h55 struct in_addr bp_giaddr; /* gateway IP address */ member in struct:bootp
H A Dbootpd.c1054 } else if (bp->bp_giaddr.s_addr && forward == 0) {
1055 dst = bp->bp_giaddr;
1101 /* XXX - No need to set bp_giaddr here. */
/freebsd-9.3-release/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-9.3-release/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-9.3-release/contrib/tcpdump/
H A Dprint-bootp.c127 TCHECK(bp->bp_giaddr);
128 if (bp->bp_giaddr.s_addr)
129 printf("\n\t Gateway-IP %s", ipaddr_string(&bp->bp_giaddr));
H A Dbootp.h35 struct in_addr bp_giaddr; /* gateway IP address */ member in struct:bootp

Completed in 175 milliseconds