Home
last modified time | relevance | path

Searched refs:DL_6TO4 (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mac/plugins/
H A Dmac_6to4.c60 mtrp->mtr_mactype = DL_6TO4; in _init()
61 mtrp->mtr_nativetype = DL_6TO4; in _init()
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdliptun.c423 media = DL_6TO4; in dladm_iptun_create()
H A Dlibdladm.c67 { DL_6TO4, "6to4Tunnel" },
/illumos-gate/usr/src/uts/common/sys/
H A Ddlpi.h283 #define DL_6TO4 0x80000007ul /* 6to4 Tunnel Link */ macro
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6_if.c1110 ASSERT(ill->ill_mactype == DL_6TO4); in ipif_set6to4addr()
1173 if (ill->ill_mactype == DL_6TO4) { in ipif_setlinklocal()
H A Dip6_output.c1002 (ill->ill_mactype == DL_6TO4 || ill->ill_mactype == DL_IPV4 || in ire_send_wire_v6()
H A Dip_output.c1944 (ill->ill_mactype == DL_6TO4 || ill->ill_mactype == DL_IPV4 || in ire_send_wire_v4()
H A Dip_ndp.c4801 ill->ill_mactype != DL_6TO4) { in nce_add_common()
H A Dip_if.c277 { DL_6TO4, IFT_6TO4, IPPROTO_ENCAP, IPPROTO_IPV6,
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ether.c100 { DL_6TO4, 0, 9, 1, IPPROTO_ENCAP, IPPROTO_IPV6,
H A Dsnoop_filter.c1445 case DL_6TO4: in comparison()
/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsockmod_pfp.c1547 { ARPHRD_TUNNEL, DL_6TO4 },
/illumos-gate/usr/src/uts/common/io/dls/
H A Ddls_mgmt.c1951 media = DL_6TO4; in i_dls_devnet_create_iptun()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_protect.c2507 if (media == DL_IPV4 || media == DL_IPV6 || media == DL_6TO4) in mac_protect_set()