Home
last modified time | relevance | path

Searched refs:e_ethertype (Results 1 – 6 of 6) sorted by relevance

/external/iptables/libxtables/
Dgetethertype.c106 et_ent.e_ethertype = strtol(cp, &endptr, 16); in getethertypeent()
108 || (et_ent.e_ethertype < ETH_ZLEN in getethertypeent()
109 || et_ent.e_ethertype > 0xFFFF)) in getethertypeent()
155 if (e->e_ethertype == type) in xtables_getethertypebynumber()
/external/iptables/extensions/
Dlibebt_vlan.c92 local.encap = ethent->e_ethertype; in brvlan_parse()
Dlibebt_arp.c223 proto = ent->e_ethertype; in brarp_parse()
/external/iptables/include/
Dxtables.h531 int e_ethertype; /* Ethernet type number. */ member
/external/iptables/iptables/
Dxtables-eb-translate.c459 cs.eb.ethproto = ent->e_ethertype; in do_commandeb_xlate()
Dxtables-eb.c1049 cs.eb.ethproto = ent->e_ethertype; in do_commandeb()