Searched refs:bp_secs (Results 1 – 4 of 4) sorted by relevance
37 u_short bp_secs; /* seconds since boot began */ member
132 bp->bp_secs = htons((u_short)(getsecs() - bot)); in bootpsend()
31 unsigned short bp_secs; /* seconds since boot began */ member
92 if (bp->bp_secs) in bootp_print()93 printf(" secs:%d", ntohs(bp->bp_secs)); in bootp_print()