Home
last modified time | relevance | path

Searched refs:match_type_t (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cfgadm/
H A Dcfgadm.c76 match_type_t);
78 match_type_t);
912 match_type_t match_type) in set_attrval()
946 match_type_t match_type) in parse_select_opt()
1119 match_type_t match_type) in compare_ap_id()
1206 match_type_t match_type) in compare_r_state()
1224 match_type_t match_type) in compare_o_state()
1242 match_type_t match_type) in compare_busy()
1314 match_type_t match_type) in compare_cond()
1367 match_type_t match_type) in compare_time()
[all …]
H A Dcfgadm.h145 } match_type_t; typedef
152 match_type_t);
204 match_type_t type;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_filter.c1321 } match_type_t; typedef
1323 static match_type_t ether_match_types[] = {
1353 static match_type_t ipnet_match_types[] = {
1379 static match_type_t iptun_match_types[] = {
1401 generate_check(match_type_t match_types[], int index, int type) in generate_check()
1403 match_type_t *mtp = &match_types[index]; in generate_check()
1434 match_type_t *match_types; in comparison()