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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_filter.c1399 generate_check(match_type_t match_types[], int index, int type) argument
1401 match_type_t *mtp = &match_types[index];
1407 generate_check(match_types, mtp->m_depend, type);
1422 * This word is looked up in the match_types table
1432 match_type_t *match_types; local
1436 match_types = ether_match_types;
1439 match_types = ipnet_match_types;
1444 match_types = iptun_match_types;
1450 for (i = 0; match_types[i].m_name != NULL; i++) {
1451 if (strcmp(s, match_types[
[all...]

Completed in 64 milliseconds