Searched refs:IF_Kbps (Results 1 – 3 of 3) sorted by relevance
193 #define IF_Kbps(x) ((uintmax_t)(x) * 1000) /* kilobits/sec. */ macro194 #define IF_Mbps(x) (IF_Kbps((x) * 1000)) /* megabits/sec. */
899 { IFM_IEEE80211 | IFM_IEEE80211_DS5, IF_Kbps(5500) }, \
179 #define IF_Kbps(x) ((uintmax_t)(x) * 1000) /* kilobits/sec. */ macro180 #define IF_Mbps(x) (IF_Kbps((x) * 1000)) /* megabits/sec. */