Home
last modified time | relevance | path

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

/openbsd/src/sys/netinet6/
Dip6_var.h322 int ip6_process_hopopts(struct mbuf **, u_int8_t *, int, u_int32_t *,
Dip6_input.c834 if (ip6_process_hopopts(mp, (u_int8_t *)hbh + sizeof(struct ip6_hbh), in ip6_hopopts_input()
854 ip6_process_hopopts(struct mbuf **mp, u_int8_t *opthead, int hbhlen, in ip6_process_hopopts() function
Dip6_output.c611 if (ip6_process_hopopts(&m, (u_int8_t *)(hbh + 1), in ip6_output()