Searched refs:ether_type (Results 26 - 46 of 46) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pppoecd/
H A Dpppoe.c254 (unsigned)ntohs(p->ethhdr.ether_type));
260 switch((unsigned)ntohs(p->ethhdr.ether_type))
302 if (ntohs(p->ethhdr.ether_type) != ETH_P_PPPOE_DISC)
819 packet->ethhdr.ether_type = htons(ETH_P_PPPOE_DISC);
892 packet->ethhdr.ether_type = htons(ETH_P_PPPOE_DISC);
965 packet->ethhdr.ether_type = htons(ETH_P_PPPOE_DISC);
1219 packet->ethhdr.ether_type = htons(ETH_P_PPPOE_SESS);
1580 if (packet->ethhdr.ether_type != htons(ETH_P_PPPOE_SESS))
1583 ntohs(packet->ethhdr.ether_type));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/sys/netatalk/
H A Dddp_output.c260 eh.ether_type = htons( ETHERTYPE_AT );
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/slicoss/
H A Dslic.h290 ushort ether_type; member in struct:ether_header
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dethtool.h343 __be16 ether_type; member in struct:ethtool_ether_spec
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dbcmutils.c2644 if (eh->ether_type == hton16(ETHER_TYPE_8021Q)) {
2653 if ((evh->ether_type == hton16(ETHER_TYPE_IP)) ||
2654 (evh->ether_type == hton16(ETHER_TYPE_IPV6))) {
2681 } else if ((eh->ether_type == hton16(ETHER_TYPE_IP)) ||
2682 (eh->ether_type == hton16(ETHER_TYPE_IPV6))) {
2732 if (eh->ether_type == HTON16(ETHER_TYPE_IP)) {
2737 else if (eh->ether_type == HTON16(ETHER_TYPE_8021Q)) {
2742 evh->ether_type == HTON16(ETHER_TYPE_IP)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dnsmasq-2.15/src/
H A Ddhcp.c346 header.ether_type = htons(ETHERTYPE_IP);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dmacmace.c208 if (found || macintosh_config->ether_type != MAC_ETHER_MACE)
H A Dmacsonic.c329 if (macintosh_config->ether_type != MAC_ETHER_SONIC)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dpcap-dos.c831 etype = ep->ether_type;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8187se/ieee80211/
H A Dieee80211.h739 u16 ether_type; member in struct:ether_header
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-autoipd/
H A Dmain.c756 eh->ether_type = htons(0x0806);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-autoipd/
H A Dmain.c756 eh->ether_type = htons(0x0806);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192su/ieee80211/
H A Dieee80211.h948 u16 ether_type; member in struct:ether_header
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/IGMP-PROXY/src/
H A Digmpv3.c163 eh->ether_type = htons(ETH_P_IP);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/ieee80211/
H A Dieee80211.h1489 u16 ether_type; member in struct:ether_header
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/
H A Dieee80211.h1456 u16 ether_type; member in struct:ether_header
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211.h1461 u16 ether_type; member in struct:ether_header
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/modules/
H A Dppp.c2124 ((struct ether_header *)eh->b_rptr)->ether_type = htons((short)type);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/solaris/
H A Dppp.c2141 ((struct ether_header *)eh->b_rptr)->ether_type = htons((short)type);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/modules/
H A Dppp.c2092 ((struct ether_header *)eh->b_rptr)->ether_type = htons((short)type);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/solaris/
H A Dppp.c2092 ((struct ether_header *)eh->b_rptr)->ether_type = htons((short)type);

Completed in 342 milliseconds

12