Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/include/
Dbootp.h198 uint8_t bp_hops; member
/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()