OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tsp_type
(Results
1 - 5
of
5
) sorted by null
/external/tcpdump/
print-timed.c
54
if (endof(tsp->
tsp_type
) > snapend) {
58
if (tsp->
tsp_type
< TSPTYPENUMBER)
59
printf("TSP_%s", tsptype[tsp->
tsp_type
]);
61
printf("(
tsp_type
%#x)", tsp->
tsp_type
);
75
if (tsp->
tsp_type
== TSP_LOOP) {
81
} else if (tsp->
tsp_type
== TSP_SETTIME ||
82
tsp->
tsp_type
== TSP_ADJTIME ||
83
tsp->
tsp_type
== TSP_SETDATE ||
84
tsp->
tsp_type
== TSP_SETDATEREQ)
[
all
...]
timed.h
48
u_int8_t
tsp_type
;
member in struct:tsp
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/protocols/
timed.h
45
u_char
tsp_type
;
member in struct:tsp
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/protocols/
timed.h
45
u_char
tsp_type
;
member in struct:tsp
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/protocols/
timed.h
45
u_char
tsp_type
;
member in struct:tsp
Completed in 137 milliseconds