udp_usrreq.c (d46ff6bd1ed68ac4818f975a14f708f872a8904d) udp_usrreq.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

--- 54 unchanged lines hidden (view full) ---

63#include <netinet/in_var.h>
64#include <netinet/ip.h>
65#ifdef INET6
66#include <netinet/ip6.h>
67#endif
68#include <netinet/ip_icmp.h>
69#include <netinet/icmp_var.h>
70#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

--- 54 unchanged lines hidden (view full) ---

63#include <netinet/in_var.h>
64#include <netinet/ip.h>
65#ifdef INET6
66#include <netinet/ip6.h>
67#endif
68#include <netinet/ip_icmp.h>
69#include <netinet/icmp_var.h>
70#include <netinet/ip_var.h>
71#include <netinet/ip_options.h>
71#ifdef INET6
72#include <netinet6/ip6_var.h>
73#endif
74#include <netinet/udp.h>
75#include <netinet/udp_var.h>
76
77#ifdef FAST_IPSEC
78#include <netipsec/ipsec.h>

--- 1040 unchanged lines hidden ---
72#ifdef INET6
73#include <netinet6/ip6_var.h>
74#endif
75#include <netinet/udp.h>
76#include <netinet/udp_var.h>
77
78#ifdef FAST_IPSEC
79#include <netipsec/ipsec.h>

--- 1040 unchanged lines hidden ---