NetBSD/sys/netinet
lukem b1026bf11c Enable check in in_pcbbind() to enforce sin_family == AF_INET.
If there are any "old programs which incorrectly set this" left,
they will now fail with EAFNOSUPPORT.
This make in_pcbbind() consistent with in_pcbconnect() and the other
protocol families.

As per my PR [kern/4441], which has the comment:
	Steven's "TCP/IP Illustrated, Volume 2", page 730, notes that
	in_pcbbind() has the check which determines if sin_family == AF_INET
	commented out, but the same check in in_pcbconnect() is still active.
2003-03-16 03:33:28 +00:00
..
Makefile
fil.c
files.ipfilter
files.netinet
icmp6.h
icmp_var.h
if_arp.c Add MBUFTRACE kernel option. 2003-02-26 06:31:08 +00:00
if_atm.c
if_atm.h
if_ether.h
if_inarp.h
igmp.c
igmp.h
igmp_var.h
in.c
in.h C++ does not permit static a data member to have the same name as its 2003-01-27 09:57:09 +00:00
in4_cksum.c
in_cksum.c
in_gif.c
in_gif.h
in_pcb.c Enable check in in_pcbbind() to enforce sin_family == AF_INET. 2003-03-16 03:33:28 +00:00
in_pcb.h
in_proto.c
in_systm.h
in_var.h
ip.h
ip6.h
ip_auth.c
ip_auth.h
ip_compat.h vax -> __vax__. Didn't I fix this a year ago? 2003-03-05 13:19:59 +00:00
ip_ecn.c
ip_ecn.h
ip_encap.c correct panic when ip-in-ip encapsulation is used. found by Masanori Kanaoka 2003-01-21 03:23:44 +00:00
ip_encap.h switch from kame-based m_aux mbuf auxiliary data, to openbsd m_tag 2003-01-17 08:11:49 +00:00
ip_fil.c
ip_fil.h
ip_flow.c
ip_frag.c
ip_frag.h
ip_ftp_pxy.c
ip_gre.c
ip_gre.h
ip_h323_pxy.c
ip_icmp.c Add MBUFTRACE kernel option. 2003-02-26 06:31:08 +00:00
ip_icmp.h
ip_input.c Add MBUFTRACE kernel option. 2003-02-26 06:31:08 +00:00
ip_ipsec_pxy.c
ip_log.c
ip_mroute.c Add MBUFTRACE kernel option. 2003-02-26 06:31:08 +00:00
ip_mroute.h
ip_nat.c
ip_nat.h
ip_netbios_pxy.c
ip_output.c Add MBUFTRACE kernel option. 2003-02-26 06:31:08 +00:00
ip_proxy.c
ip_proxy.h
ip_raudio_pxy.c
ip_rcmd_pxy.c
ip_state.c
ip_state.h
ip_var.h Add MBUFTRACE kernel option. 2003-02-26 06:31:08 +00:00
ipl.h
raw_ip.c Add MBUFTRACE kernel option. 2003-02-26 06:31:08 +00:00
tcp.h
tcp_debug.c
tcp_debug.h
tcp_fsm.h
tcp_input.c Allow TCP connections to hosts on a local network to use a larger 2003-03-01 04:40:27 +00:00
tcp_output.c Allow TCP connections to hosts on a local network to use a larger 2003-03-01 04:40:27 +00:00
tcp_seq.h
tcp_subr.c Allow TCP connections to hosts on a local network to use a larger 2003-03-01 04:40:27 +00:00
tcp_timer.c Test callout_pending(), not callout_active(), and eliminate now-unnecessary 2003-02-03 23:50:59 +00:00
tcp_timer.h Use callout_setfunc() and callout_schedule(). 2003-02-04 03:31:32 +00:00
tcp_usrreq.c Add MBUFTRACE kernel option. 2003-02-26 06:31:08 +00:00
tcp_var.h Allow TCP connections to hosts on a local network to use a larger 2003-03-01 04:40:27 +00:00
tcpip.h
udp.h
udp_usrreq.c Add MBUFTRACE kernel option. 2003-02-26 06:31:08 +00:00
udp_var.h