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

/freebsd-11-stable/libexec/bootpd/
H A Dbootp.h50 unsigned short bp_secs; /* seconds since boot began */ member in struct:bootp
H A Dbootpd.c751 u_int32 t = (u_int32) ntohs(bp->bp_secs);
/freebsd-11-stable/stand/libsa/
H A Dbootp.h34 unsigned short bp_secs; /* seconds since boot began */ member in struct:bootp
H A Dbootp.c278 bp->bp_secs = htons((u_short)(getsecs() - bot));
/freebsd-11-stable/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-11-stable/contrib/tcpdump/
H A Dprint-bootp.c64 uint16_t bp_secs; /* seconds since boot began */ member in struct:bootp
307 ND_TCHECK(bp->bp_secs);
322 if (EXTRACT_16BITS(&bp->bp_secs))
323 ND_PRINT((ndo, ", secs %d", EXTRACT_16BITS(&bp->bp_secs)));
/freebsd-11-stable/libexec/bootpd/bootpgw/
H A Dbootpgw.c534 secs = ntohs(bp->bp_secs);

Completed in 203 milliseconds