Home
last modified time | relevance | path

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

/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
Dbcmip.h164 #define IPV6_EXTHDR_LEN(eh) ((((struct ipv6_exthdr *)(eh))->hdrlen + 1) << 3)
166 BWL_PRE_PACKED_STRUCT struct ipv6_exthdr { struct
182 struct ipv6_exthdr *eh = (struct ipv6_exthdr *)h; in ipv6_exthdr_len() argument
195 eh = (struct ipv6_exthdr *)(h + len); in ipv6_exthdr_len()