Home
last modified time | relevance | path

Searched refs:DL_IPV6 (Results 1 – 19 of 19) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mac/plugins/
H A Dmac_ipv6.c68 mtrp->mtr_mactype = DL_IPV6; in _init()
69 mtrp->mtr_nativetype = DL_IPV6; in _init()
/illumos-gate/usr/src/uts/common/io/bpf/
H A Dbpf_dlt.c67 { DL_IPV6, DLT_RAW, 0 }, /* IPv6 Tunnel Link */
/illumos-gate/usr/src/uts/common/io/
H A Dsundlpi.c572 case DL_IPV6: return ("IPv6 Tunnel"); in dl_mactypestr()
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdliptun.c420 media = DL_IPV6; in dladm_iptun_create()
H A Dlibdladm.c66 { DL_IPV6, "IPv6Tunnel" },
H A Dlinkprop.c903 check_encaplim, 0, DATALINK_CLASS_IPTUN, DL_IPV6},
3753 if (media != DL_IPV6) in check_encaplim()
/illumos-gate/usr/src/lib/libdlpi/common/
H A Dlibdlpi.c969 case DL_IPV6: in dlpi_arptype()
1620 { DL_IPV6, "IPv6 Tunnel" },
/illumos-gate/usr/src/uts/common/sys/
H A Ddlpi.h278 #define DL_IPV6 0x80000002ul /* IPv6 Tunnel Link */ macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ether.c96 { DL_IPV6, 0, 40, 1, IPPROTO_ENCAP, IPPROTO_IPV6,
H A Dsnoop_filter.c1444 case DL_IPV6: in comparison()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6_output.c1003 ill->ill_mactype == DL_IPV6)) { in ire_send_wire_v6()
H A Dip6_if.c2282 if (ill->ill_mactype == DL_IPV4 || ill->ill_mactype == DL_IPV6) { in ill_dl_phys()
H A Dip_output.c1945 ill->ill_mactype == DL_IPV6)) { in ire_send_wire_v4()
H A Dip_ndp.c4813 ill->ill_mactype != DL_IPV6) { in nce_add_common()
H A Dip_if.c274 { DL_IPV6, IFT_IPV6, IPPROTO_ENCAP, IPPROTO_IPV6,
4275 ill->ill_mactype == DL_IPV6) { in ip_ll_subnet_defaults()
/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsockmod_pfp.c1546 { ARPHRD_TUNNEL, DL_IPV6 },
/illumos-gate/usr/src/lib/libnsl/nss/
H A Dnetdir_inet.c1980 isatun = da->dir_dmactype == DL_IPV4 || da->dir_dmactype == DL_IPV6; in rule_native()
1981 isbtun = db->dir_dmactype == DL_IPV4 || db->dir_dmactype == DL_IPV6; in rule_native()
/illumos-gate/usr/src/uts/common/io/dls/
H A Ddls_mgmt.c1954 media = DL_IPV6; 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()