Searched defs:match_type_t (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cfgadm/
H A Dcfgadm.h147 } match_type_t; typedef in typeref:enum:__anon72
154 match_type_t);
206 match_type_t type;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_filter.c1319 } match_type_t; typedef in typeref:struct:match_type
1321 static match_type_t ether_match_types[] = {
1351 static match_type_t ipnet_match_types[] = {
1377 static match_type_t iptun_match_types[] = {
1399 generate_check(match_type_t match_types[], int index, int type)
1401 match_type_t *mtp = &match_types[index];
1432 match_type_t *match_types;

Completed in 74 milliseconds