OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:traftype
(Results
1 - 2
of
2
) sorted by null
/external/tcpdump/
print-sunatm.c
72
u_int
traftype
;
local
86
traftype
= ATM_LANE;
90
traftype
= ATM_LLC;
94
traftype
= ATM_UNKNOWN;
104
atm_print(ndo, vpi, vci,
traftype
, p, length, caplen);
print-atm.c
300
u_int vpi, u_int vci, u_int
traftype
, const u_char *p, u_int length,
333
switch (
traftype
) {
Completed in 73 milliseconds