Searched refs:traftype (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/tcpdump/
H A Dprint-sunatm.c79 u_int traftype; local
96 traftype = ATM_LANE;
100 traftype = ATM_LLC;
104 traftype = ATM_UNKNOWN;
114 atm_print(vpi, vci, traftype, p, length, caplen);
H A Dprint-atm.c293 atm_print(u_int vpi, u_int vci, u_int traftype, const u_char *p, u_int length, argument
326 switch (traftype) {

Completed in 56 milliseconds