Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet6/
H A Dip6_var.h391 int ip6_fragment(struct ifnet *, struct mbuf *, int, u_char, int,
H A Dip6_output.c254 ip6_fragment(struct ifnet *ifp, struct mbuf *m0, int hlen, u_char nextproto, in ip6_fragment() function
1252 error = ip6_fragment(ifp, m, unfragpartlen, nextproto,len, id); in ip6_output()
/f-stack/tools/compat/include/netinet6/
H A Dip6_var.h391 int ip6_fragment(struct ifnet *, struct mbuf *, int, u_char, int,
/f-stack/freebsd/netpfil/pf/
H A Dpf_norm.c988 error = ip6_fragment(ifp, m, hdrlen, proto, maxlen, frag_id); in pf_refragment6()