Home
last modified time | relevance | path

Searched refs:extracted_ethertype (Results 1 – 2 of 2) sorted by relevance

/external/tcpdump/
Dprint-fr.c241 uint16_t extracted_ethertype; in fr_print() local
270 extracted_ethertype = EXTRACT_16BITS(p+addr_len); in fr_print()
274 flags, extracted_ethertype); in fr_print()
276 if (ethertype_print(ndo, extracted_ethertype, in fr_print()
Dprint-juniper.c755 uint16_t extracted_ethertype; in juniper_pppoe_atm_print() local
764 extracted_ethertype = EXTRACT_16BITS(p); in juniper_pppoe_atm_print()
767 if (ethertype_print(ndo, extracted_ethertype, in juniper_pppoe_atm_print()
773 ND_PRINT((ndo, "unknown ethertype 0x%04x", extracted_ethertype)); in juniper_pppoe_atm_print()