in6_proto.c (86413abf5fc300eb43a4207175bfa7ff88eefa1f) | in6_proto.c (33553d6e997f102da7a5f27d534b3ee57beb0a87) |
---|---|
1/*- 2 * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. 3 * 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 --- 53 unchanged lines hidden (view full) --- 62 63#include <sys/cdefs.h> 64__FBSDID("$FreeBSD$"); 65 66#include "opt_inet.h" 67#include "opt_inet6.h" 68#include "opt_ipsec.h" 69#include "opt_ipstealth.h" | 1/*- 2 * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. 3 * 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 --- 53 unchanged lines hidden (view full) --- 62 63#include <sys/cdefs.h> 64__FBSDID("$FreeBSD$"); 65 66#include "opt_inet.h" 67#include "opt_inet6.h" 68#include "opt_ipsec.h" 69#include "opt_ipstealth.h" |
70#include "opt_route.h" |
|
70#include "opt_carp.h" 71#include "opt_sctp.h" 72#include "opt_mpath.h" 73 74#include <sys/param.h> 75#include <sys/socket.h> 76#include <sys/socketvar.h> 77#include <sys/proc.h> --- 488 unchanged lines hidden --- | 71#include "opt_carp.h" 72#include "opt_sctp.h" 73#include "opt_mpath.h" 74 75#include <sys/param.h> 76#include <sys/socket.h> 77#include <sys/socketvar.h> 78#include <sys/proc.h> --- 488 unchanged lines hidden --- |