summaryrefslogtreecommitdiff
path: root/include/netinet/in.h
AgeCommit message (Expand)AuthorFilesLines
2022-03-08netinet/in.h: add INADDR_DUMMY from linux v5.13Szabolcs Nagy1-0/+1
2020-11-29netinet/in.h: add IP_RECVERR_4884 from linux v5.9Szabolcs Nagy1-0/+1
2020-09-09netinet/in.h: add IPPROTO_ macros from linux v5.6Szabolcs Nagy1-1/+3
2020-03-04remove duplicate definitions of INET[6]_ADDRSTRLENRich Felker1-2/+0
2019-07-01netinet/in.h: add INADDR_ALLSNOOPERS_GROUP from linux v5.1Szabolcs Nagy1-0/+1
2019-07-01netinet/in.h: add IPV6_ROUTER_ALERT_ISOLATE from linux v5.1Szabolcs Nagy1-0/+1
2019-03-13netinet/in.h add IPV6_MULTICAST_ALL from linux v4.20Szabolcs Nagy1-0/+1
2018-02-22netinet/in.h: add new IPV6_FREEBIND from linux v4.15Szabolcs Nagy1-0/+1
2017-11-05add IP_RECVFRAGSIZE and IPV6_RECVFRAGSIZE from linux v4.10Szabolcs Nagy1-0/+2
2017-08-29move IPPORT_RESERVED from netdb.h to netinet/in.hRich Felker1-0/+2
2016-11-07make netinet/in.h suppress clashing definitions from kernel headersRich Felker1-0/+15
2016-07-03make brace placement in public header struct definitions consistentRich Felker1-20/+10
2016-03-19add IPV6_HDRINCL socket option from linux v4.5Szabolcs Nagy1-0/+1
2016-01-24add new IP_BIND_ADDRESS_NO_PORT and IPPROTO_MPLS to netinet/in.hSzabolcs Nagy1-0/+2
2015-04-17add IP_CHECKSUM socket option to netinet/in.hSzabolcs Nagy1-0/+1
2014-10-08add new IPV6_AUTOFLOWLABEL socket option in netinet/in.hSzabolcs Nagy1-0/+1
2014-05-30update netinet/in.h to match the current kernel uapiSzabolcs Nagy1-1/+21
2014-02-25in.h: new IP_MTU_DISCOVER mode IP_PMTUDISC_INTERFACESzabolcs Nagy1-0/+1
2014-02-11add parens when bit and arith ops are mixed in macros in public headersSzabolcs Nagy1-1/+1
2014-01-08fix remaining known namespace violations for netinet/in.hRich Felker1-22/+14
2013-12-20add netinet/igmp.h and multicast groups to netinet/in.hRich Felker1-0/+5
2013-11-23add multicast structures from RFC 3678 to netinet/in.hTimo Teräs1-1/+42
2013-09-15netinet/in.h: add missing IP protocol numbers from the linux uapi headersSzabolcs Nagy1-0/+2
2013-07-22refactor headers, especially alltypes.h, and improve C++ ABI compatRich Felker1-9/+5
2013-01-12add missing multicast socket options to netinet/in.hSzabolcs Nagy1-0/+17
2013-01-01add some new-ish IPPROTO constants that were missingRich Felker1-0/+3
2012-09-08add IPPROTO_HOPOPTS to in.hRich Felker1-0/+1
2012-09-08add IPPROTO_MAX to in.hRich Felker1-0/+1
2012-05-11add missing IN6_ARE_ADDR_EQUALRich Felker1-0/+5
2012-05-03add additional compatibility union member for ipv6 addressesRich Felker1-0/+2
2011-11-10fix all missing instances of __cplusplus checks/extern "C" in headersRich Felker1-0/+8
2011-09-20fix some header typosRich Felker1-1/+1
2011-09-18move invariant netinet/in.h stuff out of bits/in.hRich Felker1-2/+147
2011-04-06add IN_LOOPBACKNET constant (nonstandard but in reserved namespace)Rich Felker1-0/+2
2011-02-20resolve some header namespace non-issuesRich Felker1-2/+0
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker1-0/+158