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

  /hardware/broadcom/wlan/bcm4329/dhdutil/
bcmutils.c 948 uint8 tos_tc = IP_TOS46(ip_body); local
949 dscp_prio = (int)(tos_tc >> IPV4_TOS_PREC_SHIFT);
975 uint8 tos_tc = IP_TOS46(ip_body); local
976 priority = (int)(tos_tc >> IPV4_TOS_PREC_SHIFT);
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
bcmutils.c 1087 uint8 tos_tc = IP_TOS46(ip_body); local
1088 dscp_prio = (int)(tos_tc >> IPV4_TOS_PREC_SHIFT);
1114 uint8 tos_tc = IP_TOS46(ip_body); local
1115 priority = (int)(tos_tc >> IPV4_TOS_PREC_SHIFT);
    [all...]

Completed in 238 milliseconds