Searched refs:ip_fragment (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A Dpr29241.c2 void ip_fragment(void (*)(void));
5 ip_fragment(ip_finish_output2);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A Dpr29241.c2 void ip_fragment(void (*)(void));
5 ip_fragment(ip_finish_output2);
/netbsd-6-1-5-RELEASE/sys/netinet/
H A Dip_var.h196 int ip_fragment(struct mbuf *, struct ifnet *, u_long);
H A Dip_output.c870 error = ip_fragment(m, ifp, mtu);
940 ip_fragment(struct mbuf *m, struct ifnet *ifp, u_long mtu) function
H A Dip_mroute.c3099 if (ip_fragment(mb_copy, NULL, mtu) != 0) {
3100 /* XXX: mb_copy was freed by ip_fragment() */
/netbsd-6-1-5-RELEASE/sys/dist/pf/net/
H A Dpf.c5420 /* Make ip_fragment re-compute checksums. */
5426 error = ip_fragment(m0, ifp, ifp->if_mtu);

Completed in 190 milliseconds