HomeSort by: relevance | last modified time | path
    Searched defs:bp_hops (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/lib/libsa/
bootp.h 28 unsigned char bp_hops; /* gateway hops */ member in struct:bootp
  /src/usr.sbin/bootp/common/
bootp.h 46 unsigned char bp_hops; /* gateway hops */ member in struct:bootp
  /src/sys/nfs/
nfs_bootdhcp.c 115 u_int8_t bp_hops; /* gateway hops */ member in struct:bootp
555 * Real BOOTP forwarding agents don't need this; they obey "bp_hops"
  /src/external/bsd/tcpdump/dist/
print-bootp.c 64 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));

Completed in 64 milliseconds