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

/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-sunatm.c76 u_int traftype; local
87 traftype = ATM_LANE;
91 traftype = ATM_LLC;
95 traftype = ATM_UNKNOWN;
106 atm_print(ndo, vpi, vci, traftype, p, length, caplen);
H A Dprint-atm.c367 u_int vpi, u_int vci, u_int traftype, const u_char *p, u_int length,
401 switch (traftype) {
366 atm_print(netdissect_options *ndo, u_int vpi, u_int vci, u_int traftype, const u_char *p, u_int length, u_int caplen) argument

Completed in 92 milliseconds