Searched defs:ether_type (Results 1 - 15 of 15) sorted by relevance

/drivers/net/wireless/bcmdhd/include/proto/
H A Dvlan.h53 uint16 ether_type; member in struct:ethervlan_header
H A Dethernet.h102 uint16 ether_type; member in struct:ether_header
/drivers/net/wireless/ipw2x00/
H A Dlibipw_tx.c264 __be16 ether_type; local
295 ether_type = ((struct ethhdr *)skb->data)->h_proto;
299 encrypt = !(ether_type == htons(ETH_P_PAE) && ieee->ieee802_1x) &&
306 ieee->drop_unencrypted && ether_type != htons(ETH_P_PAE)) {
365 ether_type);
491 ether_type);
/drivers/staging/rtl8187se/ieee80211/
H A Dieee80211_tx.c286 if(eh->ether_type == __constant_htons(ETHERTYPE_IP)) {
316 int ether_type, encrypt; local
349 ether_type = ntohs(((struct ethhdr *)skb->data)->h_proto);
353 encrypt = !(ether_type == ETH_P_PAE && ieee->ieee802_1x) &&
357 ieee->drop_unencrypted && ether_type != ETH_P_PAE) {
363 if (crypt && !encrypt && ether_type == ETH_P_PAE) {
509 ether_type);
H A Dieee80211.h763 u16 ether_type; member in struct:ether_header
/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_tx.c599 int ether_type = 0, encrypt; local
634 ether_type = ntohs(((struct ethhdr *)skb->data)->h_proto);
638 encrypt = !(ether_type == ETH_P_PAE && ieee->ieee802_1x) &&
642 ieee->drop_unencrypted && ether_type != ETH_P_PAE) {
647 if (crypt && !encrypt && ether_type == ETH_P_PAE) {
812 ether_type);
H A Dieee80211.h1486 u16 ether_type; member in struct:ether_header
/drivers/staging/rtl8192e/
H A Drtllib_tx.c561 int ether_type = 0, encrypt; local
602 ether_type = ntohs(((struct ethhdr *)skb->data)->h_proto);
622 if (ETH_P_IP == ether_type) {
638 } else if (ETH_P_ARP == ether_type) {
649 encrypt = !(ether_type == ETH_P_PAE && ieee->ieee802_1x) &&
652 ieee->drop_unencrypted && ether_type != ETH_P_PAE) {
656 if (crypt && !encrypt && ether_type == ETH_P_PAE) {
829 sizeof(u16)), ether_type);
887 if (ether_type == ETH_P_PAE) {
H A Drtllib.h1585 u16 ether_type; member in struct:ether_header
/drivers/staging/rtl8712/
H A Drtl871x_recv.c257 u16 ether_type = 0; local
270 /*get ether_type */
273 memcpy(&ether_type, ptr, 2);
274 ether_type = ntohs((unsigned short)ether_type);
275 if (ether_type == 0x888e)
289 if (ether_type == 0x888e) {
H A Drtl871x_xmit.h106 u16 ether_type; member in struct:pkt_attrib
/drivers/net/wireless/rtlwifi/
H A Dbase.c952 u16 ether_type; local
962 ether_type = *(u16 *) ((u8 *) skb->data + mac_hdr_len + SNAP_SIZE);
963 /* ether_type = ntohs(ether_type); */
965 if (ETH_P_IP == ether_type) {
990 } else if (ETH_P_ARP == ether_type) {
997 } else if (ETH_P_PAE == ether_type) {
1007 } else if (ETH_P_IPV6 == ether_type) {
/drivers/firewire/
H A Dnet.c107 unsigned ether_type)
110 | fwnet_set_hdr_ether_type(ether_type);
114 unsigned ether_type, unsigned dg_size, unsigned dgl)
118 | fwnet_set_hdr_ether_type(ether_type);
145 u16 ether_type; member in struct:fwnet_partial_datagram
513 bool is_broadcast, u16 ether_type)
536 if (ether_type == ETH_P_ARP) {
610 if (dev_hard_header(skb, net, ether_type,
678 u16 ether_type; local
688 ether_type
106 fwnet_make_uf_hdr(struct rfc2734_header *hdr, unsigned ether_type) argument
113 fwnet_make_ff_hdr(struct rfc2734_header *hdr, unsigned ether_type, unsigned dg_size, unsigned dgl) argument
511 fwnet_finish_incoming_packet(struct net_device *net, struct sk_buff *skb, u16 source_node_id, bool is_broadcast, u16 ether_type) argument
[all...]
/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.c1409 u16 ether_type = ntohs(hdr->h_proto); local
1412 if (ether_type == ETH_P_8021Q) {
1416 ether_type = ntohs(vhdr->h_vlan_encapsulated_proto);
1420 if ((ether_type == ETH_P_FCOE) || (ether_type == ETH_P_FIP))
/drivers/staging/slicoss/
H A Dslic.h290 ushort ether_type; member in struct:ether_header

Completed in 510 milliseconds