Searched refs:iptun_type (Results 1 – 2 of 2) sorted by relevance
85 #define IPTUN_ADDR_MATCH(iptun_type, family) \ argument86 ((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() argument640 if (!IPTUN_ADDR_MATCH(iptun_type, ss->ss_family)) in iptun_setaddr()
1213 char iptun_type[5]; member1223 offsetof(iptun_fields_buf_t, iptun_type), print_default_cb },4401 (void) strlcpy(lbuf.iptun_type, in print_iptun()4403 sizeof (lbuf.iptun_type)); in print_iptun()