Home
last modified time | relevance | path

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

/external/u-boot/net/
Dbootp.h40 u8 bp_hops; /* Hop count (gateway thing) */ member
Dbootp.c771 bp->bp_hops = 0; in bootp_request()
992 bp->bp_hops = 0; in dhcp_send_request_packet()
/external/tcpdump/
Dprint-bootp.c62 uint8_t bp_hops; /* gateway hops */ member
318 if (bp->bp_hops) in bootp_print()
319 ND_PRINT((ndo, ", hops %d", bp->bp_hops)); in bootp_print()