summaryrefslogtreecommitdiffstats
path: root/libc/include/netinet/in6.h
Commit message (Collapse)AuthorAgeFilesLines
* Add IN6ADDR_LOOPBACK_INIT macro to <netinet/in6.h>, as the kernel headers do ↵Steinar H. Gunderson2011-01-281-0/+1
| | | | | | not provide it anymore. Change-Id: I5af12b3f38097ed165e64a408253dc375aa605d7
* Add a new #define IN6_IS_ADDR_ULA, for testing for Universal Local IPv6 ↵Steinar H. Gunderson2011-01-051-0/+4
| | | | | | Unicast addresses (ULAs). These replace the old site-local IPv6 addresses. Change-Id: I2656423764569d07b92b8eb8fe6dcad6eba5b0bb
* libc: Add missing declarations in <netinet/in.h>David 'Digit' Turner2010-12-161-1/+6
| | | | | | | | | | | | | Add missing declarations: INET_ADDRSTRLEN IN6_IS_ADDR_MC_NODELOCAL IN6_IS_ADDR_MC_GLOBAL It has been reported that these prevent compilation of the Boost libraries with the NDK. The corresponding patch has already been performed under development/ndk/platforms/android-3/include. Change-Id: I4ac514973daf3c06a8ef5538d7df79142a98e562
* Make IPv6 definitions comply with RFC 3493:Lorenzo Colitti2009-06-161-0/+8
| | | | | - Add some definitions to netinet/in6.h - Include netinet/in6.h from netinet/in.h
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+93
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-93/+0
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-2/+32
|
* Initial Contributionandroid-1.0The Android Open Source Project2008-10-211-0/+63