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

/freebsd-11-stable/libexec/bootpd/
H A Dbootp.h48 unsigned char bp_hops; /* gateway hops */ member in struct:bootp
/freebsd-11-stable/stand/libsa/
H A Dbootp.h32 unsigned char bp_hops; /* gateway hops */ member in struct:bootp
/freebsd-11-stable/libexec/bootpd/tools/bootptest/
H A Dprint-bootp.c118 if (bp->bp_hops)
119 printf(" hops:%d", bp->bp_hops);
/freebsd-11-stable/libexec/bootpd/bootpgw/
H A Dbootpgw.c539 hops = bp->bp_hops;
545 bp->bp_hops = hops;
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-bootp.c62 uint8_t bp_hops; /* gateway hops */ member in struct:bootp
318 if (bp->bp_hops)
319 ND_PRINT((ndo, ", hops %d", bp->bp_hops));

Completed in 161 milliseconds