Searched refs:eh (Results 1 - 2 of 2) sorted by relevance

/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
H A Dbcmip.h164 #define IPV6_EXTHDR_LEN(eh) ((((struct ipv6_exthdr *)(eh))->hdrlen + 1) << 3)
182 struct ipv6_exthdr *eh = (struct ipv6_exthdr *)h; local
184 while (IPV6_EXTHDR(eh->nexthdr)) {
185 if (eh->nexthdr == IPV6_EXTHDR_NONE)
187 else if (eh->nexthdr == IPV6_EXTHDR_FRAGMENT)
189 else if (eh->nexthdr == IPV6_EXTHDR_AUTH)
190 hlen = (eh->hdrlen + 2) << 2;
192 hlen = IPV6_EXTHDR_LEN(eh);
195 eh
[all...]
/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Dbcmutils.c1124 struct ether_header *eh; local
1133 eh = (struct ether_header *) pktdata;
1135 if (eh->ether_type == hton16(ETHER_TYPE_8021Q)) {
1139 evh = (struct ethervlan_header *)eh;
1171 } else if (eh->ether_type == hton16(ETHER_TYPE_IP)) {

Completed in 57 milliseconds