Searched refs:bp_secs (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/lib/libstand/
H A Dbootp.h32 unsigned short bp_secs; /* seconds since boot began */ member in struct:bootp
H A Dbootp.c280 bp->bp_secs = htons((u_short)(getsecs() - bot));
/freebsd-9.3-release/libexec/bootpd/
H A Dbootp.h50 unsigned short bp_secs; /* seconds since boot began */ member in struct:bootp
H A Dbootpd.c747 u_int32 t = (u_int32) ntohs(bp->bp_secs);
/freebsd-9.3-release/libexec/bootpd/tools/bootptest/
H A Dprint-bootp.c124 if (bp->bp_secs)
125 printf(" secs:%d", ntohs(bp->bp_secs));
H A Dbootptest.c386 bp->bp_secs = secs = 0;
411 bp->bp_secs = htons(secs);
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-bootp.c88 TCHECK(bp->bp_secs);
103 if (bp->bp_secs)
104 printf(", secs %d", EXTRACT_16BITS(&bp->bp_secs));
H A Dbootp.h29 u_int16_t bp_secs; /* seconds since boot began */ member in struct:bootp
/freebsd-9.3-release/libexec/bootpd/bootpgw/
H A Dbootpgw.c534 secs = ntohs(bp->bp_secs);

Completed in 63 milliseconds