Home
last modified time | relevance | path

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

/openbsd/src/sys/lib/libsa/
Dbootp.h37 u_short bp_secs; /* seconds since boot began */ member
Dbootp.c132 bp->bp_secs = htons((u_short)(getsecs() - bot)); in bootpsend()
/openbsd/src/usr.sbin/tcpdump/
Dbootp.h31 unsigned short bp_secs; /* seconds since boot began */ member
Dprint-bootp.c92 if (bp->bp_secs) in bootp_print()
93 printf(" secs:%d", ntohs(bp->bp_secs)); in bootp_print()