Home
last modified time | relevance | path

Searched refs:DL_TPR (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bpf/
H A Dbpf_dlt.c43 { DL_TPR, DLT_IEEE802, 0 }, /* IEEE 802.5 Token Ring */
/illumos-gate/usr/src/lib/libdlpi/common/
H A Dlibdlpi.c457 bindreqp->dl_sap = ((dip->dli_mactype == DL_TPR) ? 2 : 0); in dlpi_bind()
960 case DL_TPR: in dlpi_arptype()
993 case DL_TPR: in dlpi_iftype()
1596 { DL_TPR, "Token Ring" },
/illumos-gate/usr/src/lib/libsocket/inet/
H A Dgetifaddrs.c167 case DL_TPR: in dlpi_iftype()
/illumos-gate/usr/src/uts/common/io/
H A Dsundlpi.c548 case DL_TPR: return ("Token Ring"); in dl_mactypestr()
H A Dgld.c304 DL_TPR,
1089 case DL_TPR: in gld_update_kstat()
4150 if ((macinfo->gldm_type == DL_TPR || in gld_inforeq()
H A Dgldutil.c1230 ASSERT(macinfo->gldm_type == DL_TPR); in gld_init_tr()
/illumos-gate/usr/src/uts/common/sys/
H A Ddlpi.h248 #define DL_TPR 0x2 /* IEEE 802.5 Token Passing Ring */ macro
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdladm.c70 { DL_TPR, "TokenRing" },
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ether.c80 { DL_TPR, 17800, 0, 2, ETHERTYPE_IP, ETHERTYPE_IPV6,
/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_main.c1247 err = softmac_send_bind_req(slp, softmac->smac_media == DL_TPR ? 2 : 0); in softmac_m_start()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_arp.c171 { DL_TPR, ARPHRD_IEEE802, -2, 6}, /* 802.5 */
H A Dip_if.c262 { DL_TPR, IFT_ISO88025, ETHERTYPE_IP, ETHERTYPE_IPV6,