Searched refs:iptun_type (Results 1 – 2 of 2) sorted by relevance
84 #define IPTUN_ADDR_MATCH(iptun_type, family) \ argument85 ((iptun_type == IPTUN_TYPE_IPV4 && family == AF_INET) || \86 (iptun_type == IPTUN_TYPE_IPV6 && family == AF_INET6) || \87 (iptun_type == IPTUN_TYPE_6TO4 && family == AF_INET))636 iptun_setaddr(iptun_type_t iptun_type, iptun_addr_t *iptun_addr, in iptun_setaddr() argument639 if (!IPTUN_ADDR_MATCH(iptun_type, ss->ss_family)) in iptun_setaddr()
1179 char iptun_type[5]; member1189 offsetof(iptun_fields_buf_t, iptun_type), print_default_cb },4272 (void) strlcpy(lbuf.iptun_type, in print_iptun()4274 sizeof (lbuf.iptun_type)); in print_iptun()