Home
last modified time | relevance | path

Searched refs:bp_secs (Results 1 – 8 of 8) sorted by relevance

/freebsd/libexec/bootpd/
H A Dbootp.h48 unsigned short bp_secs; /* seconds since boot began */ member
H A Dbootpd.c738 u_int32 t = (u_int32) ntohs(bp->bp_secs); in handle_request()
/freebsd/contrib/tcpdump/
H A Dprint-bootp.c61 nd_uint16_t bp_secs; /* seconds since boot began */ member
307 ND_TCHECK_2(bp->bp_secs); in bootp_print()
322 if (GET_BE_U_2(bp->bp_secs)) in bootp_print()
323 ND_PRINT(", secs %u", GET_BE_U_2(bp->bp_secs)); in bootp_print()
/freebsd/stand/libsa/
H A Dbootp.h32 unsigned short bp_secs; /* seconds since boot began */ member
H A Dbootp.c273 bp->bp_secs = htons((u_short)(getsecs() - bot)); in bootpsend()
/freebsd/libexec/bootpd/tools/bootptest/
H A Dbootptest.c379 bp->bp_secs = secs = 0; in main()
404 bp->bp_secs = htons(secs); in main()
H A Dprint-bootp.c120 if (bp->bp_secs) in bootp_print()
121 printf(" secs:%d", ntohs(bp->bp_secs)); in bootp_print()
/freebsd/libexec/bootpd/bootpgw/
H A Dbootpgw.c523 secs = ntohs(bp->bp_secs); in handle_request()