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

  /external/tcpdump/
print-fr.c 241 uint16_t extracted_ethertype; local
270 extracted_ethertype = EXTRACT_16BITS(p+addr_len);
274 flags, extracted_ethertype);
276 if (ethertype_print(ndo, extracted_ethertype,
print-juniper.c 755 uint16_t extracted_ethertype; local
764 extracted_ethertype = EXTRACT_16BITS(p);
767 if (ethertype_print(ndo, extracted_ethertype,
773 ND_PRINT((ndo, "unknown ethertype 0x%04x", extracted_ethertype));
    [all...]

Completed in 394 milliseconds