Home
last modified time | relevance | path

Searched refs:DL_IPV4 (Results 1 – 18 of 18) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mac/plugins/
H A Dmac_ipv4.c66 mtrp->mtr_mactype = DL_IPV4; in _init()
67 mtrp->mtr_nativetype = DL_IPV4; in _init()
/illumos-gate/usr/src/uts/common/io/bpf/
H A Dbpf_dlt.c66 { DL_IPV4, DLT_RAW, 0 }, /* IPv4 Tunnel Link */
/illumos-gate/usr/src/uts/common/io/
H A Dsundlpi.c571 case DL_IPV4: return ("IPv4 Tunnel"); in dl_mactypestr()
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdliptun.c417 media = DL_IPV4; in dladm_iptun_create()
H A Dlibdladm.c65 { DL_IPV4, "IPv4Tunnel" },
/illumos-gate/usr/src/lib/libdlpi/common/
H A Dlibdlpi.c968 case DL_IPV4: in dlpi_arptype()
1619 { DL_IPV4, "IPv4 Tunnel" },
/illumos-gate/usr/src/uts/common/sys/
H A Ddlpi.h277 #define DL_IPV4 0x80000001ul /* IPv4 Tunnel Link */ macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ether.c92 { DL_IPV4, 0, 9, 1, IPPROTO_ENCAP, IPPROTO_IPV6,
H A Dsnoop_filter.c1443 case DL_IPV4: in comparison()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6_output.c1002 (ill->ill_mactype == DL_6TO4 || ill->ill_mactype == DL_IPV4 || 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.c1944 (ill->ill_mactype == DL_6TO4 || ill->ill_mactype == DL_IPV4 || in ire_send_wire_v4()
H A Dip_ndp.c4800 ill->ill_mactype != DL_IPV4 && in nce_add_common()
H A Dip_if.c271 { DL_IPV4, IFT_IPV4, IPPROTO_ENCAP, IPPROTO_IPV6,
4274 ill->ill_mactype == DL_IPV4 || in ip_ll_subnet_defaults()
/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsockmod_pfp.c1545 { ARPHRD_TUNNEL, DL_IPV4 },
/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.c1948 media = DL_IPV4; 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()