summaryrefslogtreecommitdiffstats
path: root/libc/include/netinet/icmp6.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove <netinet/icmp6.h> ni_* macros.Elliott Hughes2013-07-081-0/+4
| | | | | | | | glibc doesn't have these, and they prevent ping from building out of the box because it assumes it can define them. Bug: 9671560 Change-Id: I815f2a9c4fd96a0ea2952eb5a71ddf51e0763660
* Make bionic's <netinet/icmp6.h> standalone, like glibc's.Elliott Hughes2013-07-081-0/+2
| | | | | | | This removes the need for a bionic-specific hack in external/iproute2. Bug: 9671560 Change-Id: I9f15be0711d26bca863bd66be9a39606500fb948
* Fix IPv6 filtering definitions in netinet/icmp6.h.Lorenzo Colitti2013-07-081-6/+16
| | | | | | | | | | Linux and *BSD kernels use opposite values to indicate pass/block in ICMPv6 filters, and assign a different value to the ICMP6_FILTER sockopt. Bug: 9671560 Bug: 9469682 Change-Id: Ic0f1fcd48891add992acf97632f60aebd172c1d7
* Update icmp6.h to current NetBSD.Lorenzo Colitti2013-07-021-11/+59
| | | | | | | | | | This adds a few bits we need such as RFC 6106 support and the definition of MLD_LISTENER_REDUCTION. http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/netinet/icmp6.h?rev=1.47 Bug: 9469682 Change-Id: I97a4c2f0893012ce315334367c055097d0f8bb10
* Add icmp6.h and ip6.h files from current NetBSD libc.Steinar H. Gunderson2011-01-281-0/+730
Change-Id: I6b304dfbefaec74c5fb15b216f38d698a55f0642