HomeSort by relevance Sort by last modified time
    Searched full:traftype (Results 1 - 2 of 2) sorted by null

  /external/tcpdump/
print-sunatm.c 79 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);
print-atm.c 255 atm_print(u_int vpi, u_int vci, u_int traftype, const u_char *p, u_int length,
288 switch (traftype) {

Completed in 29 milliseconds