Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet6/
H A Dicmp6.c996 int eoff = off + sizeof(struct icmp6_hdr) + in icmp6_notify_error() local
1014 eoff + sizeof(struct ip6_ext), return -1); in icmp6_notify_error()
1016 + eoff); in icmp6_notify_error()
1019 eoff, sizeof(*eh)); in icmp6_notify_error()
1027 eoff += (eh->ip6e_len + 2) << 2; in icmp6_notify_error()
1029 eoff += (eh->ip6e_len + 1) << 3; in icmp6_notify_error()
1043 IP6_EXTHDR_CHECK(m, 0, eoff + sizeof(*rth), in icmp6_notify_error()
1046 (mtod(m, caddr_t) + eoff); in icmp6_notify_error()
1049 eoff, sizeof(*rth)); in icmp6_notify_error()
1069 IP6_EXTHDR_CHECK(m, 0, eoff + rthlen, in icmp6_notify_error()
[all …]