/external/tcpdump/ |
print-cip.c | 74 u_short extracted_ethertype; local 89 &extracted_ethertype) == 0) { 93 if (extracted_ethertype) { 95 etherproto_string(htons(extracted_ethertype)));
|
print-sll.c | 121 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) {
|
print-ipfc.c | 85 u_short extracted_ethertype; local 106 &extracted_ethertype) == 0) { 114 if (extracted_ethertype) { 116 etherproto_string(htons(extracted_ethertype)));
|
print-lane.c | 98 u_short extracted_ethertype; local 140 &extracted_ethertype) == 0) { 144 if (extracted_ethertype) { 146 etherproto_string(htons(extracted_ethertype))); 152 &extracted_ethertype) == 0) {
|
print-token.c | 104 u_short extracted_ethertype; local 159 &extracted_ethertype) == 0) { 165 if (extracted_ethertype) { 167 etherproto_string(htons(extracted_ethertype)));
|
print-atm.c | 106 u_short extracted_ethertype; local 109 &extracted_ethertype)) { 111 if (extracted_ethertype) { 113 etherproto_string(htons(extracted_ethertype)));
|
print-llc.c | 149 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);
|
print-fddi.c | 246 u_short extracted_ethertype; local 270 &extracted_ethertype) == 0) { 278 if (extracted_ethertype) { 280 etherproto_string(htons(extracted_ethertype)));
|
print-fr.c | 223 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) {
|
print-juniper.c | 434 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)
|
print-802_11.c | 919 u_short extracted_ethertype; local 969 &extracted_ethertype) == 0) { 977 if (extracted_ethertype) 980 htons(extracted_ethertype)));
|