Home
last modified time | relevance | path

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

/netbsd/src/usr.sbin/bootp/bootptest/
Dprint-bootp.c117 if (bp->bp_hops) in bootp_print()
118 printf(" hops:%d", bp->bp_hops); in bootp_print()
/netbsd/src/usr.sbin/bootp/common/
Dbootp.h46 unsigned char bp_hops; /* gateway hops */ member
/netbsd/src/sys/lib/libsa/
Dbootp.h28 unsigned char bp_hops; /* gateway hops */ member
/netbsd/src/usr.sbin/bootp/bootpgw/
Dbootpgw.c518 hops = ntohs(bp->bp_hops); in handle_request()
524 bp->bp_hops = htons(hops); in handle_request()
/netbsd/src/external/bsd/tcpdump/dist/
Dprint-bootp.c64 nd_uint8_t bp_hops; /* gateway hops */ member
323 if (GET_U_1(bp->bp_hops)) in bootp_print()
324 ND_PRINT(", hops %u", GET_U_1(bp->bp_hops)); in bootp_print()
/netbsd/src/sys/nfs/
Dnfs_bootdhcp.c115 u_int8_t bp_hops; /* gateway hops */ member