Home
last modified time | relevance | path

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

/freebsd/libexec/bootpd/
H A Dbootp.h46 unsigned char bp_hops; /* gateway hops */ member
/freebsd/stand/libsa/
H A Dbootp.h30 unsigned char bp_hops; /* gateway hops */ member
/freebsd/libexec/bootpd/tools/bootptest/
H A Dprint-bootp.c114 if (bp->bp_hops) in bootp_print()
115 printf(" hops:%d", bp->bp_hops); in bootp_print()
/freebsd/libexec/bootpd/bootpgw/
H A Dbootpgw.c528 hops = bp->bp_hops; in handle_request()
534 bp->bp_hops = hops; in handle_request()
/freebsd/contrib/tcpdump/
H A Dprint-bootp.c59 nd_uint8_t bp_hops; /* gateway hops */ member
318 if (GET_U_1(bp->bp_hops)) in bootp_print()
319 ND_PRINT(", hops %u", GET_U_1(bp->bp_hops)); in bootp_print()