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

/freebsd-10.1-release/lib/libstand/
H A Dbootp.h30 unsigned char bp_hops; /* gateway hops */ member in struct:bootp
/freebsd-10.1-release/libexec/bootpd/
H A Dbootp.h48 unsigned char bp_hops; /* gateway hops */ member in struct:bootp
/freebsd-10.1-release/libexec/bootpd/tools/bootptest/
H A Dprint-bootp.c118 if (bp->bp_hops)
119 printf(" hops:%d", bp->bp_hops);
/freebsd-10.1-release/contrib/tcpdump/
H A Dbootp.h27 u_int8_t bp_hops; /* gateway hops */ member in struct:bootp
H A Dprint-bootp.c99 if (bp->bp_hops)
100 printf(", hops %d", bp->bp_hops);
/freebsd-10.1-release/libexec/bootpd/bootpgw/
H A Dbootpgw.c539 hops = bp->bp_hops;
545 bp->bp_hops = hops;

Completed in 210 milliseconds