aboutsummaryrefslogtreecommitdiff
path: root/libc/include/netinet
AgeCommit message (Expand)Author
2016-11-16Add and use constants for the Android API levels.Elliott Hughes
2016-09-16Remove remaining big-endian cruft.Elliott Hughes
2016-09-15Fix BYTE_ORDER check in <netinet/ip6.h>.Josh Gao
2016-09-08Provide static inlines for in6addr things.Dan Albert
2016-08-12POSIX says IPPORT_RESERVED is in <netdb.h>.Elliott Hughes
2016-07-22Always include <sys/cdefs.h>.Elliott Hughes
2016-07-22Make it possible to build bionic with -I instead of -isystem.Elliott Hughes
2016-05-16Merge "Fix <resolv.h> and <netinet/tcp.h> so dnscap builds."Elliott Hughes
2016-05-16Fix <resolv.h> and <netinet/tcp.h> so dnscap builds.Elliott Hughes
2016-05-16We have the _r ether_ntoa/ether_aton functions too.Elliott Hughes
2016-05-13Fix our *ether* headers mess.Elliott Hughes
2016-05-10Remove various bits of header cruft.Elliott Hughes
2016-04-29Add versioning information to symbols.Josh Gao
2016-04-07Make the network headers compile standalone.Josh Gao
2016-02-17Fix scope ids for link-local IPv6 addresses from getifaddrs(3).Elliott Hughes
2016-02-03Add in6addr_any and in6addr_loopback symbols.Elliott Hughes
2015-09-22<netinet/udp.h> should include <linux/udp.h>.Elliott Hughes
2014-08-19Add in_port_t and move it and in_addr_t to the correct header file.Elliott Hughes
2014-01-03Add TCPOPT_* constants.Elliott Hughes
2013-07-11Add TCP_INFO state enum values.Elliott Hughes
2013-07-08Remove <netinet/icmp6.h> ni_* macros.Elliott Hughes
2013-07-08Make bionic's <netinet/icmp6.h> standalone, like glibc's.Elliott Hughes
2013-07-08Fix IPv6 filtering definitions in netinet/icmp6.h.Lorenzo Colitti
2013-07-02Update icmp6.h to current NetBSD.Lorenzo Colitti
2013-06-05Ensure header files using __BEGIN_DECLS include sys/cdefs.h.Elliott Hughes
2012-09-12Update the kernel headers to match external/kernel-headers.Elliott Hughes
2011-05-18libc: enable IPTOS_MINCOST, fixup gethostbyaddr() proto.JP Abgrall
2011-01-28Add icmp6.h and ip6.h files from current NetBSD libc.Steinar H. Gunderson
2011-01-28Include the Linux ipv6.h header from netinet/in.h, to get things like in6_pkt...Steinar H. Gunderson
2011-01-28Add IN6ADDR_LOOPBACK_INIT macro to <netinet/in6.h>, as the kernel headers do ...Steinar H. Gunderson
2011-01-05Add a new #define IN6_IS_ADDR_ULA, for testing for Universal Local IPv6 Unica...Steinar H. Gunderson
2010-12-16libc: Add missing declarations in <netinet/in.h>David 'Digit' Turner
2009-06-16Make IPv6 definitions comply with RFC 3493:Lorenzo Colitti
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2008-12-17Code drop from //branches/cupcake/...@124589The Android Open Source Project
2008-10-21Initial Contributionandroid-1.0release-1.0The Android Open Source Project