2002-10-22 06:31:16 +04:00
|
|
|
/* $NetBSD: in_pcb.c,v 1.80 2002/10/22 02:31:16 simonb Exp $ */
|
1999-07-01 12:12:45 +04:00
|
|
|
|
|
|
|
/*
|
|
|
|
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
|
|
|
|
* All rights reserved.
|
2002-06-09 20:33:36 +04:00
|
|
|
*
|
1999-07-01 12:12:45 +04:00
|
|
|
* Redistribution and use in source and binary forms, with or without
|
|
|
|
* modification, are permitted provided that the following conditions
|
|
|
|
* are met:
|
|
|
|
* 1. Redistributions of source code must retain the above copyright
|
|
|
|
* notice, this list of conditions and the following disclaimer.
|
|
|
|
* 2. Redistributions in binary form must reproduce the above copyright
|
|
|
|
* notice, this list of conditions and the following disclaimer in the
|
|
|
|
* documentation and/or other materials provided with the distribution.
|
|
|
|
* 3. Neither the name of the project nor the names of its contributors
|
|
|
|
* may be used to endorse or promote products derived from this software
|
|
|
|
* without specific prior written permission.
|
2002-06-09 20:33:36 +04:00
|
|
|
*
|
1999-07-01 12:12:45 +04:00
|
|
|
* THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
|
|
|
|
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
|
|
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
|
|
* ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
|
|
|
|
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
|
|
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
|
|
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
|
|
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
|
|
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
|
|
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
|
|
* SUCH DAMAGE.
|
|
|
|
*/
|
1998-12-19 05:46:12 +03:00
|
|
|
|
|
|
|
/*-
|
|
|
|
* Copyright (c) 1998 The NetBSD Foundation, Inc.
|
|
|
|
* All rights reserved.
|
|
|
|
*
|
|
|
|
* This code is derived from software contributed to The NetBSD Foundation
|
|
|
|
* by Public Access Networks Corporation ("Panix"). It was developed under
|
|
|
|
* contract to Panix by Eric Haszlakiewicz and Thor Lancelot Simon.
|
|
|
|
*
|
|
|
|
* Redistribution and use in source and binary forms, with or without
|
|
|
|
* modification, are permitted provided that the following conditions
|
|
|
|
* are met:
|
|
|
|
* 1. Redistributions of source code must retain the above copyright
|
|
|
|
* notice, this list of conditions and the following disclaimer.
|
|
|
|
* 2. Redistributions in binary form must reproduce the above copyright
|
|
|
|
* notice, this list of conditions and the following disclaimer in the
|
|
|
|
* documentation and/or other materials provided with the distribution.
|
|
|
|
* 3. All advertising materials mentioning features or use of this software
|
|
|
|
* must display the following acknowledgement:
|
|
|
|
* This product includes software developed by the NetBSD
|
|
|
|
* Foundation, Inc. and its contributors.
|
|
|
|
* 4. Neither the name of The NetBSD Foundation nor the names of its
|
|
|
|
* contributors may be used to endorse or promote products derived
|
|
|
|
* from this software without specific prior written permission.
|
|
|
|
*
|
|
|
|
* THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
|
|
|
|
* ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
|
|
|
|
* TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
|
|
|
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
|
|
|
|
* BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
|
|
|
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
|
|
|
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
|
|
|
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
|
|
|
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
|
|
|
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
|
|
|
* POSSIBILITY OF SUCH DAMAGE.
|
|
|
|
*/
|
1994-06-29 10:29:24 +04:00
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
/*
|
1998-01-05 13:31:44 +03:00
|
|
|
* Copyright (c) 1982, 1986, 1991, 1993, 1995
|
1994-05-13 10:02:48 +04:00
|
|
|
* The Regents of the University of California. All rights reserved.
|
1993-03-21 12:45:37 +03:00
|
|
|
*
|
|
|
|
* Redistribution and use in source and binary forms, with or without
|
|
|
|
* modification, are permitted provided that the following conditions
|
|
|
|
* are met:
|
|
|
|
* 1. Redistributions of source code must retain the above copyright
|
|
|
|
* notice, this list of conditions and the following disclaimer.
|
|
|
|
* 2. Redistributions in binary form must reproduce the above copyright
|
|
|
|
* notice, this list of conditions and the following disclaimer in the
|
|
|
|
* documentation and/or other materials provided with the distribution.
|
|
|
|
* 3. All advertising materials mentioning features or use of this software
|
|
|
|
* must display the following acknowledgement:
|
|
|
|
* This product includes software developed by the University of
|
|
|
|
* California, Berkeley and its contributors.
|
|
|
|
* 4. Neither the name of the University nor the names of its contributors
|
|
|
|
* may be used to endorse or promote products derived from this software
|
|
|
|
* without specific prior written permission.
|
|
|
|
*
|
|
|
|
* THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
|
|
|
|
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
|
|
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
|
|
* ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
|
|
|
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
|
|
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
|
|
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
|
|
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
|
|
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
|
|
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
|
|
* SUCH DAMAGE.
|
|
|
|
*
|
1998-01-05 13:31:44 +03:00
|
|
|
* @(#)in_pcb.c 8.4 (Berkeley) 5/24/95
|
1993-03-21 12:45:37 +03:00
|
|
|
*/
|
|
|
|
|
2001-11-13 03:32:34 +03:00
|
|
|
#include <sys/cdefs.h>
|
2002-10-22 06:31:16 +04:00
|
|
|
__KERNEL_RCSID(0, "$NetBSD: in_pcb.c,v 1.80 2002/10/22 02:31:16 simonb Exp $");
|
2001-11-13 03:32:34 +03:00
|
|
|
|
1999-07-10 02:57:15 +04:00
|
|
|
#include "opt_ipsec.h"
|
|
|
|
|
1993-12-18 03:40:47 +03:00
|
|
|
#include <sys/param.h>
|
|
|
|
#include <sys/systm.h>
|
|
|
|
#include <sys/malloc.h>
|
|
|
|
#include <sys/mbuf.h>
|
|
|
|
#include <sys/protosw.h>
|
|
|
|
#include <sys/socket.h>
|
|
|
|
#include <sys/socketvar.h>
|
|
|
|
#include <sys/ioctl.h>
|
1994-05-13 10:02:48 +04:00
|
|
|
#include <sys/errno.h>
|
|
|
|
#include <sys/time.h>
|
1998-08-02 04:35:31 +04:00
|
|
|
#include <sys/pool.h>
|
1994-05-13 10:02:48 +04:00
|
|
|
#include <sys/proc.h>
|
1993-03-21 12:45:37 +03:00
|
|
|
|
1993-12-18 03:40:47 +03:00
|
|
|
#include <net/if.h>
|
|
|
|
#include <net/route.h>
|
1993-03-21 12:45:37 +03:00
|
|
|
|
1993-12-18 03:40:47 +03:00
|
|
|
#include <netinet/in.h>
|
|
|
|
#include <netinet/in_systm.h>
|
|
|
|
#include <netinet/ip.h>
|
|
|
|
#include <netinet/in_pcb.h>
|
|
|
|
#include <netinet/in_var.h>
|
|
|
|
#include <netinet/ip_var.h>
|
1993-03-21 12:45:37 +03:00
|
|
|
|
1999-07-01 12:12:45 +04:00
|
|
|
#ifdef IPSEC
|
|
|
|
#include <netinet6/ipsec.h>
|
|
|
|
#include <netkey/key.h>
|
|
|
|
#endif /* IPSEC */
|
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
struct in_addr zeroin_addr;
|
|
|
|
|
1996-09-15 22:11:06 +04:00
|
|
|
#define INPCBHASH_BIND(table, laddr, lport) \
|
|
|
|
&(table)->inpt_bindhashtbl[ \
|
|
|
|
((ntohl((laddr).s_addr) + ntohs(lport))) & (table)->inpt_bindhash]
|
|
|
|
#define INPCBHASH_CONNECT(table, faddr, fport, laddr, lport) \
|
|
|
|
&(table)->inpt_connecthashtbl[ \
|
|
|
|
((ntohl((faddr).s_addr) + ntohs(fport)) + \
|
|
|
|
(ntohl((laddr).s_addr) + ntohs(lport))) & (table)->inpt_connecthash]
|
|
|
|
|
|
|
|
struct inpcb *
|
|
|
|
in_pcblookup_port __P((struct inpcbtable *,
|
|
|
|
struct in_addr, u_int, int));
|
1996-01-31 06:49:23 +03:00
|
|
|
|
1998-01-05 12:52:02 +03:00
|
|
|
int anonportmin = IPPORT_ANONMIN;
|
|
|
|
int anonportmax = IPPORT_ANONMAX;
|
2000-08-25 17:35:05 +04:00
|
|
|
int lowportmin = IPPORT_RESERVEDMIN;
|
|
|
|
int lowportmax = IPPORT_RESERVEDMAX;
|
1998-01-05 12:52:02 +03:00
|
|
|
|
1998-08-02 04:35:31 +04:00
|
|
|
struct pool inpcb_pool;
|
|
|
|
|
1995-06-12 04:46:47 +04:00
|
|
|
void
|
1996-09-15 22:11:06 +04:00
|
|
|
in_pcbinit(table, bindhashsize, connecthashsize)
|
1995-06-12 04:46:47 +04:00
|
|
|
struct inpcbtable *table;
|
1996-09-15 22:11:06 +04:00
|
|
|
int bindhashsize, connecthashsize;
|
1995-06-12 04:46:47 +04:00
|
|
|
{
|
1998-08-02 04:35:31 +04:00
|
|
|
static int inpcb_pool_initialized;
|
|
|
|
|
|
|
|
if (inpcb_pool_initialized == 0) {
|
|
|
|
pool_init(&inpcb_pool, sizeof(struct inpcb), 0, 0, 0,
|
2002-03-08 23:48:27 +03:00
|
|
|
"inpcbpl", NULL);
|
1998-08-02 04:35:31 +04:00
|
|
|
inpcb_pool_initialized = 1;
|
|
|
|
}
|
1995-06-12 04:46:47 +04:00
|
|
|
|
1995-06-19 00:01:08 +04:00
|
|
|
CIRCLEQ_INIT(&table->inpt_queue);
|
2000-11-08 17:28:12 +03:00
|
|
|
table->inpt_bindhashtbl = hashinit(bindhashsize, HASH_LIST, M_PCB,
|
|
|
|
M_WAITOK, &table->inpt_bindhash);
|
|
|
|
table->inpt_connecthashtbl = hashinit(connecthashsize, HASH_LIST,
|
|
|
|
M_PCB, M_WAITOK, &table->inpt_connecthash);
|
1998-01-08 14:56:50 +03:00
|
|
|
table->inpt_lastlow = IPPORT_RESERVEDMAX;
|
|
|
|
table->inpt_lastport = (u_int16_t)anonportmax;
|
1995-06-12 04:46:47 +04:00
|
|
|
}
|
|
|
|
|
1994-05-13 10:02:48 +04:00
|
|
|
int
|
1996-02-14 02:40:59 +03:00
|
|
|
in_pcballoc(so, v)
|
1993-03-21 12:45:37 +03:00
|
|
|
struct socket *so;
|
1996-02-14 02:40:59 +03:00
|
|
|
void *v;
|
1993-03-21 12:45:37 +03:00
|
|
|
{
|
1996-02-14 02:40:59 +03:00
|
|
|
struct inpcbtable *table = v;
|
2000-03-30 16:51:13 +04:00
|
|
|
struct inpcb *inp;
|
1996-01-31 06:49:23 +03:00
|
|
|
int s;
|
2001-07-26 03:28:02 +04:00
|
|
|
#ifdef IPSEC
|
|
|
|
int error;
|
|
|
|
#endif
|
1993-03-21 12:45:37 +03:00
|
|
|
|
1998-08-02 04:35:31 +04:00
|
|
|
inp = pool_get(&inpcb_pool, PR_NOWAIT);
|
1994-05-13 10:02:48 +04:00
|
|
|
if (inp == NULL)
|
1993-03-21 12:45:37 +03:00
|
|
|
return (ENOBUFS);
|
1994-05-13 10:02:48 +04:00
|
|
|
bzero((caddr_t)inp, sizeof(*inp));
|
1995-06-12 04:46:47 +04:00
|
|
|
inp->inp_table = table;
|
1993-03-21 12:45:37 +03:00
|
|
|
inp->inp_socket = so;
|
1997-10-14 04:52:39 +04:00
|
|
|
inp->inp_errormtu = -1;
|
2001-07-26 03:28:02 +04:00
|
|
|
#ifdef IPSEC
|
2002-06-11 23:39:59 +04:00
|
|
|
error = ipsec_init_pcbpolicy(so, &inp->inp_sp);
|
2001-07-26 03:28:02 +04:00
|
|
|
if (error != 0) {
|
|
|
|
pool_put(&inpcb_pool, inp);
|
|
|
|
return error;
|
|
|
|
}
|
|
|
|
#endif
|
1996-09-15 22:11:06 +04:00
|
|
|
so->so_pcb = inp;
|
1996-01-31 06:49:23 +03:00
|
|
|
s = splnet();
|
1995-06-19 00:01:08 +04:00
|
|
|
CIRCLEQ_INSERT_HEAD(&table->inpt_queue, inp, inp_queue);
|
1996-09-15 22:11:06 +04:00
|
|
|
in_pcbstate(inp, INP_ATTACHED);
|
1996-01-31 06:49:23 +03:00
|
|
|
splx(s);
|
1993-03-21 12:45:37 +03:00
|
|
|
return (0);
|
|
|
|
}
|
1994-01-09 00:21:28 +03:00
|
|
|
|
1994-05-13 10:02:48 +04:00
|
|
|
int
|
1996-05-22 17:54:55 +04:00
|
|
|
in_pcbbind(v, nam, p)
|
|
|
|
void *v;
|
1993-03-21 12:45:37 +03:00
|
|
|
struct mbuf *nam;
|
1996-05-22 17:54:55 +04:00
|
|
|
struct proc *p;
|
1993-03-21 12:45:37 +03:00
|
|
|
{
|
2000-03-30 16:51:13 +04:00
|
|
|
struct inpcb *inp = v;
|
|
|
|
struct socket *so = inp->inp_socket;
|
|
|
|
struct inpcbtable *table = inp->inp_table;
|
|
|
|
struct sockaddr_in *sin;
|
1995-04-13 10:25:36 +04:00
|
|
|
u_int16_t lport = 0;
|
1994-05-13 10:02:48 +04:00
|
|
|
int wild = 0, reuseport = (so->so_options & SO_REUSEPORT);
|
1993-03-21 12:45:37 +03:00
|
|
|
|
2001-11-04 23:55:25 +03:00
|
|
|
if (TAILQ_FIRST(&in_ifaddr) == 0)
|
1993-03-21 12:45:37 +03:00
|
|
|
return (EADDRNOTAVAIL);
|
1996-09-09 18:51:07 +04:00
|
|
|
if (inp->inp_lport || !in_nullhost(inp->inp_laddr))
|
1993-03-21 12:45:37 +03:00
|
|
|
return (EINVAL);
|
1998-11-13 13:50:10 +03:00
|
|
|
if ((so->so_options & (SO_REUSEADDR|SO_REUSEPORT)) == 0)
|
1998-10-05 18:33:14 +04:00
|
|
|
wild = 1;
|
1996-05-22 17:54:55 +04:00
|
|
|
if (nam == 0)
|
|
|
|
goto noname;
|
|
|
|
sin = mtod(nam, struct sockaddr_in *);
|
|
|
|
if (nam->m_len != sizeof (*sin))
|
|
|
|
return (EINVAL);
|
1994-05-13 10:02:48 +04:00
|
|
|
#ifdef notdef
|
1996-05-22 17:54:55 +04:00
|
|
|
/*
|
|
|
|
* We should check the family, but old programs
|
|
|
|
* incorrectly fail to initialize it.
|
|
|
|
*/
|
|
|
|
if (sin->sin_family != AF_INET)
|
|
|
|
return (EAFNOSUPPORT);
|
|
|
|
#endif
|
|
|
|
lport = sin->sin_port;
|
|
|
|
if (IN_MULTICAST(sin->sin_addr.s_addr)) {
|
1994-05-13 10:02:48 +04:00
|
|
|
/*
|
1996-05-22 17:54:55 +04:00
|
|
|
* Treat SO_REUSEADDR as SO_REUSEPORT for multicast;
|
|
|
|
* allow complete duplication of binding if
|
|
|
|
* SO_REUSEPORT is set, or if SO_REUSEADDR is set
|
|
|
|
* and a multicast address is bound on both
|
|
|
|
* new and duplicated sockets.
|
1994-05-13 10:02:48 +04:00
|
|
|
*/
|
1996-05-22 17:54:55 +04:00
|
|
|
if (so->so_options & SO_REUSEADDR)
|
|
|
|
reuseport = SO_REUSEADDR|SO_REUSEPORT;
|
1996-09-09 18:51:07 +04:00
|
|
|
} else if (!in_nullhost(sin->sin_addr)) {
|
1996-05-22 17:54:55 +04:00
|
|
|
sin->sin_port = 0; /* yech... */
|
|
|
|
if (ifa_ifwithaddr(sintosa(sin)) == 0)
|
|
|
|
return (EADDRNOTAVAIL);
|
|
|
|
}
|
|
|
|
if (lport) {
|
|
|
|
struct inpcb *t;
|
1996-09-05 22:10:03 +04:00
|
|
|
#ifndef IPNOPRIVPORTS
|
1996-05-22 17:54:55 +04:00
|
|
|
/* GROSS */
|
|
|
|
if (ntohs(lport) < IPPORT_RESERVED &&
|
2002-10-22 06:31:16 +04:00
|
|
|
(p == 0 || suser(p->p_ucred, &p->p_acflag)))
|
1996-05-22 17:54:55 +04:00
|
|
|
return (EACCES);
|
1996-09-05 22:10:03 +04:00
|
|
|
#endif
|
1999-03-23 13:45:37 +03:00
|
|
|
if (so->so_uid && !IN_MULTICAST(sin->sin_addr.s_addr)) {
|
|
|
|
t = in_pcblookup_port(table, sin->sin_addr, lport, 1);
|
|
|
|
/*
|
|
|
|
* XXX: investigate ramifications of loosening this
|
|
|
|
* restriction so that as long as both ports have
|
|
|
|
* SO_REUSEPORT allow the bind
|
|
|
|
*/
|
|
|
|
if (t &&
|
|
|
|
(!in_nullhost(sin->sin_addr) ||
|
|
|
|
!in_nullhost(t->inp_laddr) ||
|
|
|
|
(t->inp_socket->so_options & SO_REUSEPORT) == 0)
|
|
|
|
&& (so->so_uid != t->inp_socket->so_uid)) {
|
|
|
|
return (EADDRINUSE);
|
|
|
|
}
|
|
|
|
}
|
1996-09-15 22:11:06 +04:00
|
|
|
t = in_pcblookup_port(table, sin->sin_addr, lport, wild);
|
1996-05-22 17:54:55 +04:00
|
|
|
if (t && (reuseport & t->inp_socket->so_options) == 0)
|
|
|
|
return (EADDRINUSE);
|
1993-03-21 12:45:37 +03:00
|
|
|
}
|
1996-05-22 17:54:55 +04:00
|
|
|
inp->inp_laddr = sin->sin_addr;
|
1998-01-08 01:51:22 +03:00
|
|
|
|
1996-05-22 17:54:55 +04:00
|
|
|
noname:
|
1996-12-10 14:38:42 +03:00
|
|
|
if (lport == 0) {
|
1998-01-08 03:32:39 +03:00
|
|
|
int cnt;
|
1998-01-08 01:51:22 +03:00
|
|
|
u_int16_t min, max;
|
|
|
|
u_int16_t *lastport;
|
|
|
|
|
|
|
|
if (inp->inp_flags & INP_LOWPORT) {
|
|
|
|
#ifndef IPNOPRIVPORTS
|
2002-10-22 06:31:16 +04:00
|
|
|
if (p == 0 || suser(p->p_ucred, &p->p_acflag))
|
1998-01-08 01:51:22 +03:00
|
|
|
return (EACCES);
|
|
|
|
#endif
|
2000-08-25 17:35:05 +04:00
|
|
|
min = lowportmin;
|
|
|
|
max = lowportmax;
|
1998-01-08 01:51:22 +03:00
|
|
|
lastport = &table->inpt_lastlow;
|
|
|
|
} else {
|
|
|
|
min = anonportmin;
|
|
|
|
max = anonportmax;
|
|
|
|
lastport = &table->inpt_lastport;
|
|
|
|
}
|
|
|
|
if (min > max) { /* sanity check */
|
|
|
|
u_int16_t swp;
|
|
|
|
|
|
|
|
swp = min;
|
|
|
|
min = max;
|
|
|
|
max = swp;
|
|
|
|
}
|
1998-01-05 12:52:02 +03:00
|
|
|
|
1998-01-08 14:56:50 +03:00
|
|
|
lport = *lastport - 1;
|
|
|
|
for (cnt = max - min + 1; cnt; cnt--, lport--) {
|
1998-01-08 01:51:22 +03:00
|
|
|
if (lport < min || lport > max)
|
1998-01-08 14:56:50 +03:00
|
|
|
lport = max;
|
1996-12-10 14:38:42 +03:00
|
|
|
if (!in_pcblookup_port(table, inp->inp_laddr,
|
1998-10-05 18:33:14 +04:00
|
|
|
htons(lport), 1))
|
1996-12-10 14:38:42 +03:00
|
|
|
goto found;
|
1997-12-30 05:54:08 +03:00
|
|
|
}
|
1997-11-20 07:53:37 +03:00
|
|
|
if (!in_nullhost(inp->inp_laddr))
|
|
|
|
inp->inp_laddr.s_addr = INADDR_ANY;
|
1996-12-10 14:38:42 +03:00
|
|
|
return (EAGAIN);
|
|
|
|
found:
|
1998-01-08 01:51:22 +03:00
|
|
|
inp->inp_flags |= INP_ANONPORT;
|
|
|
|
*lastport = lport;
|
1996-12-10 14:38:42 +03:00
|
|
|
lport = htons(lport);
|
|
|
|
}
|
1993-03-21 12:45:37 +03:00
|
|
|
inp->inp_lport = lport;
|
1996-09-15 22:11:06 +04:00
|
|
|
in_pcbstate(inp, INP_BOUND);
|
1993-03-21 12:45:37 +03:00
|
|
|
return (0);
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Connect from a socket to a specified address.
|
|
|
|
* Both address and port must be specified in argument sin.
|
|
|
|
* If don't have a local address for this socket yet,
|
|
|
|
* then pick one.
|
|
|
|
*/
|
1994-05-13 10:02:48 +04:00
|
|
|
int
|
1996-02-14 02:40:59 +03:00
|
|
|
in_pcbconnect(v, nam)
|
2000-03-30 16:51:13 +04:00
|
|
|
void *v;
|
1993-03-21 12:45:37 +03:00
|
|
|
struct mbuf *nam;
|
|
|
|
{
|
2000-03-30 16:51:13 +04:00
|
|
|
struct inpcb *inp = v;
|
1993-03-21 12:45:37 +03:00
|
|
|
struct in_ifaddr *ia;
|
1996-02-14 02:40:59 +03:00
|
|
|
struct sockaddr_in *ifaddr = NULL;
|
2000-03-30 16:51:13 +04:00
|
|
|
struct sockaddr_in *sin = mtod(nam, struct sockaddr_in *);
|
1997-11-20 07:53:37 +03:00
|
|
|
int error;
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
if (nam->m_len != sizeof (*sin))
|
|
|
|
return (EINVAL);
|
|
|
|
if (sin->sin_family != AF_INET)
|
|
|
|
return (EAFNOSUPPORT);
|
|
|
|
if (sin->sin_port == 0)
|
|
|
|
return (EADDRNOTAVAIL);
|
2001-11-04 23:55:25 +03:00
|
|
|
if (TAILQ_FIRST(&in_ifaddr) != 0) {
|
1993-03-21 12:45:37 +03:00
|
|
|
/*
|
|
|
|
* If the destination address is INADDR_ANY,
|
1998-02-13 21:21:38 +03:00
|
|
|
* use any local address (likely loopback).
|
1993-03-21 12:45:37 +03:00
|
|
|
* If the supplied address is INADDR_BROADCAST,
|
1998-02-13 21:21:38 +03:00
|
|
|
* use the broadcast address of an interface
|
|
|
|
* which supports broadcast. (loopback does not)
|
1993-03-21 12:45:37 +03:00
|
|
|
*/
|
1998-02-13 21:21:38 +03:00
|
|
|
|
2001-11-04 23:55:25 +03:00
|
|
|
if (in_nullhost(sin->sin_addr)) {
|
|
|
|
sin->sin_addr =
|
|
|
|
TAILQ_FIRST(&in_ifaddr)->ia_addr.sin_addr;
|
|
|
|
} else if (sin->sin_addr.s_addr == INADDR_BROADCAST) {
|
|
|
|
TAILQ_FOREACH(ia, &in_ifaddr, ia_list) {
|
|
|
|
if (ia->ia_ifp->if_flags & IFF_BROADCAST) {
|
|
|
|
sin->sin_addr =
|
|
|
|
ia->ia_broadaddr.sin_addr;
|
|
|
|
break;
|
|
|
|
}
|
1998-02-13 21:21:38 +03:00
|
|
|
}
|
2001-11-04 23:55:25 +03:00
|
|
|
}
|
1993-03-21 12:45:37 +03:00
|
|
|
}
|
1996-09-09 18:51:07 +04:00
|
|
|
/*
|
|
|
|
* If we haven't bound which network number to use as ours,
|
|
|
|
* we will use the number of the outgoing interface.
|
|
|
|
* This depends on having done a routing lookup, which
|
|
|
|
* we will probably have to do anyway, so we might
|
|
|
|
* as well do it now. On the other hand if we are
|
|
|
|
* sending to multiple destinations we may have already
|
|
|
|
* done the lookup, so see if we can use the route
|
|
|
|
* from before. In any case, we only
|
|
|
|
* chose a port number once, even if sending to multiple
|
|
|
|
* destinations.
|
|
|
|
*/
|
|
|
|
if (in_nullhost(inp->inp_laddr)) {
|
1999-07-01 12:12:45 +04:00
|
|
|
int error;
|
|
|
|
ifaddr = in_selectsrc(sin, &inp->inp_route,
|
|
|
|
inp->inp_socket->so_options, inp->inp_moptions, &error);
|
|
|
|
if (ifaddr == NULL) {
|
|
|
|
if (error == 0)
|
|
|
|
error = EADDRNOTAVAIL;
|
|
|
|
return error;
|
|
|
|
}
|
1993-03-21 12:45:37 +03:00
|
|
|
}
|
1996-09-15 22:11:06 +04:00
|
|
|
if (in_pcblookup_connect(inp->inp_table, sin->sin_addr, sin->sin_port,
|
1996-09-09 18:51:07 +04:00
|
|
|
!in_nullhost(inp->inp_laddr) ? inp->inp_laddr : ifaddr->sin_addr,
|
1996-01-31 06:49:23 +03:00
|
|
|
inp->inp_lport) != 0)
|
1993-03-21 12:45:37 +03:00
|
|
|
return (EADDRINUSE);
|
1996-09-09 18:51:07 +04:00
|
|
|
if (in_nullhost(inp->inp_laddr)) {
|
1997-11-20 07:53:37 +03:00
|
|
|
if (inp->inp_lport == 0) {
|
|
|
|
error = in_pcbbind(inp, (struct mbuf *)0,
|
1996-05-22 17:54:55 +04:00
|
|
|
(struct proc *)0);
|
1997-11-20 07:53:37 +03:00
|
|
|
/*
|
|
|
|
* This used to ignore the return value
|
|
|
|
* completely, but we need to check for
|
|
|
|
* ephemeral port shortage.
|
|
|
|
* XXX Should we check for other errors, too?
|
|
|
|
*/
|
|
|
|
if (error == EAGAIN)
|
|
|
|
return (error);
|
|
|
|
}
|
1993-03-21 12:45:37 +03:00
|
|
|
inp->inp_laddr = ifaddr->sin_addr;
|
|
|
|
}
|
|
|
|
inp->inp_faddr = sin->sin_addr;
|
|
|
|
inp->inp_fport = sin->sin_port;
|
1996-09-15 22:11:06 +04:00
|
|
|
in_pcbstate(inp, INP_CONNECTED);
|
2001-08-06 14:25:00 +04:00
|
|
|
#ifdef IPSEC
|
|
|
|
if (inp->inp_socket->so_type == SOCK_STREAM)
|
|
|
|
ipsec_pcbconn(inp->inp_sp);
|
|
|
|
#endif
|
1993-03-21 12:45:37 +03:00
|
|
|
return (0);
|
|
|
|
}
|
|
|
|
|
1996-02-14 02:40:59 +03:00
|
|
|
void
|
|
|
|
in_pcbdisconnect(v)
|
|
|
|
void *v;
|
1993-03-21 12:45:37 +03:00
|
|
|
{
|
1996-02-14 02:40:59 +03:00
|
|
|
struct inpcb *inp = v;
|
1993-03-21 12:45:37 +03:00
|
|
|
|
1996-09-09 18:51:07 +04:00
|
|
|
inp->inp_faddr = zeroin_addr;
|
1993-03-21 12:45:37 +03:00
|
|
|
inp->inp_fport = 0;
|
1996-09-15 22:11:06 +04:00
|
|
|
in_pcbstate(inp, INP_BOUND);
|
1993-03-21 12:45:37 +03:00
|
|
|
if (inp->inp_socket->so_state & SS_NOFDREF)
|
|
|
|
in_pcbdetach(inp);
|
2001-08-06 14:25:00 +04:00
|
|
|
#ifdef IPSEC
|
|
|
|
ipsec_pcbdisconn(inp->inp_sp);
|
|
|
|
#endif
|
1993-03-21 12:45:37 +03:00
|
|
|
}
|
|
|
|
|
1996-02-14 02:40:59 +03:00
|
|
|
void
|
|
|
|
in_pcbdetach(v)
|
|
|
|
void *v;
|
1993-03-21 12:45:37 +03:00
|
|
|
{
|
1996-02-14 02:40:59 +03:00
|
|
|
struct inpcb *inp = v;
|
1993-03-21 12:45:37 +03:00
|
|
|
struct socket *so = inp->inp_socket;
|
1996-01-31 06:49:23 +03:00
|
|
|
int s;
|
1993-03-21 12:45:37 +03:00
|
|
|
|
1999-07-01 12:12:45 +04:00
|
|
|
#ifdef IPSEC
|
|
|
|
ipsec4_delete_pcbpolicy(inp);
|
|
|
|
#endif /*IPSEC*/
|
1993-03-21 12:45:37 +03:00
|
|
|
so->so_pcb = 0;
|
|
|
|
sofree(so);
|
|
|
|
if (inp->inp_options)
|
|
|
|
(void)m_free(inp->inp_options);
|
|
|
|
if (inp->inp_route.ro_rt)
|
|
|
|
rtfree(inp->inp_route.ro_rt);
|
1993-12-06 07:50:19 +03:00
|
|
|
ip_freemoptions(inp->inp_moptions);
|
1996-01-31 06:49:23 +03:00
|
|
|
s = splnet();
|
1996-09-15 22:11:06 +04:00
|
|
|
in_pcbstate(inp, INP_ATTACHED);
|
1995-06-19 00:01:08 +04:00
|
|
|
CIRCLEQ_REMOVE(&inp->inp_table->inpt_queue, inp, inp_queue);
|
1996-01-31 06:49:23 +03:00
|
|
|
splx(s);
|
1998-08-02 04:35:31 +04:00
|
|
|
pool_put(&inpcb_pool, inp);
|
1993-03-21 12:45:37 +03:00
|
|
|
}
|
|
|
|
|
1996-02-14 02:40:59 +03:00
|
|
|
void
|
1993-03-21 12:45:37 +03:00
|
|
|
in_setsockaddr(inp, nam)
|
2000-03-30 16:51:13 +04:00
|
|
|
struct inpcb *inp;
|
1993-03-21 12:45:37 +03:00
|
|
|
struct mbuf *nam;
|
|
|
|
{
|
2000-03-30 16:51:13 +04:00
|
|
|
struct sockaddr_in *sin;
|
2002-06-09 20:33:36 +04:00
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
nam->m_len = sizeof (*sin);
|
|
|
|
sin = mtod(nam, struct sockaddr_in *);
|
|
|
|
bzero((caddr_t)sin, sizeof (*sin));
|
|
|
|
sin->sin_family = AF_INET;
|
|
|
|
sin->sin_len = sizeof(*sin);
|
|
|
|
sin->sin_port = inp->inp_lport;
|
|
|
|
sin->sin_addr = inp->inp_laddr;
|
|
|
|
}
|
|
|
|
|
1996-02-14 02:40:59 +03:00
|
|
|
void
|
1993-03-21 12:45:37 +03:00
|
|
|
in_setpeeraddr(inp, nam)
|
|
|
|
struct inpcb *inp;
|
|
|
|
struct mbuf *nam;
|
|
|
|
{
|
2000-03-30 16:51:13 +04:00
|
|
|
struct sockaddr_in *sin;
|
2002-06-09 20:33:36 +04:00
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
nam->m_len = sizeof (*sin);
|
|
|
|
sin = mtod(nam, struct sockaddr_in *);
|
|
|
|
bzero((caddr_t)sin, sizeof (*sin));
|
|
|
|
sin->sin_family = AF_INET;
|
|
|
|
sin->sin_len = sizeof(*sin);
|
|
|
|
sin->sin_port = inp->inp_fport;
|
|
|
|
sin->sin_addr = inp->inp_faddr;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Pass some notification to all connections of a protocol
|
|
|
|
* associated with address dst. The local address and/or port numbers
|
|
|
|
* may be specified to limit the search. The "usual action" will be
|
|
|
|
* taken, depending on the ctlinput cmd. The caller must filter any
|
|
|
|
* cmds that are uninteresting (e.g., no error in the map).
|
|
|
|
* Call the protocol specific routine (if any) to report
|
|
|
|
* any errors for each matching socket.
|
|
|
|
*
|
1995-08-13 03:59:09 +04:00
|
|
|
* Must be called at splsoftnet.
|
1993-03-21 12:45:37 +03:00
|
|
|
*/
|
1997-07-24 01:26:40 +04:00
|
|
|
int
|
1996-09-09 18:51:07 +04:00
|
|
|
in_pcbnotify(table, faddr, fport_arg, laddr, lport_arg, errno, notify)
|
1995-06-12 04:46:47 +04:00
|
|
|
struct inpcbtable *table;
|
1996-09-09 18:51:07 +04:00
|
|
|
struct in_addr faddr, laddr;
|
1994-05-13 10:02:48 +04:00
|
|
|
u_int fport_arg, lport_arg;
|
1995-06-12 10:46:34 +04:00
|
|
|
int errno;
|
1994-05-13 10:02:48 +04:00
|
|
|
void (*notify) __P((struct inpcb *, int));
|
1993-03-21 12:45:37 +03:00
|
|
|
{
|
1996-09-15 22:11:06 +04:00
|
|
|
struct inpcbhead *head;
|
2000-03-30 16:51:13 +04:00
|
|
|
struct inpcb *inp, *ninp;
|
1995-04-13 10:25:36 +04:00
|
|
|
u_int16_t fport = fport_arg, lport = lport_arg;
|
1997-07-24 01:26:40 +04:00
|
|
|
int nmatch;
|
1993-03-21 12:45:37 +03:00
|
|
|
|
1996-09-15 22:11:06 +04:00
|
|
|
if (in_nullhost(faddr) || notify == 0)
|
1997-07-24 01:26:40 +04:00
|
|
|
return (0);
|
1993-03-21 12:45:37 +03:00
|
|
|
|
1997-07-24 01:26:40 +04:00
|
|
|
nmatch = 0;
|
1996-09-15 22:11:06 +04:00
|
|
|
head = INPCBHASH_CONNECT(table, faddr, fport, laddr, lport);
|
2001-11-04 23:55:25 +03:00
|
|
|
for (inp = LIST_FIRST(head); inp != NULL; inp = ninp) {
|
|
|
|
ninp = LIST_NEXT(inp, inp_hash);
|
1996-09-15 22:11:06 +04:00
|
|
|
if (in_hosteq(inp->inp_faddr, faddr) &&
|
|
|
|
inp->inp_fport == fport &&
|
|
|
|
inp->inp_lport == lport &&
|
1997-07-24 01:26:40 +04:00
|
|
|
in_hosteq(inp->inp_laddr, laddr)) {
|
1996-09-15 22:11:06 +04:00
|
|
|
(*notify)(inp, errno);
|
1997-07-24 01:26:40 +04:00
|
|
|
nmatch++;
|
|
|
|
}
|
1995-06-12 04:46:47 +04:00
|
|
|
}
|
1997-07-24 01:26:40 +04:00
|
|
|
return (nmatch);
|
1995-06-12 04:46:47 +04:00
|
|
|
}
|
|
|
|
|
1995-06-12 10:49:55 +04:00
|
|
|
void
|
1996-09-09 18:51:07 +04:00
|
|
|
in_pcbnotifyall(table, faddr, errno, notify)
|
1995-06-12 04:46:47 +04:00
|
|
|
struct inpcbtable *table;
|
1996-09-09 18:51:07 +04:00
|
|
|
struct in_addr faddr;
|
1995-06-12 10:46:34 +04:00
|
|
|
int errno;
|
1995-06-12 04:46:47 +04:00
|
|
|
void (*notify) __P((struct inpcb *, int));
|
|
|
|
{
|
2000-03-30 16:51:13 +04:00
|
|
|
struct inpcb *inp, *ninp;
|
1995-06-12 04:46:47 +04:00
|
|
|
|
1996-09-15 22:11:06 +04:00
|
|
|
if (in_nullhost(faddr) || notify == 0)
|
1995-06-12 04:46:47 +04:00
|
|
|
return;
|
|
|
|
|
2001-11-04 23:55:25 +03:00
|
|
|
for (inp = CIRCLEQ_FIRST(&table->inpt_queue);
|
|
|
|
inp != (void *)&table->inpt_queue;
|
1996-09-15 22:11:06 +04:00
|
|
|
inp = ninp) {
|
2001-11-04 23:55:25 +03:00
|
|
|
ninp = CIRCLEQ_NEXT(inp, inp_queue);
|
1996-09-15 22:11:06 +04:00
|
|
|
if (in_hosteq(inp->inp_faddr, faddr))
|
|
|
|
(*notify)(inp, errno);
|
1993-03-21 12:45:37 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2000-02-03 02:28:08 +03:00
|
|
|
void
|
2001-07-02 19:25:34 +04:00
|
|
|
in_pcbpurgeif0(table, ifp)
|
2000-02-03 02:28:08 +03:00
|
|
|
struct inpcbtable *table;
|
|
|
|
struct ifnet *ifp;
|
|
|
|
{
|
2000-03-30 16:51:13 +04:00
|
|
|
struct inpcb *inp, *ninp;
|
2000-04-03 07:51:16 +04:00
|
|
|
struct ip_moptions *imo;
|
|
|
|
int i, gap;
|
2000-02-03 02:28:08 +03:00
|
|
|
|
2001-11-04 23:55:25 +03:00
|
|
|
for (inp = CIRCLEQ_FIRST(&table->inpt_queue);
|
|
|
|
inp != (void *)&table->inpt_queue;
|
2000-02-03 02:28:08 +03:00
|
|
|
inp = ninp) {
|
2001-11-04 23:55:25 +03:00
|
|
|
ninp = CIRCLEQ_NEXT(inp, inp_queue);
|
2000-04-03 07:51:16 +04:00
|
|
|
imo = inp->inp_moptions;
|
|
|
|
if (imo != NULL) {
|
|
|
|
/*
|
|
|
|
* Unselect the outgoing interface if it is being
|
|
|
|
* detached.
|
|
|
|
*/
|
|
|
|
if (imo->imo_multicast_ifp == ifp)
|
|
|
|
imo->imo_multicast_ifp = NULL;
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Drop multicast group membership if we joined
|
|
|
|
* through the interface being detached.
|
|
|
|
*/
|
|
|
|
for (i = 0, gap = 0; i < imo->imo_num_memberships;
|
|
|
|
i++) {
|
|
|
|
if (imo->imo_membership[i]->inm_ifp == ifp) {
|
|
|
|
in_delmulti(imo->imo_membership[i]);
|
|
|
|
gap++;
|
|
|
|
} else if (gap != 0)
|
|
|
|
imo->imo_membership[i - gap] =
|
|
|
|
imo->imo_membership[i];
|
|
|
|
}
|
|
|
|
imo->imo_num_memberships -= gap;
|
|
|
|
}
|
2000-02-03 02:28:08 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2001-07-02 19:25:34 +04:00
|
|
|
void
|
|
|
|
in_pcbpurgeif(table, ifp)
|
|
|
|
struct inpcbtable *table;
|
|
|
|
struct ifnet *ifp;
|
|
|
|
{
|
|
|
|
struct inpcb *inp, *ninp;
|
|
|
|
|
2001-11-04 23:55:25 +03:00
|
|
|
for (inp = CIRCLEQ_FIRST(&table->inpt_queue);
|
|
|
|
inp != (void *)&table->inpt_queue;
|
2001-07-02 19:25:34 +04:00
|
|
|
inp = ninp) {
|
2001-11-04 23:55:25 +03:00
|
|
|
ninp = CIRCLEQ_NEXT(inp, inp_queue);
|
2001-07-02 19:25:34 +04:00
|
|
|
if (inp->inp_route.ro_rt != NULL &&
|
|
|
|
inp->inp_route.ro_rt->rt_ifp == ifp)
|
|
|
|
in_rtchange(inp, 0);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
/*
|
|
|
|
* Check for alternatives when higher level complains
|
|
|
|
* about service problems. For now, invalidate cached
|
|
|
|
* routing information. If the route was created dynamically
|
|
|
|
* (by a redirect), time to try a default gateway again.
|
|
|
|
*/
|
1996-02-14 02:40:59 +03:00
|
|
|
void
|
1993-03-21 12:45:37 +03:00
|
|
|
in_losing(inp)
|
|
|
|
struct inpcb *inp;
|
|
|
|
{
|
2000-03-30 16:51:13 +04:00
|
|
|
struct rtentry *rt;
|
1994-05-13 10:02:48 +04:00
|
|
|
struct rt_addrinfo info;
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
if ((rt = inp->inp_route.ro_rt)) {
|
1994-05-13 10:02:48 +04:00
|
|
|
inp->inp_route.ro_rt = 0;
|
|
|
|
bzero((caddr_t)&info, sizeof(info));
|
1995-06-04 10:03:53 +04:00
|
|
|
info.rti_info[RTAX_DST] = &inp->inp_route.ro_dst;
|
1994-05-13 10:02:48 +04:00
|
|
|
info.rti_info[RTAX_GATEWAY] = rt->rt_gateway;
|
|
|
|
info.rti_info[RTAX_NETMASK] = rt_mask(rt);
|
|
|
|
rt_missmsg(RTM_LOSING, &info, rt->rt_flags, 0);
|
1993-03-21 12:45:37 +03:00
|
|
|
if (rt->rt_flags & RTF_DYNAMIC)
|
|
|
|
(void) rtrequest(RTM_DELETE, rt_key(rt),
|
2002-06-09 20:33:36 +04:00
|
|
|
rt->rt_gateway, rt_mask(rt), rt->rt_flags,
|
1993-03-21 12:45:37 +03:00
|
|
|
(struct rtentry **)0);
|
2002-06-09 20:33:36 +04:00
|
|
|
else
|
1993-03-21 12:45:37 +03:00
|
|
|
/*
|
|
|
|
* A new route can be allocated
|
|
|
|
* the next time output is attempted.
|
|
|
|
*/
|
1994-05-13 10:02:48 +04:00
|
|
|
rtfree(rt);
|
1993-03-21 12:45:37 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* After a routing change, flush old routing
|
|
|
|
* and allocate a (hopefully) better one.
|
|
|
|
*/
|
1994-05-13 10:02:48 +04:00
|
|
|
void
|
|
|
|
in_rtchange(inp, errno)
|
2000-03-30 16:51:13 +04:00
|
|
|
struct inpcb *inp;
|
1994-05-13 10:02:48 +04:00
|
|
|
int errno;
|
1993-03-21 12:45:37 +03:00
|
|
|
{
|
1996-09-09 18:51:07 +04:00
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
if (inp->inp_route.ro_rt) {
|
|
|
|
rtfree(inp->inp_route.ro_rt);
|
|
|
|
inp->inp_route.ro_rt = 0;
|
|
|
|
/*
|
|
|
|
* A new route can be allocated the next time
|
|
|
|
* output is attempted.
|
|
|
|
*/
|
|
|
|
}
|
1998-02-13 21:21:38 +03:00
|
|
|
/* XXX SHOULD NOTIFY HIGHER-LEVEL PROTOCOLS */
|
1993-03-21 12:45:37 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
struct inpcb *
|
1998-10-05 18:33:14 +04:00
|
|
|
in_pcblookup_port(table, laddr, lport_arg, lookup_wildcard)
|
1995-06-12 04:46:47 +04:00
|
|
|
struct inpcbtable *table;
|
1996-09-15 22:11:06 +04:00
|
|
|
struct in_addr laddr;
|
|
|
|
u_int lport_arg;
|
1998-10-05 18:33:14 +04:00
|
|
|
int lookup_wildcard;
|
1993-03-21 12:45:37 +03:00
|
|
|
{
|
2000-03-30 16:51:13 +04:00
|
|
|
struct inpcb *inp, *match = 0;
|
1993-03-21 12:45:37 +03:00
|
|
|
int matchwild = 3, wildcard;
|
1996-09-15 22:11:06 +04:00
|
|
|
u_int16_t lport = lport_arg;
|
1993-03-21 12:45:37 +03:00
|
|
|
|
2001-11-04 23:55:25 +03:00
|
|
|
CIRCLEQ_FOREACH(inp, &table->inpt_queue, inp_queue) {
|
1993-03-21 12:45:37 +03:00
|
|
|
if (inp->inp_lport != lport)
|
|
|
|
continue;
|
|
|
|
wildcard = 0;
|
1996-09-15 22:11:06 +04:00
|
|
|
if (!in_nullhost(inp->inp_faddr))
|
|
|
|
wildcard++;
|
1996-09-09 18:51:07 +04:00
|
|
|
if (in_nullhost(inp->inp_laddr)) {
|
|
|
|
if (!in_nullhost(laddr))
|
1996-01-31 06:49:23 +03:00
|
|
|
wildcard++;
|
|
|
|
} else {
|
1996-09-09 18:51:07 +04:00
|
|
|
if (in_nullhost(laddr))
|
1996-01-31 06:49:23 +03:00
|
|
|
wildcard++;
|
1996-09-09 18:51:07 +04:00
|
|
|
else {
|
|
|
|
if (!in_hosteq(inp->inp_laddr, laddr))
|
|
|
|
continue;
|
|
|
|
}
|
1996-01-31 06:49:23 +03:00
|
|
|
}
|
1998-10-05 18:33:14 +04:00
|
|
|
if (wildcard && !lookup_wildcard)
|
1993-03-21 12:45:37 +03:00
|
|
|
continue;
|
|
|
|
if (wildcard < matchwild) {
|
|
|
|
match = inp;
|
|
|
|
matchwild = wildcard;
|
|
|
|
if (matchwild == 0)
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return (match);
|
|
|
|
}
|
1996-01-31 06:49:23 +03:00
|
|
|
|
|
|
|
#ifdef DIAGNOSTIC
|
|
|
|
int in_pcbnotifymiss = 0;
|
|
|
|
#endif
|
|
|
|
|
|
|
|
struct inpcb *
|
1996-09-15 22:11:06 +04:00
|
|
|
in_pcblookup_connect(table, faddr, fport_arg, laddr, lport_arg)
|
1996-01-31 06:49:23 +03:00
|
|
|
struct inpcbtable *table;
|
|
|
|
struct in_addr faddr, laddr;
|
|
|
|
u_int fport_arg, lport_arg;
|
|
|
|
{
|
|
|
|
struct inpcbhead *head;
|
2000-03-30 16:51:13 +04:00
|
|
|
struct inpcb *inp;
|
1996-01-31 06:49:23 +03:00
|
|
|
u_int16_t fport = fport_arg, lport = lport_arg;
|
|
|
|
|
1996-09-15 22:11:06 +04:00
|
|
|
head = INPCBHASH_CONNECT(table, faddr, fport, laddr, lport);
|
2001-11-04 23:55:25 +03:00
|
|
|
LIST_FOREACH(inp, head, inp_hash) {
|
1996-09-15 22:11:06 +04:00
|
|
|
if (in_hosteq(inp->inp_faddr, faddr) &&
|
|
|
|
inp->inp_fport == fport &&
|
|
|
|
inp->inp_lport == lport &&
|
|
|
|
in_hosteq(inp->inp_laddr, laddr))
|
|
|
|
goto out;
|
1996-01-31 06:49:23 +03:00
|
|
|
}
|
|
|
|
#ifdef DIAGNOSTIC
|
1996-09-15 22:11:06 +04:00
|
|
|
if (in_pcbnotifymiss) {
|
1996-10-13 06:03:00 +04:00
|
|
|
printf("in_pcblookup_connect: faddr=%08x fport=%d laddr=%08x lport=%d\n",
|
1996-01-31 06:49:23 +03:00
|
|
|
ntohl(faddr.s_addr), ntohs(fport),
|
|
|
|
ntohl(laddr.s_addr), ntohs(lport));
|
|
|
|
}
|
|
|
|
#endif
|
1996-09-15 22:11:06 +04:00
|
|
|
return (0);
|
|
|
|
|
|
|
|
out:
|
|
|
|
/* Move this PCB to the head of hash chain. */
|
2001-11-04 23:55:25 +03:00
|
|
|
if (inp != LIST_FIRST(head)) {
|
1996-09-15 22:11:06 +04:00
|
|
|
LIST_REMOVE(inp, inp_hash);
|
|
|
|
LIST_INSERT_HEAD(head, inp, inp_hash);
|
|
|
|
}
|
|
|
|
return (inp);
|
|
|
|
}
|
|
|
|
|
|
|
|
struct inpcb *
|
|
|
|
in_pcblookup_bind(table, laddr, lport_arg)
|
|
|
|
struct inpcbtable *table;
|
|
|
|
struct in_addr laddr;
|
|
|
|
u_int lport_arg;
|
|
|
|
{
|
|
|
|
struct inpcbhead *head;
|
2000-03-30 16:51:13 +04:00
|
|
|
struct inpcb *inp;
|
1996-09-15 22:11:06 +04:00
|
|
|
u_int16_t lport = lport_arg;
|
|
|
|
|
|
|
|
head = INPCBHASH_BIND(table, laddr, lport);
|
2001-11-04 23:55:25 +03:00
|
|
|
LIST_FOREACH(inp, head, inp_hash) {
|
1996-09-15 22:11:06 +04:00
|
|
|
if (inp->inp_lport == lport &&
|
|
|
|
in_hosteq(inp->inp_laddr, laddr))
|
|
|
|
goto out;
|
|
|
|
}
|
|
|
|
head = INPCBHASH_BIND(table, zeroin_addr, lport);
|
2001-11-04 23:55:25 +03:00
|
|
|
LIST_FOREACH(inp, head, inp_hash) {
|
1996-09-15 22:11:06 +04:00
|
|
|
if (inp->inp_lport == lport &&
|
|
|
|
in_hosteq(inp->inp_laddr, zeroin_addr))
|
|
|
|
goto out;
|
|
|
|
}
|
|
|
|
#ifdef DIAGNOSTIC
|
|
|
|
if (in_pcbnotifymiss) {
|
1996-10-13 06:03:00 +04:00
|
|
|
printf("in_pcblookup_bind: laddr=%08x lport=%d\n",
|
1996-09-15 22:11:06 +04:00
|
|
|
ntohl(laddr.s_addr), ntohs(lport));
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
return (0);
|
|
|
|
|
|
|
|
out:
|
|
|
|
/* Move this PCB to the head of hash chain. */
|
2001-11-04 23:55:25 +03:00
|
|
|
if (inp != LIST_FIRST(head)) {
|
1996-09-15 22:11:06 +04:00
|
|
|
LIST_REMOVE(inp, inp_hash);
|
|
|
|
LIST_INSERT_HEAD(head, inp, inp_hash);
|
|
|
|
}
|
1996-01-31 06:49:23 +03:00
|
|
|
return (inp);
|
|
|
|
}
|
1996-09-15 22:11:06 +04:00
|
|
|
|
|
|
|
void
|
|
|
|
in_pcbstate(inp, state)
|
|
|
|
struct inpcb *inp;
|
|
|
|
int state;
|
|
|
|
{
|
|
|
|
|
|
|
|
if (inp->inp_state > INP_ATTACHED)
|
|
|
|
LIST_REMOVE(inp, inp_hash);
|
|
|
|
|
|
|
|
switch (state) {
|
|
|
|
case INP_BOUND:
|
|
|
|
LIST_INSERT_HEAD(INPCBHASH_BIND(inp->inp_table,
|
|
|
|
inp->inp_laddr, inp->inp_lport), inp, inp_hash);
|
|
|
|
break;
|
|
|
|
case INP_CONNECTED:
|
|
|
|
LIST_INSERT_HEAD(INPCBHASH_CONNECT(inp->inp_table,
|
|
|
|
inp->inp_faddr, inp->inp_fport,
|
|
|
|
inp->inp_laddr, inp->inp_lport), inp, inp_hash);
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
|
|
|
|
inp->inp_state = state;
|
|
|
|
}
|
1997-09-23 01:39:40 +04:00
|
|
|
|
|
|
|
struct rtentry *
|
|
|
|
in_pcbrtentry(inp)
|
|
|
|
struct inpcb *inp;
|
|
|
|
{
|
|
|
|
struct route *ro;
|
|
|
|
|
|
|
|
ro = &inp->inp_route;
|
|
|
|
|
2002-05-28 15:10:52 +04:00
|
|
|
if (ro->ro_rt && ((ro->ro_rt->rt_flags & RTF_UP) == 0 ||
|
|
|
|
!in_hosteq(satosin(&ro->ro_dst)->sin_addr, inp->inp_faddr))) {
|
|
|
|
RTFREE(ro->ro_rt);
|
|
|
|
ro->ro_rt = (struct rtentry *)NULL;
|
|
|
|
}
|
|
|
|
if (ro->ro_rt == (struct rtentry *)NULL &&
|
|
|
|
!in_nullhost(inp->inp_faddr)) {
|
|
|
|
bzero(&ro->ro_dst, sizeof(struct sockaddr_in));
|
|
|
|
ro->ro_dst.sa_family = AF_INET;
|
|
|
|
ro->ro_dst.sa_len = sizeof(ro->ro_dst);
|
|
|
|
satosin(&ro->ro_dst)->sin_addr = inp->inp_faddr;
|
|
|
|
rtalloc(ro);
|
1997-09-23 01:39:40 +04:00
|
|
|
}
|
|
|
|
return (ro->ro_rt);
|
|
|
|
}
|
1999-07-01 12:12:45 +04:00
|
|
|
|
|
|
|
struct sockaddr_in *
|
|
|
|
in_selectsrc(sin, ro, soopts, mopts, errorp)
|
|
|
|
struct sockaddr_in *sin;
|
|
|
|
struct route *ro;
|
|
|
|
int soopts;
|
|
|
|
struct ip_moptions *mopts;
|
|
|
|
int *errorp;
|
|
|
|
{
|
|
|
|
struct in_ifaddr *ia;
|
|
|
|
|
|
|
|
ia = (struct in_ifaddr *)0;
|
2002-06-09 20:33:36 +04:00
|
|
|
/*
|
1999-07-01 12:12:45 +04:00
|
|
|
* If route is known or can be allocated now,
|
|
|
|
* our src addr is taken from the i/f, else punt.
|
2002-01-22 06:53:55 +03:00
|
|
|
* Note that we should check the address family of the cached
|
|
|
|
* destination, in case of sharing the cache with IPv6.
|
1999-07-01 12:12:45 +04:00
|
|
|
*/
|
|
|
|
if (ro->ro_rt &&
|
2002-01-22 06:53:55 +03:00
|
|
|
(ro->ro_dst.sa_family != AF_INET ||
|
|
|
|
!in_hosteq(satosin(&ro->ro_dst)->sin_addr, sin->sin_addr) ||
|
1999-07-01 12:12:45 +04:00
|
|
|
soopts & SO_DONTROUTE)) {
|
|
|
|
RTFREE(ro->ro_rt);
|
|
|
|
ro->ro_rt = (struct rtentry *)0;
|
|
|
|
}
|
|
|
|
if ((soopts & SO_DONTROUTE) == 0 && /*XXX*/
|
|
|
|
(ro->ro_rt == (struct rtentry *)0 ||
|
2002-01-22 06:53:55 +03:00
|
|
|
ro->ro_rt->rt_ifp == (struct ifnet *)0)) {
|
1999-07-01 12:12:45 +04:00
|
|
|
/* No route yet, so try to acquire one */
|
2002-01-22 06:53:55 +03:00
|
|
|
bzero(&ro->ro_dst, sizeof(struct sockaddr_in));
|
1999-07-01 12:12:45 +04:00
|
|
|
ro->ro_dst.sa_family = AF_INET;
|
|
|
|
ro->ro_dst.sa_len = sizeof(struct sockaddr_in);
|
|
|
|
satosin(&ro->ro_dst)->sin_addr = sin->sin_addr;
|
|
|
|
rtalloc(ro);
|
|
|
|
}
|
|
|
|
/*
|
|
|
|
* If we found a route, use the address
|
|
|
|
* corresponding to the outgoing interface
|
|
|
|
* unless it is the loopback (in case a route
|
|
|
|
* to our address on another net goes to loopback).
|
2002-06-09 20:33:36 +04:00
|
|
|
*
|
1999-07-01 12:12:45 +04:00
|
|
|
* XXX Is this still true? Do we care?
|
|
|
|
*/
|
|
|
|
if (ro->ro_rt && !(ro->ro_rt->rt_ifp->if_flags & IFF_LOOPBACK))
|
|
|
|
ia = ifatoia(ro->ro_rt->rt_ifa);
|
2000-02-01 03:05:07 +03:00
|
|
|
if (ia == NULL) {
|
1999-07-01 12:12:45 +04:00
|
|
|
u_int16_t fport = sin->sin_port;
|
|
|
|
|
|
|
|
sin->sin_port = 0;
|
|
|
|
ia = ifatoia(ifa_ifwithladdr(sintosa(sin)));
|
|
|
|
sin->sin_port = fport;
|
|
|
|
if (ia == 0) {
|
|
|
|
/* Find 1st non-loopback AF_INET address */
|
2001-11-04 23:55:25 +03:00
|
|
|
TAILQ_FOREACH(ia, &in_ifaddr, ia_list) {
|
1999-07-01 12:12:45 +04:00
|
|
|
if (!(ia->ia_ifp->if_flags & IFF_LOOPBACK))
|
|
|
|
break;
|
2000-02-01 03:05:07 +03:00
|
|
|
}
|
1999-07-01 12:12:45 +04:00
|
|
|
}
|
2000-02-01 03:05:07 +03:00
|
|
|
if (ia == NULL) {
|
1999-07-01 12:12:45 +04:00
|
|
|
*errorp = EADDRNOTAVAIL;
|
|
|
|
return NULL;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/*
|
|
|
|
* If the destination address is multicast and an outgoing
|
|
|
|
* interface has been set as a multicast option, use the
|
|
|
|
* address of that interface as our source address.
|
|
|
|
*/
|
|
|
|
if (IN_MULTICAST(sin->sin_addr.s_addr) && mopts != NULL) {
|
|
|
|
struct ip_moptions *imo;
|
|
|
|
struct ifnet *ifp;
|
|
|
|
|
|
|
|
imo = mopts;
|
|
|
|
if (imo->imo_multicast_ifp != NULL) {
|
|
|
|
ifp = imo->imo_multicast_ifp;
|
|
|
|
IFP_TO_IA(ifp, ia); /* XXX */
|
|
|
|
if (ia == 0) {
|
|
|
|
*errorp = EADDRNOTAVAIL;
|
|
|
|
return NULL;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return satosin(&ia->ia_addr);
|
|
|
|
}
|