Searched refs:find_match (Results 1 – 6 of 6) sorted by relevance
/external/ppp/pppd/plugins/radius/ |
D | config.c | 410 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/ |
D | xt-internal.h | 60 extern struct xtables_match *find_match(const char *name, enum xt_tryload,
|
D | ip6tables.h | 134 extern struct ip6tables_match *find_match(const char *name, enum ip6t_tryload, struct ip6tables_rul…
|
D | iptables.h | 169 extern struct iptables_match *find_match(const char *name, enum ipt_tryload, struct iptables_rule_m…
|
/external/chromium/chrome/browser/password_manager/ |
D | password_form_manager_unittest.cc | 46 void SimulateMatchingPhase(PasswordFormManager* p, bool find_match) { in SimulateMatchingPhase() argument 49 if (!find_match) in SimulateMatchingPhase()
|
/external/llvm/lib/Target/ |
D | README.txt | 1047 void find_match() {
|