Searched refs:match_type (Results 1 – 7 of 7) sorted by relevance
/external/libxkbcommon/xkbcommon/src/xkbcomp/ |
D | rules.c | 523 enum mlvo_match_type match_type) in matcher_rule_set_mlvo_common() argument 530 m->rule.match_type_at_pos[m->rule.num_mlvo_values] = match_type; in matcher_rule_set_mlvo_common() 598 enum mlvo_match_type match_type) in match_value() argument 600 if (match_type == MLVO_MATCH_WILDCARD) in match_value() 602 if (match_type == MLVO_MATCH_GROUP) in match_value() 609 struct matched_sval *to, enum mlvo_match_type match_type) in match_value_and_mark() argument 611 bool matched = match_value(m, val, to->sval, match_type); in match_value_and_mark() 768 enum mlvo_match_type match_type = m->rule.match_type_at_pos[i]; in matcher_rule_apply_if_matches() local 774 matched = match_value_and_mark(m, value, to, match_type); in matcher_rule_apply_if_matches() 780 matched = match_value_and_mark(m, value, to, match_type); in matcher_rule_apply_if_matches() [all …]
|
/external/iptables/extensions/ |
D | libxt_sctp.c | 228 const char *match_type, in parse_sctp_chunks() argument 231 DEBUGP("Match type: %s Chunks: %s\n", match_type, chunks); in parse_sctp_chunks() 232 if (!strcasecmp(match_type, "ANY")) { in parse_sctp_chunks() 234 } else if (!strcasecmp(match_type, "ALL")) { in parse_sctp_chunks() 236 } else if (!strcasecmp(match_type, "ONLY")) { in parse_sctp_chunks()
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_macsec_qca.c | 103 rx_ctl_filt.match_type = IG_CTL_COMPARE_ETHER_TYPE; in __macsec_drv_init() 112 tx_ctl_filt.match_type = EG_CTL_COMPARE_ETHER_TYPE; in __macsec_drv_init()
|
/external/dnsmasq/src/ |
D | rfc2131.c | 215 if (vendor->match_type == MATCH_CIRCUIT) in dhcp_reply() 217 else if (vendor->match_type == MATCH_REMOTE) in dhcp_reply() 219 else if (vendor->match_type == MATCH_SUBSCRIBER) in dhcp_reply() 593 if (vendor->match_type == MATCH_VENDOR) in dhcp_reply() 595 else if (vendor->match_type == MATCH_USER) in dhcp_reply()
|
D | option.c | 1904 new->match_type = MATCH_USER; in one_opt() 1907 new->match_type = MATCH_VENDOR; in one_opt() 1910 new->match_type = MATCH_CIRCUIT; in one_opt() 1913 new->match_type = MATCH_REMOTE; in one_opt() 1916 new->match_type = MATCH_SUBSCRIBER; in one_opt()
|
D | dnsmasq.h | 511 int len, match_type, option; member
|
/external/iproute2/devlink/ |
D | devlink.c | 3159 dpipe_match_type_e2s(enum devlink_dpipe_match_type match_type) in dpipe_match_type_e2s() argument 3161 switch (match_type) { in dpipe_match_type_e2s()
|