musl/include/netinet
Rich Felker 89511cd943 reduce namespace pollution in netinet/udp.h
the affected part of the header is responsible for providing both GNU
and BSD versions of the udphdr structure. previously, the
namespace-polluting GNU names were always used for the actual struct
members, and the BSD names, which are named in a manner resembling a
sane namespace, were always macros defined to expand to the GNU names.
now, unless _GNU_SOURCE is defined, the BSD names are used as the
actual structure members, and the macros and GNU names only come into
play when the application requests them.
2014-02-05 17:25:39 -05:00
..
ether.h add stubs for additional legacy ether.h functions 2013-07-01 13:50:02 -04:00
icmp6.h
if_ether.h add if_ether.h constants ETH_P_802_3_MIN and ETH_P_BATMAN 2013-07-24 22:17:24 +00:00
igmp.h add netinet/igmp.h and multicast groups to netinet/in.h 2013-12-20 11:42:03 -05:00
in.h fix remaining known namespace violations for netinet/in.h 2014-01-08 18:54:33 -05:00
in_systm.h add one more bogus legacy header 2012-05-10 23:32:28 -04:00
ip.h
ip6.h
ip_icmp.h
tcp.h fix use of legacy u_intN_t types in netinet/tcp.h 2014-02-05 17:22:26 -05:00
udp.h reduce namespace pollution in netinet/udp.h 2014-02-05 17:25:39 -05:00