Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/netinet6/ !
H A Dip6_input.c1623 const int erroff = sizeof(struct ip6_hdr) + sizeof(struct ip6_hbh); in ip6_process_hopopts() local
1648 (int)(erroff + opt + 1 - opthead)); in ip6_process_hopopts()
1666 (int)(erroff + opt + 1 - opthead)); in ip6_process_hopopts()
1680 (int)(erroff + opt - opthead)); in ip6_process_hopopts()
1704 (int)(erroff + opt + 2 - opthead)); in ip6_process_hopopts()
1716 (int)(erroff + opt + 2 - opthead)); in ip6_process_hopopts()
1729 erroff + opt - opthead); in ip6_process_hopopts()
H A Dfrag6.c588 int erroff = af6->ip6af_offset; in frag6_input() local
606 erroff - sizeof(struct ip6_frag) + in frag6_input()