Searched refs:bp_hops (Results 1 – 5 of 5) sorted by relevance
46 unsigned char bp_hops; /* gateway hops */ member
30 unsigned char bp_hops; /* gateway hops */ member
114 if (bp->bp_hops) in bootp_print()115 printf(" hops:%d", bp->bp_hops); in bootp_print()
528 hops = bp->bp_hops; in handle_request()534 bp->bp_hops = hops; in handle_request()
59 nd_uint8_t bp_hops; /* gateway hops */ member318 if (GET_U_1(bp->bp_hops)) in bootp_print()319 ND_PRINT(", hops %u", GET_U_1(bp->bp_hops)); in bootp_print()