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

  /external/tcpdump/
print-symantec.c 38 uint16_t ether_type; member in struct:symantec_header
50 etype = EXTRACT_16BITS(&sp->ether_type);
80 u_short ether_type; local
95 ether_type = EXTRACT_16BITS(&sp->ether_type);
97 if (ether_type <= ETHERMTU) {
98 /* ether_type not known, print raw packet */
104 } else if (ethertype_print(ndo, ether_type, p, length, caplen, NULL, NULL) == 0) {
105 /* ether_type not known, print raw packet */
print-ap1394.c 94 u_short ether_type; local
110 ether_type = EXTRACT_16BITS(&fp->firewire_type);
115 if (ethertype_print(ndo, ether_type, p, length, caplen, &src, &dst) == 0) {
116 /* ether_type not known, print raw packet */
print-medsa.c 50 u_short ether_type; member in struct:medsa_pkthdr
145 u_short ether_type; local
160 ether_type = EXTRACT_16BITS(&medsa->ether_type);
161 if (ether_type <= ETHERMTU) {
172 ether_type),
173 ether_type));
174 if (ethertype_print(ndo, ether_type, bp, length, caplen, src, dst) == 0) {
175 /* ether_type not known, print raw packet */
179 ether_type),
    [all...]
print-sll.c 137 u_short ether_type; local
150 ether_type = EXTRACT_16BITS(&sllp->sll_protocol);
152 if (ether_type <= ETHERMTU) {
156 switch (ether_type) {
177 ether_type));
182 tok2str(ethertype_values, "Unknown", ether_type),
183 ether_type));
201 u_short ether_type; local
228 ether_type = EXTRACT_16BITS(&sllp->sll_protocol);
235 if (ether_type <= ETHERMTU)
    [all...]
  /bionic/libc/include/net/
ethernet.h 73 u_int16_t ether_type; member in struct:ether_header
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
vlan.h 58 uint16 ether_type; member in struct:ethervlan_header
73 uint16 ether_type; /* ethertype */ member in struct:dot3_mac_llc_snapvlan_header
ethernet.h 121 uint16 ether_type; member in struct:ether_header
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/net/
ethernet.h 43 u_int16_t ether_type; /* packet type ID field */ member in struct:ether_header
  /bionic/libc/kernel/uapi/rdma/
ib_user_verbs.h 722 __be16 ether_type; member in struct:ib_uverbs_flow_eth_filter
  /external/kernel-headers/original/uapi/rdma/
ib_user_verbs.h 881 __be16 ether_type; member in struct:ib_uverbs_flow_eth_filter
  /hardware/qcom/msm8996/kernel-headers/linux/
msm_ipa.h 366 uint16_t ether_type; member in struct:ipa_rule_attrib
    [all...]
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_ipa.h 500 uint16_t ether_type; member in struct:ipa_rule_attrib
    [all...]
  /hardware/qcom/msm8998/kernel-headers/linux/
msm_ipa.h 382 uint16_t ether_type; member in struct:ipa_rule_attrib
    [all...]
  /hardware/qcom/msm8998/original-kernel-headers/linux/
msm_ipa.h 520 uint16_t ether_type; member in struct:ipa_rule_attrib
    [all...]

Completed in 684 milliseconds