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

/freebsd-12-stable/libexec/bootpd/
H A Dbootp.h50 unsigned short bp_secs; /* seconds since boot began */ member in struct:bootp
H A Dbootpd.c756 u_int32 t = (u_int32) ntohs(bp->bp_secs);
/freebsd-12-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-12-stable/libexec/bootpd/tools/bootptest/
H A Dbootptest.c383 bp->bp_secs = secs = 0;
408 bp->bp_secs = htons(secs);
H A Dprint-bootp.c125 if (bp->bp_secs)
126 printf(" secs:%d", ntohs(bp->bp_secs));
/freebsd-12-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-12-stable/libexec/bootpd/bootpgw/
H A Dbootpgw.c540 secs = ntohs(bp->bp_secs);

Completed in 76 milliseconds