Home
last modified time | relevance | path

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

/freebsd/libexec/bootpd/tools/bootptest/
H A Dprint-bootp.c139 TCHECK(bp->bp_giaddr, sizeof(bp->bp_giaddr)); in bootp_print()
140 if (bp->bp_giaddr.s_addr) in bootp_print()
141 printf(" G:%s", ipaddr_string(&bp->bp_giaddr)); in bootp_print()
/freebsd/libexec/bootpd/bootpgw/
H A Dbootpgw.c543 if (bp->bp_giaddr.s_addr == 0) { in handle_request()
560 bp->bp_giaddr = sip->sin_addr; in handle_request()
573 bp->bp_giaddr = my_ip_addr; in handle_request()
629 bp->bp_giaddr = sip->sin_addr; in handle_reply()
/freebsd/libexec/bootpd/
H A Dbootp.h53 struct in_addr bp_giaddr; /* gateway IP address */ member
H A Dbootpd.c1042 } else if (bp->bp_giaddr.s_addr && forward == 0) { in sendreply()
1043 dst = bp->bp_giaddr; in sendreply()
/freebsd/stand/libsa/
H A Dbootp.h37 struct in_addr bp_giaddr; /* gateway IP address */ member
/freebsd/contrib/tcpdump/
H A Dprint-bootp.c67 nd_ipv4 bp_giaddr; /* gateway IP address */ member
343 if (GET_IPV4_TO_NETWORK_ORDER(bp->bp_giaddr)) in bootp_print()
344 ND_PRINT("\n\t Gateway-IP %s", GET_IPADDR_STRING(bp->bp_giaddr)); in bootp_print()