Searched refs:eoff (Results 1 – 1 of 1) sorted by relevance
| /xnu-10002.1.13/bsd/netinet6/ |
| H A D | icmp6.c | 993 int eoff = off + sizeof(struct icmp6_hdr) + in icmp6_notify_error() local 1011 eoff + sizeof(struct ip6_ext), return -1); in icmp6_notify_error() 1013 + eoff); in icmp6_notify_error() 1016 eoff, sizeof(*eh)); in icmp6_notify_error() 1024 eoff += (eh->ip6e_len + 2) << 2; in icmp6_notify_error() 1026 eoff += (eh->ip6e_len + 1) << 3; in icmp6_notify_error() 1040 IP6_EXTHDR_CHECK(m, 0, eoff + sizeof(*rth), in icmp6_notify_error() 1043 (mtod(m, caddr_t) + eoff); in icmp6_notify_error() 1046 eoff, sizeof(*rth)); in icmp6_notify_error() 1066 IP6_EXTHDR_CHECK(m, 0, eoff + rthlen, in icmp6_notify_error() [all …]
|