Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet6/
H A Dip6_input.c1632 ip6_process_hopopts(struct mbuf *m, u_int8_t *__sized_by(inhbhlen)opthead, int inhbhlen, in ip6_process_hopopts() argument
1638 u_int8_t *opt = opthead; in ip6_process_hopopts()
1666 (int)(erroff + opt + 1 - opthead)); in ip6_process_hopopts()
1684 (int)(erroff + opt + 1 - opthead)); in ip6_process_hopopts()
1698 (int)(erroff + opt - opthead)); in ip6_process_hopopts()
1722 (int)(erroff + opt + 2 - opthead)); in ip6_process_hopopts()
1734 (int)(erroff + opt + 2 - opthead)); in ip6_process_hopopts()
1747 erroff + opt - opthead); in ip6_process_hopopts()
H A Dip6_var.h560 extern int ip6_process_hopopts(struct mbuf *, u_int8_t *__sized_by(hbhlen) opthead, int hbhlen,