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

/freebsd-10-stable/sys/net80211/
H A Dieee80211.h280 #define WME_AC_TO_TID(_ac) ( \
281 ((_ac) == WME_AC_VO) ? 6 : \
282 ((_ac) == WME_AC_VI) ? 5 : \
283 ((_ac) == WME_AC_BK) ? 1 : \
/freebsd-10-stable/sbin/ipfw/
H A Dnat.c909 int _ac = 3; local
911 ipfw_show_nat(_ac, (char **)(void *)_av);

Completed in 56 milliseconds