Home
last modified time | relevance | path

Searched refs:getethertypebyname (Results 1 – 3 of 3) sorted by relevance

/external/iptables/include/ebtables/
Dethernetdb.h51 extern struct ethertypeent *getethertypebyname(__const char *__name);
/external/iptables/iptables/
Dgetethertype.c131 struct ethertypeent *getethertypebyname(const char *name) in getethertypebyname() function
Dxtables-eb.c1102 ent = getethertypebyname(optarg); in do_commandeb()