summaryrefslogtreecommitdiff
path: root/include/netinet/ip.h
AgeCommit message (Collapse)AuthorLines
2019-12-22add uapi guards for new netinet/ip.h conflict with struct iphdrA. Wilcox-0/+2
This ensures that the musl definition of 'struct iphdr' does not conflict with the Linux kernel UAPI definition of it. Some software, i.e. net-tools, will not compile against 5.4 kernel headers without this patch and the corresponding Linux kernel patch.
2019-10-17remove indirect use of endian.h from public headersRich Felker-1/+0
building on commit 97d35a552ec5b6ddf7923dd2f9a8eb973526acea, __BYTE_ORDER is now available wherever alltypes.h is included. endian.h should not be used since, in the future, it will expose identifiers that are not in the reserved namespace for the headers which were previously using it.
2015-05-01add IPTOS_CLASS_* macros to netinet/ip.hSzabolcs Nagy-0/+12
These macros were introduced in glibc 2.12 to follow RFC 2474 which deprecates "IP Precedence" in favor of "Class Selector Codepoints".
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+186