OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:l_fixedpt
(Results
1 - 2
of
2
) sorted by null
/external/tcpdump/
ntp.h
30
struct
l_fixedpt
{
struct
86
struct
l_fixedpt
ref_timestamp;
87
struct
l_fixedpt
org_timestamp;
88
struct
l_fixedpt
rec_timestamp;
89
struct
l_fixedpt
xmt_timestamp;
print-ntp.c
52
static void p_ntp_time(const struct
l_fixedpt
*);
53
static void p_ntp_delta(const struct
l_fixedpt
*, const struct
l_fixedpt
*);
202
p_ntp_time(register const struct
l_fixedpt
*lfp)
236
p_ntp_delta(register const struct
l_fixedpt
*olfp,
237
register const struct
l_fixedpt
*lfp)
Completed in 197 milliseconds