Searched refs:IF_Mbps (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/boot/include/net/
H A Dif.h190 #define IF_Mbps(x) (IF_Kbps((x) * 1000)) /* megabits/sec. */ macro
191 #define IF_Gbps(x) (IF_Mbps((x) * 1000)) /* gigabits/sec. */

Completed in 74 milliseconds