Searched refs:ip6_fragment (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/netinet6/ |
| H A D | ip6_var.h | 391 int ip6_fragment(struct ifnet *, struct mbuf *, int, u_char, int,
|
| H A D | ip6_output.c | 254 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 D | ip6_var.h | 391 int ip6_fragment(struct ifnet *, struct mbuf *, int, u_char, int,
|
| /f-stack/freebsd/netpfil/pf/ |
| H A D | pf_norm.c | 988 error = ip6_fragment(ifp, m, hdrlen, proto, maxlen, frag_id); in pf_refragment6()
|