Searched refs:IFM_TOKEN (Results 1 – 3 of 3) sorted by relevance
| /freebsd-9-stable/sys/net/ |
| D | if_media.h | 169 #define IFM_TOKEN 0x00000040 macro 342 { IFM_TOKEN, "Token ring" }, \ 680 { IFM_TOKEN | IFM_TOK_STP4, IF_Mbps(4) }, \ 681 { IFM_TOKEN | IFM_TOK_STP16, IF_Mbps(16) }, \ 682 { IFM_TOKEN | IFM_TOK_UTP4, IF_Mbps(4) }, \ 683 { IFM_TOKEN | IFM_TOK_UTP16, IF_Mbps(16) }, \ 727 { IFM_TOKEN, IFM_AVALID, IFM_ACTIVE, \
|
| /freebsd-9-stable/sbin/ifconfig/ |
| D | ifmedia.c | 159 case IFM_TOKEN: in media_status()
|
| /freebsd-9-stable/sbin/devd/ |
| D | devd.cc | 303 { IFM_TOKEN, "Tokenring" }, in media()
|