Searched refs:DL_IPV6 (Results 1 – 19 of 19) sorted by relevance
/titanic_50/usr/src/uts/common/io/mac/plugins/ |
H A D | mac_ipv6.c | 68 mtrp->mtr_mactype = DL_IPV6; in _init() 69 mtrp->mtr_nativetype = DL_IPV6; in _init()
|
/titanic_50/usr/src/uts/common/io/bpf/ |
H A D | bpf_dlt.c | 67 { DL_IPV6, DLT_RAW, 0 }, /* IPv6 Tunnel Link */
|
/titanic_50/usr/src/uts/common/io/ |
H A D | sundlpi.c | 572 case DL_IPV6: return ("IPv6 Tunnel"); in dl_mactypestr()
|
/titanic_50/usr/src/lib/libdladm/common/ |
H A D | libdliptun.c | 418 media = DL_IPV6; in dladm_iptun_create()
|
H A D | libdladm.c | 56 { DL_IPV6, "IPv6Tunnel" },
|
H A D | linkprop.c | 732 check_encaplim, 0, DATALINK_CLASS_IPTUN, DL_IPV6}, 3597 if (media != DL_IPV6) in check_encaplim()
|
/titanic_50/usr/src/lib/libdlpi/common/ |
H A D | libdlpi.c | 969 case DL_IPV6: in dlpi_arptype() 1621 { DL_IPV6, "IPv6 Tunnel" },
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | dlpi.h | 276 #define DL_IPV6 0x80000002ul /* IPv6 Tunnel Link */ macro
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_ether.c | 94 { DL_IPV6, 0, 40, 1, IPPROTO_ENCAP, IPPROTO_IPV6,
|
H A D | snoop_filter.c | 1442 case DL_IPV6: in comparison()
|
/titanic_50/usr/src/uts/common/inet/sockmods/ |
H A D | sockmod_pfp.c | 1546 { ARPHRD_TUNNEL, DL_IPV6 },
|
/titanic_50/usr/src/uts/common/inet/ip/ |
H A D | ip6_output.c | 993 ill->ill_mactype == DL_IPV6)) { in ire_send_wire_v6()
|
H A D | ip6_if.c | 2282 if (ill->ill_mactype == DL_IPV4 || ill->ill_mactype == DL_IPV6) { in ill_dl_phys()
|
H A D | ip_output.c | 1948 ill->ill_mactype == DL_IPV6)) { in ire_send_wire_v4()
|
H A D | ip_ndp.c | 4568 ill->ill_mactype != DL_IPV6) { in nce_add_common()
|
H A D | ip_if.c | 273 { DL_IPV6, IFT_IPV6, IPPROTO_ENCAP, IPPROTO_IPV6, 4271 ill->ill_mactype == DL_IPV6) { in ip_ll_subnet_defaults()
|
/titanic_50/usr/src/lib/libnsl/nss/ |
H A D | netdir_inet.c | 1980 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()
|
/titanic_50/usr/src/uts/common/io/dls/ |
H A D | dls_mgmt.c | 1726 media = DL_IPV6; 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()
|