Searched refs:match_type (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/ntp-92/include/
H A Dntp_io.h86 extern void add_nic_rule(nic_rule_match match_type, const char *if_name,
/macosx-10.10.1/ntp-92/ntpd/
H A Dntp_io.c79 nic_rule_match match_type; member in struct:nic_rule_tag
1058 nic_rule_match match_type,
1069 rule->match_type = match_type;
1073 if (MATCH_IFNAME == match_type) {
1076 } else if (MATCH_IFADDR == match_type) {
1157 switch (rule->match_type) {
1057 add_nic_rule( nic_rule_match match_type, const char * if_name, int prefixlen, nic_rule_action action ) argument
H A Dntp_config.c2399 nic_rule_match match_type; local
2435 match_type = MATCH_ALL;
2451 match_type = MATCH_IFADDR;
2462 match_type = MATCH_IFNAME;
2469 match_type = MATCH_ALL;
2473 match_type = MATCH_IPV4;
2477 match_type = MATCH_IPV6;
2481 match_type = MATCH_WILDCARD;
2510 add_nic_rule(match_type, if_name, prefixlen,
/macosx-10.10.1/configd-699.1.5/Plugins/InterfaceNamer/
H A Difnamer.c772 CFStringRef match_type; member in struct:__anon6821
833 if (!_SC_CFEqual(known_type, match_context->match_type)) {
885 if (!_SC_CFEqual(known_type, match_context->match_type)) {
1028 match_context.match_type = if_type;
/macosx-10.10.1/swig-12/Source/Modules/
H A Dpython.cxx1625 if ((tm=Getattr(p, "tmap:argout:match_type"))) {

Completed in 220 milliseconds