tcp_syncache.c (34333b16cdbff9a44599686b809052878716f44e) | tcp_syncache.c (ef39adf007d3a9125dc4a03ece5a586c1519e8b8) |
---|---|
1/*- 2 * Copyright (c) 2001 McAfee, Inc. 3 * All rights reserved. 4 * 5 * This software was developed for the FreeBSD Project by Jonathan Lemon 6 * and McAfee Research, the Security Research Division of McAfee, Inc. under 7 * DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the 8 * DARPA CHATS research program. --- 46 unchanged lines hidden (view full) --- 55#include <net/route.h> 56 57#include <netinet/in.h> 58#include <netinet/in_systm.h> 59#include <netinet/ip.h> 60#include <netinet/in_var.h> 61#include <netinet/in_pcb.h> 62#include <netinet/ip_var.h> | 1/*- 2 * Copyright (c) 2001 McAfee, Inc. 3 * All rights reserved. 4 * 5 * This software was developed for the FreeBSD Project by Jonathan Lemon 6 * and McAfee Research, the Security Research Division of McAfee, Inc. under 7 * DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the 8 * DARPA CHATS research program. --- 46 unchanged lines hidden (view full) --- 55#include <net/route.h> 56 57#include <netinet/in.h> 58#include <netinet/in_systm.h> 59#include <netinet/ip.h> 60#include <netinet/in_var.h> 61#include <netinet/in_pcb.h> 62#include <netinet/ip_var.h> |
63#include <netinet/ip_options.h> |
|
63#ifdef INET6 64#include <netinet/ip6.h> 65#include <netinet/icmp6.h> 66#include <netinet6/nd6.h> 67#include <netinet6/ip6_var.h> 68#include <netinet6/in6_pcb.h> 69#endif 70#include <netinet/tcp.h> --- 1336 unchanged lines hidden --- | 64#ifdef INET6 65#include <netinet/ip6.h> 66#include <netinet/icmp6.h> 67#include <netinet6/nd6.h> 68#include <netinet6/ip6_var.h> 69#include <netinet6/in6_pcb.h> 70#endif 71#include <netinet/tcp.h> --- 1336 unchanged lines hidden --- |