musl/include/netinet
Rich Felker 725c55528d SOL_TCP is nonstandard and not in the reserved namespace
alternatively, we could define it in sys/socket.h since SO* is
reserved there, and tcp.h includes sys/socket.h in extensions mode.

note that SOL_TCP is simply wrong and it's only here for compatibility
with broken applications. the correct argument to pass for setting TCP
socket options is IPPROTO_TCP, which of course has the same value as
SOL_TCP but works everywhere.
2013-01-31 00:49:53 -05:00
..
icmp6.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
if_ether.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
in.h add missing multicast socket options to netinet/in.h 2013-01-12 19:42:39 +01:00
in_systm.h add one more bogus legacy header 2012-05-10 23:32:28 -04:00
ip.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
ip6.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
ip_icmp.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
tcp.h SOL_TCP is nonstandard and not in the reserved namespace 2013-01-31 00:49:53 -05:00
udp.h initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00