Searched refs:IF_Kbps (Results 1 – 7 of 7) sorted by relevance
| /openbsd/src/sys/net/ |
| D | if_media.h | 844 { IFM_IEEE80211|IFM_IEEE80211_HT_MCS0, IF_Kbps(6500) }, \ 846 { IFM_IEEE80211|IFM_IEEE80211_HT_MCS2, IF_Kbps(19500) }, \ 850 { IFM_IEEE80211|IFM_IEEE80211_HT_MCS6, IF_Kbps(58500) }, \ 860 { IFM_IEEE80211|IFM_IEEE80211_HT_MCS16, IF_Kbps(19500) }, \ 862 { IFM_IEEE80211|IFM_IEEE80211_HT_MCS18, IF_Kbps(58500) }, \ 866 { IFM_IEEE80211|IFM_IEEE80211_HT_MCS22, IF_Kbps(175500) }, \ 880 { IFM_IEEE80211|IFM_IEEE80211_HT_MCS36, IF_Kbps(58500) }, \ 882 { IFM_IEEE80211|IFM_IEEE80211_HT_MCS38, IF_Kbps(97500) }, \ 891 { IFM_IEEE80211|IFM_IEEE80211_HT_MCS47, IF_Kbps(97500) }, \ 892 { IFM_IEEE80211|IFM_IEEE80211_HT_MCS48, IF_Kbps(97500) }, \ [all …]
|
| D | if.h | 242 #define IF_Kbps(x) ((x) * 1000ULL) /* kilobits/sec. */ macro 243 #define IF_Mbps(x) (IF_Kbps((x) * 1000ULL)) /* megabits/sec. */
|
| /openbsd/src/usr.sbin/ripctl/ |
| D | ripctl.c | 532 else if (baudrate > IF_Kbps(1)) in print_baudrate() 533 printf("%llu KBit/s", baudrate / IF_Kbps(1)); in print_baudrate()
|
| /openbsd/src/usr.sbin/ospfctl/ |
| D | ospfctl.c | 571 else if (baudrate > IF_Kbps(1)) in print_baudrate() 572 snprintf(buf, sizeof(buf), "%llu KBit/s", baudrate / IF_Kbps(1)); in print_baudrate()
|
| /openbsd/src/usr.sbin/ldpctl/ |
| D | ldpctl.c | 680 else if (baudrate > IF_Kbps(1)) in print_baudrate() 681 printf("%llu KBit/s", baudrate / IF_Kbps(1)); in print_baudrate()
|
| /openbsd/src/usr.sbin/eigrpctl/ |
| D | eigrpctl.c | 779 else if (baudrate > IF_Kbps(1)) in print_baudrate() 780 printf("%llu KBit/s", baudrate / IF_Kbps(1)); in print_baudrate()
|
| /openbsd/src/usr.sbin/ospf6ctl/ |
| D | ospf6ctl.c | 1366 else if (baudrate > IF_Kbps(1)) in print_baudrate() 1367 printf("%llu KBit/s", baudrate / IF_Kbps(1)); in print_baudrate()
|