Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-sll.c121 u_short extracted_ethertype; in sll_if_print() local
170 &extracted_ethertype) == 0) in sll_if_print()
175 extracted_ethertype = 0; in sll_if_print()
182 if (extracted_ethertype) { in sll_if_print()
184 etherproto_string(htons(extracted_ethertype))); in sll_if_print()
191 &extracted_ethertype) == 0) { in sll_if_print()
Dprint-cip.c74 u_short extracted_ethertype; in cip_if_print() local
89 &extracted_ethertype) == 0) { in cip_if_print()
93 if (extracted_ethertype) { in cip_if_print()
95 etherproto_string(htons(extracted_ethertype))); in cip_if_print()
Dprint-lane.c98 u_short extracted_ethertype; in lane_print() local
140 &extracted_ethertype) == 0) { in lane_print()
144 if (extracted_ethertype) { in lane_print()
146 etherproto_string(htons(extracted_ethertype))); in lane_print()
152 &extracted_ethertype) == 0) { in lane_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-token.c104 u_short extracted_ethertype; in token_print() local
159 &extracted_ethertype) == 0) { in token_print()
165 if (extracted_ethertype) { in token_print()
167 etherproto_string(htons(extracted_ethertype))); in token_print()
Dprint-fddi.c246 u_short extracted_ethertype; in fddi_print() local
270 &extracted_ethertype) == 0) { in fddi_print()
278 if (extracted_ethertype) { in fddi_print()
280 etherproto_string(htons(extracted_ethertype))); in fddi_print()
Dprint-llc.c149 const u_char *esrc, const u_char *edst, u_short *extracted_ethertype) in llc_print() argument
156 *extracted_ethertype = 0; in llc_print()
310 ret = snap_print(p+3, length-3, caplen-3, extracted_ethertype, in llc_print()
380 u_short *extracted_ethertype, u_int bridge_pad) in snap_print() argument
421 extracted_ethertype); in snap_print()
437 extracted_ethertype); in snap_print()
Dprint-atm.c106 u_short extracted_ethertype; in atm_llc_print() local
109 &extracted_ethertype)) { in atm_llc_print()
111 if (extracted_ethertype) { in atm_llc_print()
113 etherproto_string(htons(extracted_ethertype))); in atm_llc_print()
Dprint-fr.c223 u_int16_t extracted_ethertype; in fr_print() local
243 extracted_ethertype = EXTRACT_16BITS(p+addr_len); in fr_print()
246 fr_hdr_print(length, addr_len, dlci, flags, extracted_ethertype); in fr_print()
248 if (ether_encap_print(extracted_ethertype, in fr_print()
252 &extracted_ethertype) == 0) in fr_print()
289 if (snap_print(p, length, length, &extracted_ethertype, 0) == 0) { in fr_print()
Dprint-juniper.c434 u_int16_t extracted_ethertype; in juniper_pppoe_atm_print() local
442 extracted_ethertype = EXTRACT_16BITS(p); in juniper_pppoe_atm_print()
445 if (ether_encap_print(extracted_ethertype, in juniper_pppoe_atm_print()
449 &extracted_ethertype) == 0) in juniper_pppoe_atm_print()
451 printf("unknown ethertype 0x%04x", extracted_ethertype); in juniper_pppoe_atm_print()
624 u_int16_t extracted_ethertype; in juniper_atm1_print() local
643 &extracted_ethertype) != 0) in juniper_atm1_print()
672 u_int16_t extracted_ethertype; in juniper_atm2_print() local
691 &extracted_ethertype) != 0) in juniper_atm2_print()
Dprint-802_11.c919 u_short extracted_ethertype; in ieee802_11_print() local
969 &extracted_ethertype) == 0) { in ieee802_11_print()
977 if (extracted_ethertype) in ieee802_11_print()
980 htons(extracted_ethertype))); in ieee802_11_print()