Searched refs:find_match (Results 1 - 10 of 10) sorted by relevance
/external/iproute2/include/ |
H A D | xt-internal.h | 60 extern struct xtables_match *find_match(const char *name, enum xt_tryload,
|
H A D | ip6tables.h | 134 extern struct ip6tables_match *find_match(const char *name, enum ip6t_tryload, struct ip6tables_rule_match **match);
|
H A D | iptables.h | 169 extern struct iptables_match *find_match(const char *name, enum ipt_tryload, struct iptables_rule_match **match);
|
/external/ppp/pppd/plugins/radius/ |
H A D | config.c | 410 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 D | ip6tables.h | 170 extern struct ip6tables_match *find_match(const char *name, enum ip6t_tryload, struct ip6tables_rule_match **match);
|
H A D | iptables.h | 184 extern struct iptables_match *find_match(const char *name, enum ipt_tryload, struct iptables_rule_match **match);
|
/external/iptables/ |
H A D | ip6tables-save.c | 103 = find_match(e->u.user.name, TRY_LOAD, NULL);
|
H A D | iptables-save.c | 122 = find_match(e->u.user.name, TRY_LOAD, NULL);
|
H A D | ip6tables.c | 740 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 D | iptables.c | 734 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