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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dicmp6.c980 int eoff = off + sizeof(struct icmp6_hdr) + local
998 IP6_EXTHDR_CHECK(m, 0, eoff +
1002 + eoff);
1005 eoff, sizeof(*eh));
1013 eoff += (eh->ip6e_len + 2) << 2;
1015 eoff += (eh->ip6e_len + 1) << 3;
1028 IP6_EXTHDR_CHECK(m, 0, eoff + sizeof(*rth),
1031 + eoff);
1034 eoff, sizeof(*rth));
1054 IP6_EXTHDR_CHECK(m, 0, eoff
[all...]

Completed in 21 milliseconds