Home
last modified time | relevance | path

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

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