HomeSort by relevance Sort by last modified time
    Searched defs:extracted_ethertype (Results 1 - 9 of 9) sorted by null

  /external/tcpdump/
print-cip.c 65 u_short extracted_ethertype; local
80 &extracted_ethertype) == 0) {
84 if (extracted_ethertype) {
86 etherproto_string(htons(extracted_ethertype))));
print-ipfc.c 85 u_short extracted_ethertype; local
106 &extracted_ethertype) == 0) {
114 if (extracted_ethertype) {
116 etherproto_string(htons(extracted_ethertype))));
print-sll.c 201 u_short extracted_ethertype; local
251 &extracted_ethertype) == 0)
256 extracted_ethertype = 0;
263 if (extracted_ethertype) {
265 etherproto_string(htons(extracted_ethertype))));
print-fddi.c 286 u_short extracted_ethertype; local
310 &extracted_ethertype) == 0) {
318 if (extracted_ethertype) {
320 etherproto_string(htons(extracted_ethertype))));
print-token.c 152 u_short extracted_ethertype; local
215 &extracted_ethertype) == 0) {
221 if (extracted_ethertype) {
223 etherproto_string(htons(extracted_ethertype))));
print-atm.c 133 u_short extracted_ethertype; local
136 &extracted_ethertype)) {
138 if (extracted_ethertype) {
140 etherproto_string(htons(extracted_ethertype))));
print-fr.c 240 uint16_t extracted_ethertype; local
269 extracted_ethertype = EXTRACT_16BITS(p+addr_len);
273 flags, extracted_ethertype);
275 if (ethertype_print(ndo, extracted_ethertype,
print-juniper.c 732 uint16_t extracted_ethertype; local
740 extracted_ethertype = EXTRACT_16BITS(p);
743 if (ethertype_print(ndo, extracted_ethertype,
748 ND_PRINT((ndo, "unknown ethertype 0x%04x", extracted_ethertype));
923 uint16_t extracted_ethertype; local
972 uint16_t extracted_ethertype; local
    [all...]
print-802_11.c 2333 u_short extracted_ethertype; local
    [all...]

Completed in 128 milliseconds