Home
last modified time | relevance | path

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

/openbsd/sys/netinet6/
H A Dip6_input.c124 int ip6_hbhchcheck(struct mbuf **, int *, int *, int);
179 nxt = ip6_hbhchcheck(mp, offp, NULL, flags); in ip6_ours()
491 nxt = ip6_hbhchcheck(&m, offp, &ours, flags); in ip6_input_if()
608 nxt = ip6_hbhchcheck(&m, offp, &ours, flags); in ip6_input_if()
648 ip6_hbhchcheck(struct mbuf **mp, int *offp, int *oursp, int flags) in ip6_hbhchcheck() function