netinet/tcp: Add TCPOPT, TCPOLEN constants
commit53f41fb568ae43034c9876cc9bd3961fd6d13671
authorKylie McClain <somasis@exherbo.org>
Wed, 30 Dec 2015 22:24:02 +0000 (30 17:24 -0500)
committerRich Felker <dalias@aerifal.cx>
Sun, 17 Jan 2016 22:37:36 +0000 (17 17:37 -0500)
treee9e8defb1328db649fbc71385c807402b84af57c
parent3cdbfb99c3beda1e04efcc94f0af2abc8dc5d4ad
netinet/tcp: Add TCPOPT, TCPOLEN constants

Programs such as iptables depend on these constants, which can also
be found defined in other libcs.

Since only TCP_* is reserved as part of tcp.h's namespace, we hide
them behind _BSD_SOURCE (and therefore _DEFAULT_SOURCE) to expose
them by default, but keep it standard conforming.
include/netinet/tcp.h