HomeSort by relevance Sort by last modified time
    Searched refs:e_ethertype (Results 1 - 3 of 3) sorted by null

  /external/iptables/include/ebtables/
ethernetdb.h 36 int e_ethertype; /* Ethernet type number. */ member in struct:ethertypeent
  /external/iptables/iptables/
getethertype.c 106 et_ent.e_ethertype = strtol(cp, &endptr, 16);
108 || (et_ent.e_ethertype < ETH_ZLEN
109 || et_ent.e_ethertype > 0xFFFF))
156 if (e->e_ethertype == type)
xtables-eb.c     [all...]

Completed in 336 milliseconds