NetBSD/sys/netinet
kefren 006aecc2c4 get rid of ip_len local variable. Use ntohs(ip->ip_len) like the rest
of the code in the two places this variable was used
2013-02-02 07:00:40 +00:00
..
Makefile install header files from IPF 5.1.2 (sys/external/bsd/ipf) instead of 2012-09-15 17:41:59 +00:00
accept_filter.h
accf_data.c
accf_http.c
cpu_in_cksum.c
files.ipfilter move back to 5.1.1 in the new place 2012-03-23 21:30:18 +00:00
files.netinet rename rfc6056 -> portalgo, requested by yamt 2012-06-25 15:28:38 +00:00
icmp6.h <grmbl>whitespace</grmbl> 2012-07-19 21:08:42 +00:00
icmp_private.h
icmp_var.h put the histograms last and make them autosize (breaks compat with netstat). 2011-12-24 19:54:41 +00:00
if_arp.c Remove dead variable 2012-01-02 22:17:11 +00:00
if_atm.c Add missing "\n" in log(9) 2012-09-24 03:05:53 +00:00
if_atm.h
if_ether.h
if_inarp.h Requires <sys/queue.h> for LIST_ENTRY and netinet/in.h for struct in_addr. 2012-09-30 05:13:12 +00:00
igmp.c check against NULL 2012-01-09 14:31:21 +00:00
igmp.h
igmp_var.h
in.c Simply use the ifa_addr pointer, rather than taking its address. 2012-06-08 15:01:51 +00:00
in.h PR/46602: Move the rfc6056 port randomization to the IP layer. 2012-06-22 14:54:34 +00:00
in4_cksum.c fix assertions 2011-04-25 22:04:32 +00:00
in_cksum.c
in_gif.c check against NULL 2012-01-09 14:31:21 +00:00
in_gif.h
in_ifattach.h
in_offload.c ip_undefer_csum: 2011-04-25 22:11:31 +00:00
in_offload.h undefer csum in looutput. 2011-04-25 22:20:59 +00:00
in_pcb.c rename rfc6056 -> portalgo, requested by yamt 2012-06-25 15:28:38 +00:00
in_pcb.h rename rfc6056 -> portalgo, requested by yamt 2012-06-25 15:28:38 +00:00
in_pcb_hdr.h rename rfc6056 -> portalgo, requested by yamt 2012-06-25 15:28:38 +00:00
in_proto.c remove KAME IPSEC, replaced by FAST_IPSEC 2012-03-22 20:34:37 +00:00
in_proto.h
in_selsrc.c Add some pre-processor magic to verify that the type of the data item 2012-06-02 21:36:41 +00:00
in_selsrc.h
in_systm.h
in_var.h
ip.h fix typo 2012-11-02 21:07:07 +00:00
ip6.h
ip_carp.c make this compile. 2012-08-20 16:01:37 +00:00
ip_carp.h
ip_ecn.c
ip_ecn.h
ip_encap.c Retire varargs.h support. Move machine/stdarg.h logic into MI 2011-07-17 20:54:30 +00:00
ip_encap.h
ip_etherip.c Retire varargs.h support. Move machine/stdarg.h logic into MI 2011-07-17 20:54:30 +00:00
ip_etherip.h
ip_flow.c Remove ipf_start from ipf struct 2012-01-19 13:13:48 +00:00
ip_icmp.c remove KAME IPSEC, replaced by FAST_IPSEC 2012-03-22 20:34:37 +00:00
ip_icmp.h missing comma 2011-12-24 20:18:54 +00:00
ip_id.c First step of random number subsystem rework described in 2011-11-19 22:51:18 +00:00
ip_input.c Add a new sysctl to mark ports as reserved, so that they are not used in 2012-11-29 02:07:20 +00:00
ip_mroute.c Add missing "\n" in log(9) 2012-09-24 03:05:53 +00:00
ip_mroute.h
ip_output.c get rid of ip_len local variable. Use ntohs(ip->ip_len) like the rest 2013-02-02 07:00:40 +00:00
ip_private.h
ip_reass.c Don't increment ip_nfragpackets when failed to allocate fragment queue. 2011-06-27 00:45:50 +00:00
ip_var.h *_drain() routines may be called with locks held, so instead of doing 2011-05-03 17:44:30 +00:00
pim.h
pim_var.h
portalgo.c use __BITMAP_TYPE 2012-12-07 02:27:29 +00:00
portalgo.h Add a new sysctl to mark ports as reserved, so that they are not used in 2012-11-29 02:07:20 +00:00
raw_ip.c remove KAME IPSEC, replaced by FAST_IPSEC 2012-03-22 20:34:37 +00:00
tcp.h make standalone 2012-01-07 20:20:22 +00:00
tcp_congctl.c simplify code a little. no functional changes. 2011-04-08 11:15:11 +00:00
tcp_congctl.h - comments 2011-04-14 15:57:02 +00:00
tcp_debug.c
tcp_debug.h
tcp_fsm.h
tcp_input.c remove unintended commit (this was to avoid a bug in the hme driver which 2012-06-22 15:09:36 +00:00
tcp_output.c remove KAME IPSEC, replaced by FAST_IPSEC 2012-03-22 20:34:37 +00:00
tcp_private.h
tcp_sack.c Use proper ANSI prototypes for foo() -> foo(void) 2012-01-30 23:31:27 +00:00
tcp_seq.h
tcp_subr.c Fix a bug that kmem_alloc() is called from the interrupt context. 2012-09-08 02:58:13 +00:00
tcp_timer.c NULL does not need a cast 2011-08-31 18:31:02 +00:00
tcp_timer.h Note units and current value for TCP_DELACK_TICKS. 2011-05-24 18:37:52 +00:00
tcp_usrreq.c Add some pre-processor magic to verify that the type of the data item 2012-06-02 21:36:41 +00:00
tcp_var.h Entropy-pool implementation move and cleanup. 2012-02-02 19:42:57 +00:00
tcp_vtw.c add a big comment 2012-04-13 15:37:12 +00:00
tcp_vtw.h Add RCS keyword. Avoid overflow in constant. 2012-11-23 14:48:31 +00:00
tcpip.h
udp.h PR/46602: Move the rfc6056 port randomization to the IP layer. 2012-06-22 14:54:34 +00:00
udp_private.h
udp_usrreq.c PR/46602: Move the rfc6056 port randomization to the IP layer. 2012-06-22 14:54:34 +00:00
udp_var.h PR/46602: Move the rfc6056 port randomization to the IP layer. 2012-06-22 14:54:34 +00:00