send.c (e7d02be19d40063783d6b8f1ff2bc4c7170fd434) send.c (3d0d5b21c9b2cfd7e48209340a090f63ca4bce03)
1/*-
2 * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
3 *
4 * Copyright (c) 2009-2010 Ana Kukec <anchie@FreeBSD.org>
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions

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

41#include <sys/socket.h>
42#include <sys/sockbuf.h>
43#include <sys/socketvar.h>
44#include <sys/types.h>
45
46#include <net/route.h>
47#include <net/if.h>
48#include <net/if_var.h>
1/*-
2 * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
3 *
4 * Copyright (c) 2009-2010 Ana Kukec <anchie@FreeBSD.org>
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions

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

41#include <sys/socket.h>
42#include <sys/sockbuf.h>
43#include <sys/socketvar.h>
44#include <sys/types.h>
45
46#include <net/route.h>
47#include <net/if.h>
48#include <net/if_var.h>
49#include <net/if_private.h>
49#include <net/vnet.h>
50
51#include <netinet/in.h>
52#include <netinet/in_kdtrace.h>
53#include <netinet/ip_var.h>
54#include <netinet/ip6.h>
55#include <netinet/icmp6.h>
56

--- 333 unchanged lines hidden ---
50#include <net/vnet.h>
51
52#include <netinet/in.h>
53#include <netinet/in_kdtrace.h>
54#include <netinet/ip_var.h>
55#include <netinet/ip6.h>
56#include <netinet/icmp6.h>
57

--- 333 unchanged lines hidden ---