Home
last modified time | relevance | path

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

/external/u-boot/net/
Dbootp.h47 struct in_addr bp_giaddr; /* Gateway IP address */ member
Dbootp.c782 net_write_ip(&bp->bp_giaddr, zero_ip); in bootp_request()
1003 net_write_ip(&bp->bp_giaddr, zero_ip); in dhcp_send_request_packet()
/external/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()