Searched refs:bp_secs (Results 1 – 6 of 6) sorted by relevance
86 TCHECK(bp->bp_secs); in bootp_print()101 if (bp->bp_secs) in bootp_print()102 printf(", secs %d", EXTRACT_16BITS(&bp->bp_secs)); in bootp_print()
29 u_int16_t bp_secs; /* seconds since boot began */ member
103 uint16_t bp_secs; member
306 unsigned short bp_secs; member
676 ip.bp.bp_secs = htons ((currticks () - starttime) / TICKS_PER_SEC); in bootp()