HomeSort by relevance Sort by last modified time
    Searched refs:IPV4_TOS_PREC_SHIFT (Results 1 - 2 of 2) sorted by null

  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
bcmip.h 81 #define IPV4_TOS_PREC_SHIFT 5 /* Historical precedence shift */
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
bcmutils.c 1147 dscp_prio = (int)(tos_tc >> IPV4_TOS_PREC_SHIFT);
1174 priority = (int)(tos_tc >> IPV4_TOS_PREC_SHIFT);
    [all...]

Completed in 960 milliseconds