Home
last modified time | relevance | path

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

/freebsd-12-stable/libexec/bootpd/tools/bootptest/
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/libexec/bootpd/bootpgw/
Dbootpgw.c548 if (bp->bp_giaddr.s_addr == 0) { in handle_request()
565 bp->bp_giaddr = sip->sin_addr; in handle_request()
578 bp->bp_giaddr = my_ip_addr; in handle_request()
634 bp->bp_giaddr = sip->sin_addr; in handle_reply()
/freebsd-12-stable/libexec/bootpd/
Dbootp.h55 struct in_addr bp_giaddr; /* gateway IP address */ member
Dbootpd.c1050 } else if (bp->bp_giaddr.s_addr && forward == 0) {
1051 dst = bp->bp_giaddr;
/freebsd-12-stable/stand/libsa/
Dbootp.h39 struct in_addr bp_giaddr; /* gateway IP address */ member
/freebsd-12-stable/contrib/tcpdump/
Dprint-bootp.c70 struct in_addr bp_giaddr; /* gateway IP address */ member
347 ND_TCHECK(bp->bp_giaddr); in bootp_print()
348 if (EXTRACT_32BITS(&bp->bp_giaddr.s_addr)) in bootp_print()
349 ND_PRINT((ndo, "\n\t Gateway-IP %s", ipaddr_string(ndo, &bp->bp_giaddr))); in bootp_print()