Home
last modified time | relevance | path

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) \ argument
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, in iptun_setaddr() argument
640 if (!IPTUN_ADDR_MATCH(iptun_type, ss->ss_family)) in iptun_setaddr()
/illumos-gate/usr/src/cmd/dladm/
H A Ddladm.c1211 char iptun_type[5]; member
1221 offsetof(iptun_fields_buf_t, iptun_type), print_default_cb },
4399 (void) strlcpy(lbuf.iptun_type, in print_iptun()
4401 sizeof (lbuf.iptun_type)); in print_iptun()