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

/external/tcpdump/
H A Dprint-cip.c74 u_short extracted_ethertype; local
89 &extracted_ethertype) == 0) {
93 if (extracted_ethertype) {
95 etherproto_string(htons(extracted_ethertype)));
H A Dprint-sll.c121 u_short extracted_ethertype; local
170 &extracted_ethertype) == 0)
175 extracted_ethertype = 0;
182 if (extracted_ethertype) {
184 etherproto_string(htons(extracted_ethertype)));
191 &extracted_ethertype) == 0) {
H A Dprint-ipfc.c85 u_short extracted_ethertype; local
106 &extracted_ethertype) == 0) {
114 if (extracted_ethertype) {
116 etherproto_string(htons(extracted_ethertype)));
H A Dprint-lane.c98 u_short extracted_ethertype; local
140 &extracted_ethertype) == 0) {
144 if (extracted_ethertype) {
146 etherproto_string(htons(extracted_ethertype)));
152 &extracted_ethertype) == 0) {
H A Dprint-token.c104 u_short extracted_ethertype; local
159 &extracted_ethertype) == 0) {
165 if (extracted_ethertype) {
167 etherproto_string(htons(extracted_ethertype)));
H A Dprint-atm.c106 u_short extracted_ethertype; local
109 &extracted_ethertype)) {
111 if (extracted_ethertype) {
113 etherproto_string(htons(extracted_ethertype)));
H A Dprint-llc.c149 const u_char *esrc, const u_char *edst, u_short *extracted_ethertype)
156 *extracted_ethertype = 0;
310 ret = snap_print(p+3, length-3, caplen-3, extracted_ethertype,
380 u_short *extracted_ethertype, u_int bridge_pad)
421 extracted_ethertype);
437 extracted_ethertype);
148 llc_print(const u_char *p, u_int length, u_int caplen, const u_char *esrc, const u_char *edst, u_short *extracted_ethertype) argument
379 snap_print(const u_char *p, u_int length, u_int caplen, u_short *extracted_ethertype, u_int bridge_pad) argument
H A Dprint-fddi.c246 u_short extracted_ethertype; local
270 &extracted_ethertype) == 0) {
278 if (extracted_ethertype) {
280 etherproto_string(htons(extracted_ethertype)));
H A Dprint-fr.c223 u_int16_t extracted_ethertype; local
243 extracted_ethertype = EXTRACT_16BITS(p+addr_len);
246 fr_hdr_print(length, addr_len, dlci, flags, extracted_ethertype);
248 if (ether_encap_print(extracted_ethertype,
252 &extracted_ethertype) == 0)
289 if (snap_print(p, length, length, &extracted_ethertype, 0) == 0) {
H A Dprint-juniper.c434 u_int16_t extracted_ethertype; local
442 extracted_ethertype = EXTRACT_16BITS(p);
445 if (ether_encap_print(extracted_ethertype,
449 &extracted_ethertype) == 0)
451 printf("unknown ethertype 0x%04x", extracted_ethertype);
624 u_int16_t extracted_ethertype; local
643 &extracted_ethertype) != 0)
672 u_int16_t extracted_ethertype; local
691 &extracted_ethertype) != 0)
H A Dprint-802_11.c919 u_short extracted_ethertype; local
969 &extracted_ethertype) == 0) {
977 if (extracted_ethertype)
980 htons(extracted_ethertype)));

Completed in 88 milliseconds