Searched defs:extracted_ethertype (Results 1 - 10 of 10) sorted by relevance
/external/tcpdump/ |
H A D | print-cip.c | 74 u_short extracted_ethertype; local 89 &extracted_ethertype) == 0) { 93 if (extracted_ethertype) { 95 etherproto_string(htons(extracted_ethertype)));
|
H A D | print-ipfc.c | 85 u_short extracted_ethertype; local 106 &extracted_ethertype) == 0) { 114 if (extracted_ethertype) { 116 etherproto_string(htons(extracted_ethertype)));
|
H A D | print-sll.c | 121 u_short extracted_ethertype; local 171 &extracted_ethertype) == 0) 176 extracted_ethertype = 0; 183 if (extracted_ethertype) { 185 etherproto_string(htons(extracted_ethertype)));
|
H A D | print-fddi.c | 246 u_short extracted_ethertype; local 270 &extracted_ethertype) == 0) { 278 if (extracted_ethertype) { 280 etherproto_string(htons(extracted_ethertype)));
|
H A D | print-token.c | 105 u_short extracted_ethertype; local 168 &extracted_ethertype) == 0) { 174 if (extracted_ethertype) { 176 etherproto_string(htons(extracted_ethertype)));
|
H A D | print-llc.c | 152 const u_char *esrc, const u_char *edst, u_short *extracted_ethertype) 159 *extracted_ethertype = 0; 151 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
|
H A D | print-atm.c | 140 u_short extracted_ethertype; local 143 &extracted_ethertype)) { 145 if (extracted_ethertype) { 147 etherproto_string(htons(extracted_ethertype)));
|
H A D | print-fr.c | 235 u_int16_t extracted_ethertype; local 254 extracted_ethertype = EXTRACT_16BITS(p+addr_len); 257 fr_hdr_print(length, addr_len, dlci, flags, extracted_ethertype); 259 if (ethertype_print(gndo, extracted_ethertype,
|
H A D | print-802_11.c | 1716 u_short extracted_ethertype; local 1787 &extracted_ethertype) == 0) { 1795 if (extracted_ethertype) 1798 htons(extracted_ethertype)));
|
H A D | print-juniper.c | 728 u_int16_t extracted_ethertype; local 736 extracted_ethertype = EXTRACT_16BITS(p); 739 if (ethertype_print(gndo, extracted_ethertype, 744 printf("unknown ethertype 0x%04x", extracted_ethertype); 917 u_int16_t extracted_ethertype; local 936 &extracted_ethertype) != 0) 965 u_int16_t extracted_ethertype; local 984 &extracted_ethertype) != 0)
|
Completed in 951 milliseconds