Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
H A Dqdf_nbuf.c1744 (data + ICMPV6_SUBTYPE_OFFSET)); in __qdf_nbuf_data_get_icmpv6_subtype()
2444 subtype = (uint8_t)(*(uint8_t *)(data + ICMPV6_SUBTYPE_OFFSET)); in __qdf_nbuf_data_is_icmpv6_redirect()
/wlan-driver/qca-wifi-host-cmn/qdf/inc/
H A Dqdf_nbuf.h798 #define ICMPV6_SUBTYPE_OFFSET 54 macro