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

/freebsd-12-stable/libexec/bootpd/
H A Dbootp.h48 unsigned char bp_hops; /* gateway hops */ member in struct:bootp
/freebsd-12-stable/stand/libsa/
H A Dbootp.h32 unsigned char bp_hops; /* gateway hops */ member in struct:bootp
/freebsd-12-stable/libexec/bootpd/bootpgw/
H A Dbootpgw.c545 hops = bp->bp_hops;
551 bp->bp_hops = hops;
/freebsd-12-stable/libexec/bootpd/tools/bootptest/
H A Dprint-bootp.c119 if (bp->bp_hops)
120 printf(" hops:%d", bp->bp_hops);
/freebsd-12-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 118 milliseconds