Searched refs:find_match (Results 1 - 11 of 11) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/include/
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);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/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)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dlineedit.c502 static int find_match(char *matchBuf, int *len_with_quotes) function
745 find_type = find_match(matchBuf, &recalc_pos);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Droute.c370 static struct rt6_info *find_match(struct rt6_info *rt, int oif, int strict, function
405 match = find_match(rt, oif, strict, &mpri, match);
408 match = find_match(rt, oif, strict, &mpri, match);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/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);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/
H A Dip6tables-save.c103 = find_match(e->u.user.name, TRY_LOAD, NULL);
H A Dip6tables.c738 find_match(const char *match_name, enum ip6t_tryload tryload, struct ip6tables_rule_match **matches) function
781 ptr = find_match(name, DONT_LOAD, NULL);
834 return find_match(protoname, tryload, matches);
836 return find_match(pname, tryload, matches);
1165 old = find_match(me->name, DURING_LOAD, NULL);
1312 struct ip6tables_match *match = find_match(m->u.user.name, TRY_LOAD, NULL);
2030 find_match(protocol, TRY_LOAD, &matches);
2131 m = find_match(optarg, LOAD_MUST_SUCCEED, &matches);
H A Diptables-save.c109 = find_match(e->u.user.name, TRY_LOAD, NULL);
H A Diptables.c726 find_match(const char *name, enum ipt_tryload tryload, struct iptables_rule_match **matches) function
758 ptr = find_match(name, DONT_LOAD, NULL);
811 return find_match(protoname, tryload, matches);
813 return find_match(pname, tryload, matches);
1198 old = find_match(me->name, DURING_LOAD, NULL);
1373 struct iptables_match *match = find_match(m->u.user.name, TRY_LOAD, NULL);
2109 find_match(protocol, TRY_LOAD, &matches);
2220 m = find_match(optarg, LOAD_MUST_SUCCEED, &matches);

Completed in 112 milliseconds