tcp_output.c (34333b16cdbff9a44599686b809052878716f44e) | tcp_output.c (ef39adf007d3a9125dc4a03ece5a586c1519e8b8) |
---|---|
1/*- 2 * Copyright (c) 1982, 1986, 1988, 1990, 1993, 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 --- 43 unchanged lines hidden (view full) --- 52 53#include <net/route.h> 54 55#include <netinet/in.h> 56#include <netinet/in_systm.h> 57#include <netinet/ip.h> 58#include <netinet/in_pcb.h> 59#include <netinet/ip_var.h> | 1/*- 2 * Copyright (c) 1982, 1986, 1988, 1990, 1993, 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 --- 43 unchanged lines hidden (view full) --- 52 53#include <net/route.h> 54 55#include <netinet/in.h> 56#include <netinet/in_systm.h> 57#include <netinet/ip.h> 58#include <netinet/in_pcb.h> 59#include <netinet/ip_var.h> |
60#include <netinet/ip_options.h> |
|
60#ifdef INET6 61#include <netinet6/in6_pcb.h> 62#include <netinet/ip6.h> 63#include <netinet6/ip6_var.h> 64#endif 65#include <netinet/tcp.h> 66#define TCPOUTFLAGS 67#include <netinet/tcp_fsm.h> --- 1114 unchanged lines hidden --- | 61#ifdef INET6 62#include <netinet6/in6_pcb.h> 63#include <netinet/ip6.h> 64#include <netinet6/ip6_var.h> 65#endif 66#include <netinet/tcp.h> 67#define TCPOUTFLAGS 68#include <netinet/tcp_fsm.h> --- 1114 unchanged lines hidden --- |