Home
last modified time | relevance | path

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

/openbsd/src/sys/netinet6/
Dip6_var.h332 int ip6_fragment(struct mbuf *, struct mbuf_list *, int, u_char, u_long);
Dip6_output.c758 if ((error = ip6_fragment(m, &ml, hlen, nextproto, mtu)) || in ip6_output()
784 ip6_fragment(struct mbuf *m0, struct mbuf_list *ml, int hlen, u_char nextproto, in ip6_fragment() function
/openbsd/src/sys/net/
Dpf_norm.c991 error = ip6_fragment(m, &ml, hdrlen, proto, mtu); in pf_refragment6()