Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet6/
H A Dicmp6.c998 int eoff = off + sizeof(struct icmp6_hdr) + in icmp6_notify_error() local
1016 eoff + sizeof(struct ip6_ext), return -1); in icmp6_notify_error()
1018 + eoff); in icmp6_notify_error()
1021 eoff, sizeof(*eh)); in icmp6_notify_error()
1029 eoff += (eh->ip6e_len + 2) << 2; in icmp6_notify_error()
1031 eoff += (eh->ip6e_len + 1) << 3; in icmp6_notify_error()
1045 IP6_EXTHDR_CHECK(m, 0, eoff + sizeof(*rth), in icmp6_notify_error()
1048 (mtod(m, caddr_t) + eoff); in icmp6_notify_error()
1051 eoff, sizeof(*rth)); in icmp6_notify_error()
1071 IP6_EXTHDR_CHECK(m, 0, eoff + rthlen, in icmp6_notify_error()
[all …]