Searched refs:extracted_ethertype (Results 1 – 10 of 10) sorted by relevance
65 u_short extracted_ethertype; in cip_if_print() local80 &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()
201 u_short extracted_ethertype; in sll_if_print() local251 &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()
85 u_short extracted_ethertype; in ipfc_print() local106 &extracted_ethertype) == 0) { in ipfc_print()114 if (extracted_ethertype) { in ipfc_print()116 etherproto_string(htons(extracted_ethertype)))); in ipfc_print()
286 u_short extracted_ethertype; in fddi_print() local310 &extracted_ethertype) == 0) { in fddi_print()318 if (extracted_ethertype) { in fddi_print()320 etherproto_string(htons(extracted_ethertype)))); in fddi_print()
152 u_short extracted_ethertype; in token_print() local215 &extracted_ethertype) == 0) { in token_print()221 if (extracted_ethertype) { in token_print()223 etherproto_string(htons(extracted_ethertype)))); in token_print()
133 u_short extracted_ethertype; in atm_llc_print() local136 &extracted_ethertype)) { in atm_llc_print()138 if (extracted_ethertype) { in atm_llc_print()140 etherproto_string(htons(extracted_ethertype)))); in atm_llc_print()
732 uint16_t extracted_ethertype; in juniper_pppoe_atm_print() local740 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() local942 &extracted_ethertype) != 0) in juniper_atm1_print()972 uint16_t extracted_ethertype; in juniper_atm2_print() local991 &extracted_ethertype) != 0) in juniper_atm2_print()
240 uint16_t extracted_ethertype; in fr_print() local269 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()
145 const u_char *esrc, const u_char *edst, u_short *extracted_ethertype) in llc_print() argument152 *extracted_ethertype = 0; in llc_print()
2333 u_short extracted_ethertype; in ieee802_11_print() local2404 &extracted_ethertype) == 0) { in ieee802_11_print()2412 if (extracted_ethertype) in ieee802_11_print()2415 htons(extracted_ethertype)))); in ieee802_11_print()