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

  /hardware/broadcom/wlan/bcm4329/src/include/proto/
bcmip.h 46 #define IP_VER(ip_body) \
47 ((((uint8 *)(ip_body))[IP_VER_OFFSET] & IP_VER_MASK) >> IP_VER_SHIFT)
148 #define IP_TOS(ip_body) \
149 (IP_VER(ip_body) == IP_VER_4 ? IPV4_TOS(ip_body) : \
150 IP_VER(ip_body) == IP_VER_6 ? IPV6_TRAFFIC_CLASS(ip_body) : 0)
  /hardware/broadcom/wlan/bcm4329/src/shared/
bcmutils.c 930 uint8 *ip_body = pktdata + sizeof(struct ethervlan_header); local
931 uint8 tos_tc = IP_TOS(ip_body);
957 uint8 *ip_body = pktdata + sizeof(struct ether_header); local
958 uint8 tos_tc = IP_TOS(ip_body);
    [all...]

Completed in 2382 milliseconds