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

/external/tcpdump/
H A Dprint-sll.c56 u_short ether_type; local
69 ether_type = EXTRACT_16BITS(&sllp->sll_protocol);
71 if (ether_type <= ETHERMTU) {
75 switch (ether_type) {
96 ether_type);
101 tok2str(ethertype_values, "Unknown", ether_type),
102 ether_type);
120 u_short ether_type; local
145 ether_type = EXTRACT_16BITS(&sllp->sll_protocol);
152 if (ether_type <
[all...]
H A Dether.h50 u_int16_t ether_type; member in struct:ether_header
H A Dprint-symantec.c44 u_int16_t ether_type; member in struct:symantec_header
56 etype = EXTRACT_16BITS(&sp->ether_type);
86 u_short ether_type; local
101 ether_type = EXTRACT_16BITS(&sp->ether_type);
103 if (ether_type <= ETHERMTU) {
104 /* ether_type not known, print raw packet */
110 } else if (ethertype_print(gndo, ether_type, p, length, caplen) == 0) {
111 /* ether_type not known, print raw packet */
H A Dprint-ether.c99 u_int16_t ether_type; local
107 ether_type = EXTRACT_16BITS(&ep->ether_type);
109 if (ether_type <= ETHERMTU)
113 tok2str(ethertype_values,"Unknown", ether_type),
114 ether_type));
116 if (ether_type <= ETHERMTU)
119 (void)ND_PRINT((ndo, ", %s", tok2str(ethertype_values,"Unknown Ethertype (0x%04x)", ether_type)));
138 u_short ether_type; local
158 ether_type
324 ethertype_print(netdissect_options *ndo, u_short ether_type, const u_char *p, u_int length, u_int caplen) argument
[all...]
H A Dprint-ap1394.c93 u_short ether_type; local
108 ether_type = EXTRACT_16BITS(&fp->firewire_type);
109 if (ethertype_print(gndo, ether_type, p, length, caplen) == 0) {
110 /* ether_type not known, print raw packet */
/external/dhcpcd/
H A Dbpf.c147 hw.ether_type = htons(protocol);
/external/dnsmasq/src/
H A Dbpf.c188 ether.ether_type = htons(ETHERTYPE_IP);
/external/kernel-headers/original/uapi/rdma/
H A Dib_user_verbs.h733 __be16 ether_type; member in struct:ib_uverbs_flow_eth_filter
/external/libpcap/
H A Dpcap-dos.c850 etype = ep->ether_type;
/external/wpa_supplicant_8/hostapd/
H A Dctrl_iface.c1633 eth->ether_type = htons(ETHERTYPE_IP);
1693 ethertype = ntohs(eth->ether_type);
/external/wpa_supplicant_8/wpa_supplicant/
H A Dctrl_iface.c7460 eth->ether_type = htons(ETHERTYPE_IP);
7510 ethertype = ntohs(eth->ether_type);

Completed in 287 milliseconds