NetBSD/sys/netinet
itojun 91d888cd38 avoid SIOCSIFADDR if there's an IPv4 address already.
the comment doesn't match the behavior, it seems that the code assumed that
there's only one IPv4 address on an interface.  sync w/kame
2002-09-04 00:03:58 +00:00
..
fil.c whitespace 2002-06-09 16:33:36 +00:00
icmp6.h whitespace 2002-06-09 16:33:36 +00:00
icmp_var.h Changes to allow the IPv4 and IPv6 layers to align headers themseves, 2002-06-30 22:40:32 +00:00
if_arp.c If we need to fix up ar_hrd field, we must do it before using ar_tpa/tha. 2002-06-25 04:16:31 +00:00
if_atm.c whitespace 2002-06-09 16:33:36 +00:00
if_atm.h whitespace 2002-06-09 16:33:36 +00:00
if_ether.h
if_inarp.h
igmp_var.h Changes to allow the IPv4 and IPv6 layers to align headers themseves, 2002-06-30 22:40:32 +00:00
igmp.c avoid swapping endian of ip_len and ip_off on mbuf, to meet with M_LEADINGSPACE 2002-08-14 00:23:27 +00:00
igmp.h
in4_cksum.c be friendly with gcc-3.1.1 -O2, which takes advantage of ANSI C 2002-07-29 09:14:36 +00:00
in_cksum.c whitespace 2002-06-09 16:33:36 +00:00
in_gif.c avoid swapping endian of ip_len and ip_off on mbuf, to meet with M_LEADINGSPACE 2002-08-14 00:23:27 +00:00
in_gif.h
in_pcb.c share policy-on-pcb for listening socket. sync w/kame 2002-06-11 19:39:59 +00:00
in_pcb.h whitespace 2002-06-09 16:33:36 +00:00
in_proto.c whitespace 2002-06-09 16:33:36 +00:00
in_systm.h
in_var.h Eliminate commons. 2002-05-12 20:33:50 +00:00
in.c avoid SIOCSIFADDR if there's an IPv4 address already. 2002-09-04 00:03:58 +00:00
in.h Define uint{8,32}_t locally, per XNS5.2/POSIX-2001, and use them in this 2002-05-13 13:34:32 +00:00
ip6.h
ip_auth.c whitespace 2002-06-09 16:33:36 +00:00
ip_auth.h
ip_compat.h whitespace 2002-06-09 16:33:36 +00:00
ip_ecn.c
ip_ecn.h
ip_encap.c remove packed attribute as it will cause data be unaligned 2002-07-31 03:18:04 +00:00
ip_encap.h
ip_fil.c whitespace 2002-06-09 16:33:36 +00:00
ip_fil.h Fix iplog problem on sparc64 [from Tomi Nylund] 2002-07-01 13:55:35 +00:00
ip_flow.c Changes to allow the IPv4 and IPv6 layers to align headers themseves, 2002-06-30 22:40:32 +00:00
ip_frag.c avoid swapping endian of ip_len and ip_off on mbuf, to meet with M_LEADINGSPACE 2002-08-14 00:23:27 +00:00
ip_frag.h
ip_ftp_pxy.c Fix compilation problems 2002-05-02 17:13:27 +00:00
ip_gre.c avoid swapping endian of ip_len and ip_off on mbuf, to meet with M_LEADINGSPACE 2002-08-14 00:23:27 +00:00
ip_gre.h whitespace 2002-06-09 16:33:36 +00:00
ip_h323_pxy.c whitespace 2002-06-09 16:33:36 +00:00
ip_icmp.c avoid swapping endian of ip_len and ip_off on mbuf, to meet with M_LEADINGSPACE 2002-08-14 00:23:27 +00:00
ip_icmp.h whitespace 2002-06-09 16:33:36 +00:00
ip_input.c avoid swapping endian of ip_len and ip_off on mbuf, to meet with M_LEADINGSPACE 2002-08-14 00:23:27 +00:00
ip_ipsec_pxy.c
ip_log.c Fix iplog problem on sparc64 [from Tomi Nylund] 2002-07-01 13:55:35 +00:00
ip_mroute.c avoid swapping endian of ip_len and ip_off on mbuf, to meet with M_LEADINGSPACE 2002-08-14 00:23:27 +00:00
ip_mroute.h whitespace 2002-06-09 16:33:36 +00:00
ip_nat.c whitespace 2002-06-09 16:33:36 +00:00
ip_nat.h Upgraded IPFilter to 3.4.27 2002-05-02 17:11:37 +00:00
ip_netbios_pxy.c whitespace 2002-06-09 16:33:36 +00:00
ip_output.c avoid swapping endian of ip_len and ip_off on mbuf, to meet with M_LEADINGSPACE 2002-08-14 00:23:27 +00:00
ip_proxy.c whitespace 2002-06-09 16:33:36 +00:00
ip_proxy.h
ip_raudio_pxy.c
ip_rcmd_pxy.c
ip_state.c whitespace 2002-06-09 16:33:36 +00:00
ip_state.h Upgraded IPFilter to 3.4.27 2002-05-02 17:11:37 +00:00
ip_var.h Changes to allow the IPv4 and IPv6 layers to align headers themseves, 2002-06-30 22:40:32 +00:00
ip.h
ipl.h Upgraded IPFilter to 3.4.27 2002-05-02 17:11:37 +00:00
Makefile
raw_ip.c avoid swapping endian of ip_len and ip_off on mbuf, to meet with M_LEADINGSPACE 2002-08-14 00:23:27 +00:00
tcp_debug.c whitespace 2002-06-09 16:33:36 +00:00
tcp_debug.h
tcp_fsm.h
tcp_input.c Fix a problem introduced in rev 1.103, where we recycle a TIME_WAIT 2002-08-28 02:23:57 +00:00
tcp_output.c Never send more than half a socket buffer of data. This insures that 2002-08-20 16:29:42 +00:00
tcp_seq.h
tcp_subr.c avoid swapping endian of ip_len and ip_off on mbuf, to meet with M_LEADINGSPACE 2002-08-14 00:23:27 +00:00
tcp_timer.c whitespace 2002-06-09 16:33:36 +00:00
tcp_timer.h
tcp_usrreq.c Rename sbappend_stream() to sbappendstream(), per suggestion from 2002-07-03 21:36:57 +00:00
tcp_var.h Changes to allow the IPv4 and IPv6 layers to align headers themseves, 2002-06-30 22:40:32 +00:00
tcp.h
tcpip.h
udp_usrreq.c avoid swapping endian of ip_len and ip_off on mbuf, to meet with M_LEADINGSPACE 2002-08-14 00:23:27 +00:00
udp_var.h Changes to allow the IPv4 and IPv6 layers to align headers themseves, 2002-06-30 22:40:32 +00:00
udp.h