Home
last modified time | relevance | path

Searched refs:DL_100VG (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bpf/
H A Dbpf_dlt.c56 { DL_100VG, DLT_EN10MB, 14 }, /* 100 Based VG Ethernet */
/illumos-gate/usr/src/uts/common/io/
H A Dsundlpi.c566 case DL_100VG: return ("100BaseVG Ethernet"); in dl_mactypestr()
/illumos-gate/usr/src/uts/common/sys/
H A Ddlpi.h261 #define DL_100VG 0x16 /* 100 Based VG Ethernet */ macro
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdladm.c83 { DL_100VG, "100BaseVGEthernet" },
/illumos-gate/usr/src/lib/libdlpi/common/
H A Dlibdlpi.c1614 { DL_100VG, "100BaseVG Ethernet" },
/illumos-gate/usr/src/cmd/dladm/
H A Ddladm.c8032 if (media != DL_ETHER && media != DL_100VG && in create_modify_add_bridge()