Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/netinet6/
H A Dip6_var.h560 extern int ip6_process_hopopts(struct mbuf *, u_int8_t *__sized_by(hbhlen) opthead, int hbhlen,
H A Dip6_input.c1623 if (ip6_process_hopopts(m, (u_int8_t *)hbh + sizeof(struct ip6_hbh), in ip6_hopopts_input()
1644 ip6_process_hopopts(struct mbuf *m, u_int8_t *__sized_by(inhbhlen)opthead, int inhbhlen, in ip6_process_hopopts() function
H A Dip6_output.c1500 if (ip6_process_hopopts(m, (u_int8_t *)(hbh + 1), in ip6_output_list()