Searched refs:iptun_type (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/iptun/
H A Diptun.c85 #define IPTUN_ADDR_MATCH(iptun_type, family) \
86 ((iptun_type == IPTUN_TYPE_IPV4 && family == AF_INET) || \
87 (iptun_type == IPTUN_TYPE_IPV6 && family == AF_INET6) || \
88 (iptun_type == IPTUN_TYPE_6TO4 && family == AF_INET))
637 iptun_setaddr(iptun_type_t iptun_type, iptun_addr_t *iptun_addr, argument
640 if (!IPTUN_ADDR_MATCH(iptun_type, ss->ss_family))
/illumos-gate/usr/src/cmd/dladm/
H A Ddladm.c1181 char iptun_type[5]; member in struct:iptun_fields_buf_s
1191 offsetof(iptun_fields_buf_t, iptun_type), print_default_cb },
4259 (void) strlcpy(lbuf.iptun_type,
4261 sizeof (lbuf.iptun_type));

Completed in 71 milliseconds