Home
last modified time | relevance | path

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

/dragonfly/libexec/bootpd/tools/bootptest/
H A Dprint-bootp.c141 TCHECK(bp->bp_giaddr, sizeof(bp->bp_giaddr)); in bootp_print()
142 if (bp->bp_giaddr.s_addr) in bootp_print()
143 printf(" G:%s", ipaddr_string(&bp->bp_giaddr)); in bootp_print()
/dragonfly/libexec/bootpd/bootpgw/
H A Dbootpgw.c547 if (bp->bp_giaddr.s_addr == 0) { in handle_request()
564 bp->bp_giaddr = sip->sin_addr; in handle_request()
577 bp->bp_giaddr = my_ip_addr; in handle_request()
633 bp->bp_giaddr = sip->sin_addr; in handle_reply()
/dragonfly/libexec/bootpd/
H A Dbootp.h56 struct in_addr bp_giaddr; /* gateway IP address */ member
H A Dbootpd.c1039 } else if (bp->bp_giaddr.s_addr && forward == 0) { in sendreply()
1040 dst = bp->bp_giaddr; in sendreply()
/dragonfly/stand/lib/
H A Dbootp.h39 struct in_addr bp_giaddr; /* gateway IP address */ member
/dragonfly/contrib/tcpdump/
H A Dprint-bootp.c69 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()