Searched refs:ethproto (Results 1 - 25 of 52) sorted by relevance

123

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/bridge/netfilter/
H A Debt_vlan.c88 if (e->ethproto != htons(ETH_P_8021Q)) {
90 ntohs(e->ethproto));
H A Debt_arp.c108 if ((e->ethproto != htons(ETH_P_ARP) &&
109 e->ethproto != htons(ETH_P_RARP)) ||
H A Debt_arpreply.c67 if (e->ethproto != htons(ETH_P_ARP) ||
H A Debt_ip.c85 if (e->ethproto != htons(ETH_P_IP) ||
H A Debt_ip6.c88 if (e->ethproto != htons(ETH_P_IPV6) || e->invflags & EBT_IPROTO)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/bridge/netfilter/
H A Debt_vlan.c88 if (e->ethproto != htons(ETH_P_8021Q)) {
90 ntohs(e->ethproto));
H A Debt_arp.c108 if ((e->ethproto != htons(ETH_P_ARP) &&
109 e->ethproto != htons(ETH_P_RARP)) ||
H A Debt_arpreply.c67 if (e->ethproto != htons(ETH_P_ARP) ||
H A Debt_ip.c85 if (e->ethproto != htons(ETH_P_IP) ||
H A Debt_ip6.c88 if (e->ethproto != htons(ETH_P_IPV6) || e->invflags & EBT_IPROTO)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ebtables/
H A Debtables.c250 ent = getethertypebynumber(ntohs(hlp->ethproto));
252 printf("0x%x ", ntohs(hlp->ethproto));
935 new_entry->ethproto = ent->e_ethertype;
937 new_entry->ethproto = i;
939 if (new_entry->ethproto < 0x0600)
1146 new_entry->ethproto = htons(new_entry->ethproto);
1198 e->ethproto = ntohs(e->ethproto);
1202 e->ethproto
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ebtables/
H A Debtables.c250 ent = getethertypebynumber(ntohs(hlp->ethproto));
252 printf("0x%x ", ntohs(hlp->ethproto));
935 new_entry->ethproto = ent->e_ethertype;
937 new_entry->ethproto = i;
939 if (new_entry->ethproto < 0x0600)
1146 new_entry->ethproto = htons(new_entry->ethproto);
1198 e->ethproto = ntohs(e->ethproto);
1202 e->ethproto
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ebtables/
H A Debtables.c250 ent = getethertypebynumber(ntohs(hlp->ethproto));
252 printf("0x%x ", ntohs(hlp->ethproto));
935 new_entry->ethproto = ent->e_ethertype;
937 new_entry->ethproto = i;
939 if (new_entry->ethproto < 0x0600)
1146 new_entry->ethproto = htons(new_entry->ethproto);
1198 e->ethproto = ntohs(e->ethproto);
1202 e->ethproto
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ebtables/extensions/
H A Debt_arpreply.c85 if (entry->ethproto != ETH_P_ARP || entry->invflags & EBT_IPROTO) {
H A Debt_vlan.c117 if (entry->ethproto != ETH_P_8021Q || entry->invflags & EBT_IPROTO)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ebtables/extensions/
H A Debt_arpreply.c85 if (entry->ethproto != ETH_P_ARP || entry->invflags & EBT_IPROTO) {
H A Debt_vlan.c117 if (entry->ethproto != ETH_P_8021Q || entry->invflags & EBT_IPROTO)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ebtables/extensions/
H A Debt_arpreply.c85 if (entry->ethproto != ETH_P_ARP || entry->invflags & EBT_IPROTO) {
H A Debt_vlan.c117 if (entry->ethproto != ETH_P_8021Q || entry->invflags & EBT_IPROTO)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ebtables/include/
H A Debtables.h170 uint16_t ethproto; member in struct:ebt_entry
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ebtables/include/linux/netfilter_bridge/
H A Debtables.h170 uint16_t ethproto; member in struct:ebt_entry
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ebtables/include/
H A Debtables.h170 uint16_t ethproto; member in struct:ebt_entry
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ebtables/include/linux/netfilter_bridge/
H A Debtables.h170 uint16_t ethproto; member in struct:ebt_entry
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ebtables/include/
H A Debtables.h170 uint16_t ethproto; member in struct:ebt_entry
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ebtables/include/linux/netfilter_bridge/
H A Debtables.h170 uint16_t ethproto; member in struct:ebt_entry

Completed in 211 milliseconds

123