Home
last modified time | relevance | path

Searched refs:IPV4_TOS_PREC_SHIFT (Results 1 – 2 of 2) sorted by relevance

/aosp12/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
H A Dbcmip.h81 #define IPV4_TOS_PREC_SHIFT 5 /* Historical precedence shift */ macro
/aosp12/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Dbcmutils.c1147 dscp_prio = (int)(tos_tc >> IPV4_TOS_PREC_SHIFT); in pktsetprio()
1174 priority = (int)(tos_tc >> IPV4_TOS_PREC_SHIFT); in pktsetprio()