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

/illumos-gate/usr/src/uts/common/inet/iptun/
H A Diptun.c120 static iptun_typeinfo_t iptun_type_table[] = { variable
1081 for (i = 0; iptun_type_table[i].iti_type != IPTUN_TYPE_UNKNOWN; i++) {
1082 if (iptun_type_table[i].iti_type == type)
1085 return (&iptun_type_table[i]);

Completed in 69 milliseconds