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

/illumos-gate/usr/src/uts/common/io/dls/
H A Ddls_mgmt.c74 #define IS_IPV6_TUN(name) (strcmp((name), "ip6.tun") == 0) macro
77 IS_IPV4_TUN(name) || IS_IPV6_TUN(name) || IS_6TO4_TUN(name))
1724 } else if (IS_IPV6_TUN(drvname)) {

Completed in 297 milliseconds