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

/netbsd-current/usr.sbin/bootp/common/
H A Dbootp.h46 unsigned char bp_hops; /* gateway hops */ member in struct:bootp
/netbsd-current/sys/lib/libsa/
H A Dbootp.h28 unsigned char bp_hops; /* gateway hops */ member in struct:bootp
/netbsd-current/usr.sbin/bootp/bootptest/
H A Dprint-bootp.c117 if (bp->bp_hops)
118 printf(" hops:%d", bp->bp_hops);
/netbsd-current/usr.sbin/bootp/bootpgw/
H A Dbootpgw.c521 hops = ntohs(bp->bp_hops);
527 bp->bp_hops = htons(hops);
/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-bootp.c66 nd_uint8_t bp_hops; /* gateway hops */ member in struct:bootp
323 if (GET_U_1(bp->bp_hops))
324 ND_PRINT(", hops %u", GET_U_1(bp->bp_hops));
/netbsd-current/sys/nfs/
H A Dnfs_bootdhcp.c115 u_int8_t bp_hops; /* gateway hops */ member in struct:bootp
555 * Real BOOTP forwarding agents don't need this; they obey "bp_hops"

Completed in 234 milliseconds