tcp_reass.c (a65e12b09dcc0219f140ff2c3147e027aa8f2d35) | tcp_reass.c (ef39adf007d3a9125dc4a03ece5a586c1519e8b8) |
---|---|
1/*- 2 * Copyright (c) 1982, 1986, 1988, 1990, 1993, 1994, 1995 3 * The Regents of the University of California. All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * 1. Redistributions of source code must retain the above copyright --- 54 unchanged lines hidden (view full) --- 63#include <netinet/in.h> 64#include <netinet/in_pcb.h> 65#include <netinet/in_systm.h> 66#include <netinet/in_var.h> 67#include <netinet/ip.h> 68#include <netinet/ip_icmp.h> /* for ICMP_BANDLIM */ 69#include <netinet/icmp_var.h> /* for ICMP_BANDLIM */ 70#include <netinet/ip_var.h> | 1/*- 2 * Copyright (c) 1982, 1986, 1988, 1990, 1993, 1994, 1995 3 * The Regents of the University of California. All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * 1. Redistributions of source code must retain the above copyright --- 54 unchanged lines hidden (view full) --- 63#include <netinet/in.h> 64#include <netinet/in_pcb.h> 65#include <netinet/in_systm.h> 66#include <netinet/in_var.h> 67#include <netinet/ip.h> 68#include <netinet/ip_icmp.h> /* for ICMP_BANDLIM */ 69#include <netinet/icmp_var.h> /* for ICMP_BANDLIM */ 70#include <netinet/ip_var.h> |
71#include <netinet/ip_options.h> |
|
71#include <netinet/ip6.h> 72#include <netinet/icmp6.h> 73#include <netinet6/in6_pcb.h> 74#include <netinet6/ip6_var.h> 75#include <netinet6/nd6.h> 76#include <netinet/tcp.h> 77#include <netinet/tcp_fsm.h> 78#include <netinet/tcp_seq.h> --- 3172 unchanged lines hidden --- | 72#include <netinet/ip6.h> 73#include <netinet/icmp6.h> 74#include <netinet6/in6_pcb.h> 75#include <netinet6/ip6_var.h> 76#include <netinet6/nd6.h> 77#include <netinet/tcp.h> 78#include <netinet/tcp_fsm.h> 79#include <netinet/tcp_seq.h> --- 3172 unchanged lines hidden --- |