diff options
Diffstat (limited to 'include/netinet/icmp6.h')
| -rw-r--r-- | include/netinet/icmp6.h | 30 | 
1 files changed, 15 insertions, 15 deletions
| diff --git a/include/netinet/icmp6.h b/include/netinet/icmp6.h index c5138a39c..0cb1aa6a6 100644 --- a/include/netinet/icmp6.h +++ b/include/netinet/icmp6.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1991,92,93,94,95,96,97,2000 Free Software Foundation, Inc. +/* Copyright (C) 1991-1997,2000,2006 Free Software Foundation, Inc.     This file is part of the GNU C Library.     The GNU C Library is free software; you can redistribute it and/or @@ -191,13 +191,13 @@ struct nd_opt_hdr             /* Neighbor discovery option header */      /* followed by option specific data */    }; -#define  ND_OPT_SOURCE_LINKADDR       1 -#define  ND_OPT_TARGET_LINKADDR       2 -#define  ND_OPT_PREFIX_INFORMATION    3 -#define  ND_OPT_REDIRECTED_HEADER     4 -#define  ND_OPT_MTU                   5 -#define  ND_OPT_RTR_ADV_INTERVAL      7 -#define  ND_OPT_HOME_AGENT_INFO       8 +#define ND_OPT_SOURCE_LINKADDR		1 +#define ND_OPT_TARGET_LINKADDR		2 +#define ND_OPT_PREFIX_INFORMATION	3 +#define ND_OPT_REDIRECTED_HEADER	4 +#define ND_OPT_MTU			5 +#define ND_OPT_RTR_ADV_INTERVAL		7 +#define ND_OPT_HOME_AGENT_INFO		8  struct nd_opt_prefix_info     /* prefix information */    { @@ -211,9 +211,9 @@ struct nd_opt_prefix_info     /* prefix information */      struct in6_addr  nd_opt_pi_prefix;    }; -#define ND_OPT_PI_FLAG_ONLINK        0x80 -#define ND_OPT_PI_FLAG_AUTO          0x40 -#define ND_OPT_PI_FLAG_RADDR         0x20 +#define ND_OPT_PI_FLAG_ONLINK	0x80 +#define ND_OPT_PI_FLAG_AUTO	0x40 +#define ND_OPT_PI_FLAG_RADDR	0x20  struct nd_opt_rd_hdr          /* redirected header */    { @@ -300,11 +300,11 @@ struct rr_pco_use      /* use prefix part */  #define ICMP6_RR_PCOUSE_RAFLAGS_AUTO    0x10  #if BYTE_ORDER == BIG_ENDIAN -# define ICMP6_RR_PCOUSE_DECRVLTIME      0x80000000 -# define ICMP6_RR_PCOUSE_DECRPLTIME      0x40000000 +# define ICMP6_RR_PCOUSE_FLAGS_DECRVLTIME 0x80000000 +# define ICMP6_RR_PCOUSE_FLAGS_DECRPLTIME 0x40000000  #elif BYTE_ORDER == LITTLE_ENDIAN -# define ICMP6_RR_PCOUSE_DECRVLTIME      0x80 -# define ICMP6_RR_PCOUSE_DECRPLTIME      0x40 +# define ICMP6_RR_PCOUSE_FLAGS_DECRVLTIME 0x80 +# define ICMP6_RR_PCOUSE_FLAGS_DECRPLTIME 0x40  #endif  struct rr_result       /* router renumbering result message */ | 
