Searched refs:find_match (Results 1 - 10 of 10) sorted by relevance

/external/iproute2/include/
H A Dxt-internal.h60 extern struct xtables_match *find_match(const char *name, enum xt_tryload,
H A Dip6tables.h134 extern struct ip6tables_match *find_match(const char *name, enum ip6t_tryload, struct ip6tables_rule_match **match);
H A Diptables.h169 extern struct iptables_match *find_match(const char *name, enum ipt_tryload, struct iptables_rule_match **match);
/external/ppp/pppd/plugins/radius/
H A Dconfig.c410 static int find_match (UINT4 *ip_addr, char *hostname) function
506 if (find_match (ip_addr, hostnm) == 0)
515 if (find_match (&myipaddr, hostnm) == 0)
518 if (find_match (ip_addr, host2) == 0)
526 if (find_match (ip_addr, hostnm) == 0)
/external/iptables/include/
H A Dip6tables.h170 extern struct ip6tables_match *find_match(const char *name, enum ip6t_tryload, struct ip6tables_rule_match **match);
H A Diptables.h184 extern struct iptables_match *find_match(const char *name, enum ipt_tryload, struct iptables_rule_match **match);
/external/iptables/
H A Dip6tables-save.c103 = find_match(e->u.user.name, TRY_LOAD, NULL);
H A Diptables-save.c122 = find_match(e->u.user.name, TRY_LOAD, NULL);
H A Dip6tables.c740 find_match(const char *match_name, enum ip6t_tryload tryload, struct ip6tables_rule_match **matches) function
783 ptr = find_match(name, DONT_LOAD, NULL);
836 return find_match(protoname, tryload, matches);
838 return find_match(pname, tryload, matches);
1169 old = find_match(me->name, DURING_LOAD, NULL);
1316 struct ip6tables_match *match = find_match(m->u.user.name, TRY_LOAD, NULL);
2028 find_match(protocol, TRY_LOAD, &matches);
2128 m = find_match(optarg, LOAD_MUST_SUCCEED, &matches);
H A Diptables.c734 find_match(const char *name, enum ipt_tryload tryload, struct iptables_rule_match **matches) function
766 ptr = find_match(name, DONT_LOAD, NULL);
819 return find_match(protoname, tryload, matches);
821 return find_match(pname, tryload, matches);
1207 old = find_match(me->name, DURING_LOAD, NULL);
1382 struct iptables_match *match = find_match(m->u.user.name, TRY_LOAD, NULL);
2112 find_match(protocol, TRY_LOAD, &matches);
2223 m = find_match(optarg, LOAD_MUST_SUCCEED, &matches);

Completed in 321 milliseconds