summaryrefslogtreecommitdiffstats
path: root/sys/netinet/in_pcb.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netinet/in_pcb.c')
-rw-r--r--sys/netinet/in_pcb.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/sys/netinet/in_pcb.c b/sys/netinet/in_pcb.c
index 6162d84..73d564f 100644
--- a/sys/netinet/in_pcb.c
+++ b/sys/netinet/in_pcb.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)in_pcb.c 8.4 (Berkeley) 5/24/95
- * $Id: in_pcb.c,v 1.13 1995/09/21 17:55:49 wollman Exp $
+ * $Id: in_pcb.c,v 1.14 1995/10/29 15:32:25 phk Exp $
*/
#include <sys/param.h>
@@ -59,6 +59,9 @@
struct in_addr zeroin_addr;
+static void in_pcbinshash __P((struct inpcb *));
+static void in_rtchange __P((struct inpcb *, int));
+
int
in_pcballoc(so, pcbinfo)
struct socket *so;
@@ -484,7 +487,7 @@ in_losing(inp)
* After a routing change, flush old routing
* and allocate a (hopefully) better one.
*/
-void
+static void
in_rtchange(inp, errno)
register struct inpcb *inp;
int errno;
@@ -593,7 +596,7 @@ in_pcblookuphash(pcbinfo, faddr, fport_arg, laddr, lport_arg)
/*
* Insert PCB into hash chain. Must be called at splnet.
*/
-void
+static void
in_pcbinshash(inp)
struct inpcb *inp;
{
OpenPOWER on IntegriCloud