Searched refs:DL_6TO4 (Results 1 – 14 of 14) sorted by relevance
/titanic_50/usr/src/uts/common/io/mac/plugins/ |
H A D | mac_6to4.c | 60 mtrp->mtr_mactype = DL_6TO4; in _init() 61 mtrp->mtr_nativetype = DL_6TO4; in _init()
|
/titanic_50/usr/src/lib/libdladm/common/ |
H A D | libdliptun.c | 421 media = DL_6TO4; in dladm_iptun_create()
|
H A D | libdladm.c | 57 { DL_6TO4, "6to4Tunnel" },
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | dlpi.h | 281 #define DL_6TO4 0x80000007ul /* 6to4 Tunnel Link */ macro
|
/titanic_50/usr/src/uts/common/inet/ip/ |
H A D | ip6_if.c | 1110 ASSERT(ill->ill_mactype == DL_6TO4); in ipif_set6to4addr() 1173 if (ill->ill_mactype == DL_6TO4) { in ipif_setlinklocal()
|
H A D | ip6_output.c | 992 (ill->ill_mactype == DL_6TO4 || ill->ill_mactype == DL_IPV4 || in ire_send_wire_v6()
|
H A D | ip_output.c | 1947 (ill->ill_mactype == DL_6TO4 || ill->ill_mactype == DL_IPV4 || in ire_send_wire_v4()
|
H A D | ip_ndp.c | 4556 ill->ill_mactype != DL_6TO4) { in nce_add_common()
|
H A D | ip_if.c | 276 { DL_6TO4, IFT_6TO4, IPPROTO_ENCAP, IPPROTO_IPV6,
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_ether.c | 98 { DL_6TO4, 0, 9, 1, IPPROTO_ENCAP, IPPROTO_IPV6,
|
H A D | snoop_filter.c | 1443 case DL_6TO4: in comparison()
|
/titanic_50/usr/src/uts/common/inet/sockmods/ |
H A D | sockmod_pfp.c | 1547 { ARPHRD_TUNNEL, DL_6TO4 },
|
/titanic_50/usr/src/uts/common/io/dls/ |
H A D | dls_mgmt.c | 1723 media = DL_6TO4; in i_dls_devnet_create_iptun()
|
/titanic_50/usr/src/uts/common/io/mac/ |
H A D | mac_protect.c | 2507 if (media == DL_IPV4 || media == DL_IPV6 || media == DL_6TO4) in mac_protect_set()
|