Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
musl
/
fc85fb38605a8bf341c367b8ab0d36edab2bdbfc
/
include
/
netinet
60c46db
update tcp_info struct to linux v4.9
by Szabolcs Nagy
· 8 years ago
04983f2
make netinet/in.h suppress clashing definitions from kernel headers
by Rich Felker
· 8 years ago
71e8392
add missing if_ether.h constants
by Daniel Sabogal
· 8 years ago
8764333
update icmphdr struct following linux v4.8
by Szabolcs Nagy
· 8 years ago
cc7c95e
add TCP_REPAIR_WINDOW to netinet/tcp.h from linux v4.8
by Szabolcs Nagy
· 8 years ago
9487cc5
add ETH_P_NCSI to netinet/if_ether.h from linux v4.8
by Szabolcs Nagy
· 8 years ago
c6519d4
add UDP_ENCAP_GTP0, UDP_ENCAP_GTP1U from linux v4.7 to netinet/udp.h
by Szabolcs Nagy
· 8 years ago
befa586
make brace placement in public header struct definitions consistent
by Rich Felker
· 8 years ago
3498777
add new tcp_info fields from linux v4.6
by Szabolcs Nagy
· 8 years ago
7ea37c7
add ETH_P_MACSEC netinet/if_ether.h, new in linux v4.6
by Szabolcs Nagy
· 8 years ago
8ffa037
add IPV6_HDRINCL socket option from linux v4.5
by Szabolcs Nagy
· 9 years ago
2c9acc5
add new IP_BIND_ADDRESS_NO_PORT and IPPROTO_MPLS to netinet/in.h
by Szabolcs Nagy
· 9 years ago
4da2d96
update netinet/tcp.h for linux v4.2
by Szabolcs Nagy
· 9 years ago
53f41fb
netinet/tcp: Add TCPOPT, TCPOLEN constants
by Kylie McClain
· 9 years ago
20de36c
fix netinet/ether.h for c++
by Szabolcs Nagy
· 9 years ago
7561ac4
add IPTOS_CLASS_* macros to netinet/ip.h
by Szabolcs Nagy
· 10 years ago
1bfeb1d
add IP_CHECKSUM socket option to netinet/in.h
by Szabolcs Nagy
· 10 years ago
a0c90b9
add new IPV6_AUTOFLOWLABEL socket option in netinet/in.h
by Szabolcs Nagy
· 10 years ago
6119fa3
add pacing rate information to the tcp_info struct in tcp.h
by Szabolcs Nagy
· 10 years ago
4a142db
add new ethernet packet types ETH_P_80221, ETH_P_LOOPBACK
by Szabolcs Nagy
· 10 years ago
c350468
update netinet/in.h to match the current kernel uapi
by Szabolcs Nagy
· 10 years ago
d82db85
in.h: new IP_MTU_DISCOVER mode IP_PMTUDISC_INTERFACE
by Szabolcs Nagy
· 11 years ago
fb5a2ef
if_ether.h: new ethernet protocol type
by Szabolcs Nagy
· 11 years ago
e74f3b0
add parens when bit and arith ops are mixed in macros in public headers
by Szabolcs Nagy
· 11 years ago
89511cd
reduce namespace pollution in netinet/udp.h
by Rich Felker
· 11 years ago
685b1cd
fix use of legacy u_intN_t types in netinet/tcp.h
by Rich Felker
· 11 years ago
fdaaa68
add support for BSD struct tcphdr in netinet/tcp.h
by Rich Felker
· 11 years ago
acde013
fix remaining known namespace violations for netinet/in.h
by Rich Felker
· 11 years ago
c91ad4f
add netinet/igmp.h and multicast groups to netinet/in.h
by Rich Felker
· 11 years ago
e2b4525
add TCP_INFO and TCP_MD5SIG socket option related structures
by Timo Teräs
· 11 years ago
b0e9d57
add TCP_NOTSENT_LOWAT tcp socket option, new in linux v3.12
by Szabolcs Nagy
· 11 years ago
4b2c8fe
add linux tcp state enums
by Timo Teräs
· 11 years ago
7c0ca4d
add multicast structures from RFC 3678 to netinet/in.h
by Timo Teräs
· 11 years ago
0dc630e
netinet/in.h: add missing IP protocol numbers from the linux uapi headers
by Szabolcs Nagy
· 11 years ago
da19f88
only expose struct tcphdr under _GNU_SOURCE
by Rich Felker
· 11 years ago
09b2995
add struct tcphdr in netinet/tcp.h
by Rich Felker
· 11 years ago
b5c07e4
add if_ether.h constants ETH_P_802_3_MIN and ETH_P_BATMAN
by Szabolcs Nagy
· 11 years ago
b5e409d
remove TCP_COOKIE_TRANSACTIONS from tcp.h
by Szabolcs Nagy
· 11 years ago
9448b05
refactor headers, especially alltypes.h, and improve C++ ABI compat
by Rich Felker
· 11 years ago
fbcd820
add stubs for additional legacy ether.h functions
by Rich Felker
· 11 years ago
83966b3
add ether_aton[_r] and ether_ntoa[_r] functions
by Rich Felker
· 11 years ago
46f45f7
adding ethernet protocol ids to if_ether.h following linux
by Szabolcs Nagy
· 12 years ago
2e76210
add new linux tcp socket option flags to netinet/tcp.h
by Szabolcs Nagy
· 12 years ago
725c555
SOL_TCP is nonstandard and not in the reserved namespace
by Rich Felker
· 12 years ago
119645b
add missing multicast socket options to netinet/in.h
by Szabolcs Nagy
· 12 years ago
5d893e5
add some new-ish IPPROTO constants that were missing
by Rich Felker
· 12 years ago
3d3903f
tcp.h: add SOL_TCP, analoguous to udp.h
by rofl0r
· 12 years ago
b10d023
add IPPROTO_HOPOPTS to in.h
by Rich Felker
· 12 years ago
f59cedb
add IPPROTO_MAX to in.h
by Rich Felker
· 12 years ago
3cd084b
TCP_* is in the reserved namespace for tcp.h; make use of that
by Rich Felker
· 12 years ago
c1a9658
default features: make musl usable without feature test macros
by Rich Felker
· 12 years ago
419ae6d
support _BSD_SOURCE feature test macro
by Rich Felker
· 12 years ago
b47fdcd
add missing IN6_ARE_ADDR_EQUAL
by Rich Felker
· 12 years ago
e700e59
add one more bogus legacy header
by Rich Felker
· 12 years ago
ca2d3c6
add additional compatibility union member for ipv6 addresses
by Rich Felker
· 12 years ago
3ed8c9f
fix all missing instances of __cplusplus checks/extern "C" in headers
by Rich Felker
· 13 years ago
fd9e01e
fix some header typos
by Rich Felker
· 13 years ago
ca8373d
more bits junk (tcp.h)
by Rich Felker
· 13 years ago
c817566
move invariant netinet/in.h stuff out of bits/in.h
by Rich Felker
· 13 years ago
2b55a61
add IN_LOOPBACKNET constant (nonstandard but in reserved namespace)
by Rich Felker
· 14 years ago
d6a1e0c
resolve some header namespace non-issues
by Rich Felker
· 14 years ago
0b44a03
initial check-in, version 0.5.0
by Rich Felker
· 14 years ago