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

/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/radius/radiusclient/lib/
H A Dconfig.c420 static int find_match (UINT4 *ip_addr, char *hostname) function
516 if (find_match (ip_addr, hostnm) == 0)
525 if (find_match (&myipaddr, hostnm) == 0)
528 if (find_match (ip_addr, host2) == 0)
536 if (find_match (ip_addr, hostnm) == 0)
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/plugins/radius/radiusclient/lib/
H A Dconfig.c420 static int find_match (UINT4 *ip_addr, char *hostname) function
516 if (find_match (ip_addr, hostnm) == 0)
525 if (find_match (&myipaddr, hostnm) == 0)
528 if (find_match (ip_addr, host2) == 0)
536 if (find_match (ip_addr, hostnm) == 0)
/asus-wl-520gu-7.0.1.45/src/router/iptables/include/
H A Dip6tables.h126 extern struct ip6tables_match *find_match(const char *name, enum ip6t_tryload);
H A Diptables.h135 extern struct iptables_match *find_match(const char *name, enum ipt_tryload);
/asus-wl-520gu-7.0.1.45/src/router/iptables/
H A Diptables.c646 find_match(const char *name, enum ipt_tryload tryload) function
663 ptr = find_match(name, DONT_LOAD);
703 return find_match(protoname, tryload);
705 return find_match(pname, tryload);
1003 if (find_match(me->name, DONT_LOAD)) {
1133 struct iptables_match *match = find_match(m->u.user.name, TRY_LOAD);
1811 find_match(protocol, TRY_LOAD);
1916 m = find_match(optarg, LOAD_MUST_SUCCEED);
H A Dip6tables.c688 find_match(const char *name, enum ip6t_tryload tryload) function
722 ptr = find_match(name, DONT_LOAD);
762 return find_match(protoname, tryload);
764 return find_match(pname, tryload);
1002 if (find_match(me->name, DONT_LOAD)) {
1132 struct ip6tables_match *match = find_match(m->u.user.name, TRY_LOAD);
1813 find_match(protocol, TRY_LOAD);
1914 m = find_match(optarg, LOAD_MUST_SUCCEED);
H A Diptables-save.c101 = find_match(e->u.user.name, TRY_LOAD);
H A Dip6tables-save.c103 = find_match(e->u.user.name, TRY_LOAD);
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dcmdedit.c805 static int find_match(char *matchBuf, int *len_with_quotes) function
998 find_type = find_match(matchBuf, &recalc_pos);

Completed in 179 milliseconds