summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_var.h
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2011-04-20 08:00:29 +0000
committerbz <bz@FreeBSD.org>2011-04-20 08:00:29 +0000
commit25cccaf492f9174346c2e76cb28eefd79c356c61 (patch)
treed91c3220e574e361498bf3a8393460f3bcb463f0 /sys/netinet/ip_var.h
parentd10762bec798133f31617d3978e0e684a7beaa8d (diff)
downloadFreeBSD-src-25cccaf492f9174346c2e76cb28eefd79c356c61.zip
FreeBSD-src-25cccaf492f9174346c2e76cb28eefd79c356c61.tar.gz
MFp4 CH=191470:
Move the ipport_tick_callout and related functions from ip_input.c to in_pcb.c. The random source port allocation code has been merged and is now local to in_pcb.c only. Use a SYSINIT to get the callout started and no longer depend on initialization from the inet code, which would not work in an IPv6 only setup. Reviewed by: gnn Sponsored by: The FreeBSD Foundation Sponsored by: iXsystems MFC after: 4 days
Diffstat (limited to 'sys/netinet/ip_var.h')
-rw-r--r--sys/netinet/ip_var.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/netinet/ip_var.h b/sys/netinet/ip_var.h
index 222b7ef..e993279 100644
--- a/sys/netinet/ip_var.h
+++ b/sys/netinet/ip_var.h
@@ -206,7 +206,6 @@ int inp_setmoptions(struct inpcb *, struct sockopt *);
int ip_ctloutput(struct socket *, struct sockopt *sopt);
void ip_drain(void);
-void ip_fini(void *xtp);
int ip_fragment(struct ip *ip, struct mbuf **m_frag, int mtu,
u_long if_hwassist_flags, int sw_csum);
void ip_forward(struct mbuf *m, int srcrt);
OpenPOWER on IntegriCloud