diff options
| author | JINMEI Tatuya <jinmei@FreeBSD.org> | 2007-05-25 06:35:46 +0000 |
|---|---|---|
| committer | JINMEI Tatuya <jinmei@FreeBSD.org> | 2007-05-25 06:35:46 +0000 |
| commit | 75b398872854c01c3210823e4bfb879e7b864543 (patch) | |
| tree | 6db9fad01005e496ff4a84329356fe8ae4f376c3 /sys/netinet | |
| parent | cc1e53ab06f023eae62f8a3034b9b85f56951d02 (diff) | |
Notes
Diffstat (limited to 'sys/netinet')
| -rw-r--r-- | sys/netinet/icmp6.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/netinet/icmp6.h b/sys/netinet/icmp6.h index 3b6189a817d2..91b1658ad0f8 100644 --- a/sys/netinet/icmp6.h +++ b/sys/netinet/icmp6.h @@ -709,6 +709,11 @@ do { \ extern int icmp6_rediraccept; /* accept/process redirects */ extern int icmp6_redirtimeout; /* cache time for redirect routes */ + +#define ICMP6_NODEINFO_FQDNOK 0x1 +#define ICMP6_NODEINFO_NODEADDROK 0x2 +#define ICMP6_NODEINFO_TMPADDROK 0x4 +#define ICMP6_NODEINFO_GLOBALOK 0x8 #endif /* _KERNEL */ #endif /* not _NETINET_ICMP6_H_ */ |
