NetBSD/sys/netinet
dyoung 2527883e86 s/8/NBBY/ 2008-04-10 18:09:14 +00:00
..
Makefile Work in progress: use a raw socket for GRE in IP encapsulation 2007-10-05 03:28:12 +00:00
cpu_in_cksum.c Refactor in_cksum/in4_cksum/in6_cksum implementations: 2008-01-25 21:12:10 +00:00
files.ipfilter defflag IPFILTER_LOOKUP. 2006-09-17 13:43:15 +00:00
files.netinet Refactor in_cksum/in4_cksum/in6_cksum implementations: 2008-01-25 21:12:10 +00:00
icmp6.h Change ICMP6 stats from a structure to an array of uint64_t's. 2008-04-08 15:04:35 +00:00
icmp_var.h Change ICMP stats from a structure to an array of uint64_t's. 2008-04-06 19:04:48 +00:00
if_arp.c Now that __HAVE_TIMECOUNTER and __HAVE_GENERIC_TODR are invariants, 2008-01-20 18:09:03 +00:00
if_atm.c We cannot sleep in a software interrupt, so do not sockaddr_dl_alloc(..., 2007-09-05 05:29:35 +00:00
if_atm.h KNF: de-__P, bzero -> memset, bcmp -> memcmp. Remove extraneous 2007-02-17 22:34:07 +00:00
if_ether.h Convert many of the uses of __attribute__ to equivalent 2007-12-25 18:33:32 +00:00
if_inarp.h Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
igmp.c Get rid of some gratuitous casts and join some lines. 2007-04-25 00:11:18 +00:00
igmp.h Convert many of the uses of __attribute__ to equivalent 2007-12-25 18:33:32 +00:00
igmp_var.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-10 23:31:41 +00:00
in.c s/8/NBBY/ 2008-04-10 18:09:14 +00:00
in.h Refactor in_cksum/in4_cksum/in6_cksum implementations: 2008-01-25 21:12:10 +00:00
in4_cksum.c Explicitly predict panic conditions as false. 2008-02-12 13:05:55 +00:00
in_cksum.c Refactor in_cksum/in4_cksum/in6_cksum implementations: 2008-01-25 21:12:10 +00:00
in_gif.c Change IP stats from a structure to an array of uint64_t's. 2008-04-07 06:31:27 +00:00
in_gif.h New EtherIP driver based on tap(4) and gif(4) by Hans Rosenfeld. 2006-11-23 04:07:07 +00:00
in_ifattach.h Add a source-address selection policy mechanism to the kernel. 2006-11-13 05:13:38 +00:00
in_offload.c Constify. 2007-04-24 23:43:50 +00:00
in_offload.h Move IN_NEED_CHECKSUM() to in_offload.h for re-use. 2007-11-28 04:14:11 +00:00
in_pcb.c Use rtcache_validate() instead of rtcache_getrt(). Shorten staircase 2008-01-14 04:19:09 +00:00
in_pcb.h Oops. Remove kauth.h inclusion. 2007-12-16 18:39:57 +00:00
in_pcb_hdr.h Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
in_proto.c Work in progress: use a raw socket for GRE in IP encapsulation 2007-10-05 03:28:12 +00:00
in_proto.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-10 23:31:41 +00:00
in_selsrc.c Use IFADDR_FOREACH(). 2007-12-04 10:31:14 +00:00
in_selsrc.h Add a source-address selection policy mechanism to the kernel. 2006-11-13 05:13:38 +00:00
in_systm.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-10 23:31:41 +00:00
in_var.h Add a new ip_id generation scheme based on a Fisher-Yates shuffle over a 2008-02-06 03:20:50 +00:00
ip.h Convert many of the uses of __attribute__ to equivalent 2007-12-25 18:33:32 +00:00
ip6.h Convert many of the uses of __attribute__ to equivalent 2007-12-25 18:33:32 +00:00
ip_carp.c Set scope on IPv6 multicast address to give carp a chance to work for IPv6, too. 2008-03-15 16:44:03 +00:00
ip_carp.h KNF: de-__P, bzero -> memset, bcmp -> memcmp. Remove extraneous 2007-02-17 22:34:07 +00:00
ip_ecn.c Import of TCP ECN algorithm for congestion control. 2006-09-05 00:29:35 +00:00
ip_ecn.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-10 23:31:41 +00:00
ip_encap.c Use LIST_FOREACH(). 2007-06-13 04:55:25 +00:00
ip_encap.h KNF: de-__P, bzero -> memset, bcmp -> memcmp. Remove extraneous 2007-02-17 22:34:07 +00:00
ip_etherip.c Change IP stats from a structure to an array of uint64_t's. 2008-04-07 06:31:27 +00:00
ip_etherip.h New EtherIP driver based on tap(4) and gif(4) by Hans Rosenfeld. 2006-11-23 04:07:07 +00:00
ip_flow.c - ipflow is not used outside ip_flow.c; move its definition there. 2008-04-09 05:14:20 +00:00
ip_icmp.c Change ICMP stats from a structure to an array of uint64_t's. 2008-04-06 19:04:48 +00:00
ip_icmp.h Convert many of the uses of __attribute__ to equivalent 2007-12-25 18:33:32 +00:00
ip_id.c Add a new ip_id generation scheme based on a Fisher-Yates shuffle over a 2008-02-06 03:20:50 +00:00
ip_input.c - ipflow is not used outside ip_flow.c; move its definition there. 2008-04-09 05:14:20 +00:00
ip_mroute.c Add a new ip_id generation scheme based on a Fisher-Yates shuffle over a 2008-02-06 03:20:50 +00:00
ip_mroute.h Convert many of the uses of __attribute__ to equivalent 2007-12-25 18:33:32 +00:00
ip_output.c Change IP stats from a structure to an array of uint64_t's. 2008-04-07 06:31:27 +00:00
ip_var.h - ipflow is not used outside ip_flow.c; move its definition there. 2008-04-09 05:14:20 +00:00
pim.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-10 23:31:41 +00:00
pim_var.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-10 23:31:41 +00:00
raw_ip.c Change IP stats from a structure to an array of uint64_t's. 2008-04-07 06:31:27 +00:00
tcp.h Convert many of the uses of __attribute__ to equivalent 2007-12-25 18:33:32 +00:00
tcp_congctl.c Rework tcp congctl selection code so that the congctl entries can be const. 2008-02-29 07:39:17 +00:00
tcp_congctl.h Rework tcp congctl selection code so that the congctl entries can be const. 2008-02-29 07:39:17 +00:00
tcp_debug.c Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
tcp_debug.h Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
tcp_fsm.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-10 23:31:41 +00:00
tcp_input.c Change TCP stats from a structure to an array of uint64_t's. 2008-04-08 01:03:58 +00:00
tcp_output.c Change TCP stats from a structure to an array of uint64_t's. 2008-04-08 01:03:58 +00:00
tcp_sack.c Pass an ipl argument to pool_init/POOL_INIT to be used when initializing 2007-03-12 18:18:22 +00:00
tcp_seq.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-10 23:31:41 +00:00
tcp_subr.c Change TCP stats from a structure to an array of uint64_t's. 2008-04-08 01:03:58 +00:00
tcp_timer.c Change TCP stats from a structure to an array of uint64_t's. 2008-04-08 01:03:58 +00:00
tcp_timer.h - per socket keepalive settings 2007-06-20 15:29:17 +00:00
tcp_usrreq.c Change TCP stats from a structure to an array of uint64_t's. 2008-04-08 01:03:58 +00:00
tcp_var.h Change TCP stats from a structure to an array of uint64_t's. 2008-04-08 01:03:58 +00:00
tcpip.h Convert many of the uses of __attribute__ to equivalent 2007-12-25 18:33:32 +00:00
udp.h Convert many of the uses of __attribute__ to equivalent 2007-12-25 18:33:32 +00:00
udp_usrreq.c Change IPv6 stats from a structure to an array of uint64_t's. 2008-04-08 23:37:43 +00:00
udp_var.h Change UDP stats from a structure to an array of uint64_t's. 2008-04-06 20:17:27 +00:00