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

/illumos-gate/usr/src/uts/common/inet/iptun/
H A Diptun.c279 switch (iptun->iptun_typeinfo->iti_ipvers) {
347 if (iptun->iptun_typeinfo->iti_type != IPTUN_TYPE_IPV6 ||
360 if (value < iptun->iptun_typeinfo->iti_minmtu ||
422 if (iptun->iptun_typeinfo->iti_type != IPTUN_TYPE_IPV6)
430 iptun->iptun_typeinfo->iti_minmtu,
676 return (iptun_setaddr(iptun->iptun_typeinfo->iti_type,
683 if (!(iptun->iptun_typeinfo->iti_hasraddr))
685 return (iptun_setaddr(iptun->iptun_typeinfo->iti_type,
698 !(iptun->iptun_typeinfo->iti_hasraddr)));
734 connp->conn_ipversion = iptun->iptun_typeinfo
[all...]
H A Diptun_impl.h79 typedef struct iptun_typeinfo { struct
115 iptun_typeinfo_t *iptun_typeinfo; member in struct:iptun_s

Completed in 60 milliseconds