Deleted Added
full compact
icmp6.h (195699) icmp6.h (195727)
1/* $FreeBSD: head/sys/netinet/icmp6.h 195699 2009-07-14 22:48:30Z rwatson $ */
1/* $FreeBSD: head/sys/netinet/icmp6.h 195727 2009-07-16 21:13:04Z rwatson $ */
2/* $KAME: icmp6.h,v 1.46 2001/04/27 15:09:48 itojun Exp $ */
3
4/*-
5 * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions

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

714 icmp6_ifstat_inc(ifp, ifs6_out_redirect); \
715 break; \
716 } \
717} while (/*CONSTCOND*/ 0)
718
719VNET_DECLARE(int, icmp6_rediraccept); /* accept/process redirects */
720VNET_DECLARE(int, icmp6_redirtimeout); /* cache time for redirect routes */
721
2/* $KAME: icmp6.h,v 1.46 2001/04/27 15:09:48 itojun Exp $ */
3
4/*-
5 * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions

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

714 icmp6_ifstat_inc(ifp, ifs6_out_redirect); \
715 break; \
716 } \
717} while (/*CONSTCOND*/ 0)
718
719VNET_DECLARE(int, icmp6_rediraccept); /* accept/process redirects */
720VNET_DECLARE(int, icmp6_redirtimeout); /* cache time for redirect routes */
721
722#define V_icmp6_rediraccept VNET_GET(icmp6_rediraccept)
723#define V_icmp6_redirtimeout VNET_GET(icmp6_redirtimeout)
722#define V_icmp6_rediraccept VNET(icmp6_rediraccept)
723#define V_icmp6_redirtimeout VNET(icmp6_redirtimeout)
724
725#define ICMP6_NODEINFO_FQDNOK 0x1
726#define ICMP6_NODEINFO_NODEADDROK 0x2
727#define ICMP6_NODEINFO_TMPADDROK 0x4
728#define ICMP6_NODEINFO_GLOBALOK 0x8
729#endif /* _KERNEL */
730
731#endif /* not _NETINET_ICMP6_H_ */
724
725#define ICMP6_NODEINFO_FQDNOK 0x1
726#define ICMP6_NODEINFO_NODEADDROK 0x2
727#define ICMP6_NODEINFO_TMPADDROK 0x4
728#define ICMP6_NODEINFO_GLOBALOK 0x8
729#endif /* _KERNEL */
730
731#endif /* not _NETINET_ICMP6_H_ */