Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dbootp.h134 uint16_t bp_secs; member
152 uint16_t bp_secs; member
H A Dnic.c611 ip.bp.bp_secs = htons((currticks()-starttime)/TICKS_PER_SEC); in bootp()
738 ip.bp.bp_secs = htons((currticks()-starttime)/TICKS_PER_SEC); in dhcp()
/illumos-gate/usr/src/boot/libsa/
H A Dbootp.h32 unsigned short bp_secs; /* seconds since boot began */ member
H A Dbootp.c270 bp->bp_secs = htons((ushort_t)(getsecs() - bot)); in bootpsend()