OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bp_secs
(Results
1 - 6
of
6
) sorted by null
/external/qemu/slirp/
bootp.h
103
uint16_t
bp_secs
;
member in struct:bootp_t
/external/qemu/slirp-android/
bootp.h
103
uint16_t
bp_secs
;
member in struct:bootp_t
/external/tcpdump/
print-bootp.c
86
TCHECK(bp->
bp_secs
);
101
if (bp->
bp_secs
)
102
printf(", secs %d", EXTRACT_16BITS(&bp->
bp_secs
));
bootp.h
29
u_int16_t
bp_secs
; /* seconds since boot began */
member in struct:bootp
/external/grub/netboot/
etherboot.h
306
unsigned short
bp_secs
;
member in struct:bootp_t
main.c
569
etherboot_printf ("
bp_secs
= %d\n", (int) ip.bp.bp_hwaddr);
627
etherboot_printf ("
bp_secs
= %d\n", (int) ip.bp.bp_hwaddr);
676
ip.bp.
bp_secs
= htons ((currticks () - starttime) / TICKS_PER_SEC);
Completed in 15 milliseconds