Searched refs:DL_TPR (Results 1 – 11 of 11) sorted by relevance
/titanic_44/usr/src/uts/common/io/bpf/ |
H A D | bpf_dlt.c | 43 { DL_TPR, DLT_IEEE802, 0 }, /* IEEE 802.5 Token Ring */
|
/titanic_44/usr/src/lib/libdlpi/common/ |
H A D | libdlpi.c | 457 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() 1597 { DL_TPR, "Token Ring" },
|
/titanic_44/usr/src/uts/common/io/ |
H A D | sundlpi.c | 548 case DL_TPR: return ("Token Ring"); in dl_mactypestr()
|
H A D | gld.c | 307 DL_TPR, 1117 case DL_TPR: in gld_update_kstat() 4443 if ((macinfo->gldm_type == DL_TPR || in gld_inforeq()
|
H A D | gldutil.c | 1313 ASSERT(macinfo->gldm_type == DL_TPR); in gld_init_tr()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | dlpi.h | 246 #define DL_TPR 0x2 /* IEEE 802.5 Token Passing Ring */ macro
|
/titanic_44/usr/src/lib/libdladm/common/ |
H A D | libdladm.c | 60 { DL_TPR, "TokenRing" },
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_ether.c | 78 { DL_TPR, 17800, 0, 2, ETHERTYPE_IP, ETHERTYPE_IPV6,
|
/titanic_44/usr/src/uts/common/io/softmac/ |
H A D | softmac_main.c | 1247 err = softmac_send_bind_req(slp, softmac->smac_media == DL_TPR ? 2 : 0); in softmac_m_start()
|
/titanic_44/usr/src/uts/common/inet/ip/ |
H A D | ip_arp.c | 172 { DL_TPR, ARPHRD_IEEE802, -2, 6}, /* 802.5 */
|
H A D | ip_if.c | 261 { DL_TPR, IFT_ISO88025, ETHERTYPE_IP, ETHERTYPE_IPV6,
|