Searched refs:eoff (Results 1 – 1 of 1) sorted by relevance
| /xnu-8019.80.24/bsd/netinet6/ |
| H A D | icmp6.c | 964 int eoff = off + sizeof(struct icmp6_hdr) + in icmp6_notify_error() local 982 eoff + sizeof(struct ip6_ext), return -1); in icmp6_notify_error() 984 + eoff); in icmp6_notify_error() 987 eoff, sizeof(*eh)); in icmp6_notify_error() 995 eoff += (eh->ip6e_len + 2) << 2; in icmp6_notify_error() 997 eoff += (eh->ip6e_len + 1) << 3; in icmp6_notify_error() 1011 IP6_EXTHDR_CHECK(m, 0, eoff + sizeof(*rth), in icmp6_notify_error() 1014 (mtod(m, caddr_t) + eoff); in icmp6_notify_error() 1017 eoff, sizeof(*rth)); in icmp6_notify_error() 1037 IP6_EXTHDR_CHECK(m, 0, eoff + rthlen, in icmp6_notify_error() [all …]
|