HomeSort by relevance Sort by last modified time
    Searched full:ip_body (Results 1 - 4 of 4) sorted by null

  /hardware/broadcom/wlan/bcm4329/dhdutil/include/proto/
bcmip.h 40 #define IP_VER(ip_body) \
41 ((((uint8 *)(ip_body))[IP_VER_OFFSET] & IP_VER_MASK) >> IP_VER_SHIFT)
141 #define IP_TOS46(ip_body) \
142 (IP_VER(ip_body) == IP_VER_4 ? IPV4_TOS(ip_body) : \
143 IP_VER(ip_body) == IP_VER_6 ? IPV6_TRAFFIC_CLASS(ip_body) : 0)
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
bcmip.h 40 #define IP_VER(ip_body) \
41 ((((uint8 *)(ip_body))[IP_VER_OFFSET] & IP_VER_MASK) >> IP_VER_SHIFT)
141 #define IP_TOS46(ip_body) \
142 (IP_VER(ip_body) == IP_VER_4 ? IPV4_TOS(ip_body) : \
143 IP_VER(ip_body) == IP_VER_6 ? IPV6_TRAFFIC_CLASS(ip_body) : 0)
  /hardware/broadcom/wlan/bcm4329/dhdutil/
bcmutils.c 947 uint8 *ip_body = pktdata + sizeof(struct ethervlan_header); local
948 uint8 tos_tc = IP_TOS46(ip_body);
974 uint8 *ip_body = pktdata + sizeof(struct ether_header); local
975 uint8 tos_tc = IP_TOS46(ip_body);
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
bcmutils.c 947 uint8 *ip_body = pktdata + sizeof(struct ethervlan_header); local
948 uint8 tos_tc = IP_TOS46(ip_body);
974 uint8 *ip_body = pktdata + sizeof(struct ether_header); local
975 uint8 tos_tc = IP_TOS46(ip_body);
    [all...]

Completed in 308 milliseconds