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