Searched refs:bp_hops (Results 1 – 6 of 6) sorted by relevance
117 if (bp->bp_hops) in bootp_print()118 printf(" hops:%d", bp->bp_hops); in bootp_print()
46 unsigned char bp_hops; /* gateway hops */ member
28 unsigned char bp_hops; /* gateway hops */ member
518 hops = ntohs(bp->bp_hops); in handle_request()524 bp->bp_hops = htons(hops); in handle_request()
64 nd_uint8_t bp_hops; /* gateway hops */ member323 if (GET_U_1(bp->bp_hops)) in bootp_print()324 ND_PRINT(", hops %u", GET_U_1(bp->bp_hops)); in bootp_print()
115 u_int8_t bp_hops; /* gateway hops */ member