Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-cip.c65 u_short extracted_ethertype; in cip_if_print() local
80 &extracted_ethertype) == 0) { in cip_if_print()
84 if (extracted_ethertype) { in cip_if_print()
86 etherproto_string(htons(extracted_ethertype)))); in cip_if_print()
Dprint-sll.c201 u_short extracted_ethertype; in sll_if_print() local
251 &extracted_ethertype) == 0) in sll_if_print()
256 extracted_ethertype = 0; in sll_if_print()
263 if (extracted_ethertype) { in sll_if_print()
265 etherproto_string(htons(extracted_ethertype)))); in sll_if_print()
Dprint-ipfc.c85 u_short extracted_ethertype; in ipfc_print() local
106 &extracted_ethertype) == 0) { in ipfc_print()
114 if (extracted_ethertype) { in ipfc_print()
116 etherproto_string(htons(extracted_ethertype)))); in ipfc_print()
Dprint-fddi.c286 u_short extracted_ethertype; in fddi_print() local
310 &extracted_ethertype) == 0) { in fddi_print()
318 if (extracted_ethertype) { in fddi_print()
320 etherproto_string(htons(extracted_ethertype)))); in fddi_print()
Dprint-token.c152 u_short extracted_ethertype; in token_print() local
215 &extracted_ethertype) == 0) { in token_print()
221 if (extracted_ethertype) { in token_print()
223 etherproto_string(htons(extracted_ethertype)))); in token_print()
Dprint-atm.c133 u_short extracted_ethertype; in atm_llc_print() local
136 &extracted_ethertype)) { in atm_llc_print()
138 if (extracted_ethertype) { in atm_llc_print()
140 etherproto_string(htons(extracted_ethertype)))); in atm_llc_print()
Dprint-juniper.c732 uint16_t extracted_ethertype; in juniper_pppoe_atm_print() local
740 extracted_ethertype = EXTRACT_16BITS(p); in juniper_pppoe_atm_print()
743 if (ethertype_print(ndo, extracted_ethertype, in juniper_pppoe_atm_print()
748 ND_PRINT((ndo, "unknown ethertype 0x%04x", extracted_ethertype)); in juniper_pppoe_atm_print()
923 uint16_t extracted_ethertype; in juniper_atm1_print() local
942 &extracted_ethertype) != 0) in juniper_atm1_print()
972 uint16_t extracted_ethertype; in juniper_atm2_print() local
991 &extracted_ethertype) != 0) in juniper_atm2_print()
Dprint-fr.c240 uint16_t extracted_ethertype; in fr_print() local
269 extracted_ethertype = EXTRACT_16BITS(p+addr_len); in fr_print()
273 flags, extracted_ethertype); in fr_print()
275 if (ethertype_print(ndo, extracted_ethertype, in fr_print()
Dprint-llc.c145 const u_char *esrc, const u_char *edst, u_short *extracted_ethertype) in llc_print() argument
152 *extracted_ethertype = 0; in llc_print()
Dprint-802_11.c2333 u_short extracted_ethertype; in ieee802_11_print() local
2404 &extracted_ethertype) == 0) { in ieee802_11_print()
2412 if (extracted_ethertype) in ieee802_11_print()
2415 htons(extracted_ethertype)))); in ieee802_11_print()