index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibC
/
netinet
Age
Commit message (
Expand
)
Author
2023-04-29
LibC: Add Ipv6 address checking macros to netinet/in.h
Nicolas Josef Zunker
2022-08-23
LibC: Add missing sys/cdefs.h include
Emily Trau
2022-05-05
LibC: Add IN6_IS_ADDR_MULTICAST
Tim Schumacher
2022-03-02
LibC: Add TCP_MAXSEG to tcp.h
Peter Ross
2022-03-02
LibC: Add IN_MULTICAST to in.h
Peter Ross
2022-02-03
LibC: Add IN6_IS_ADDR_LINKLOCAL to in.h
Brian Gianforcaro
2021-12-22
LibC: Add the netinet/if_ether.h header and define ETH_ALEN
Idan Horowitz
2021-11-06
LibC: Correctly evaluate addr in IN6_IS_ADDR_LOOPBACK
Tim Schumacher
2021-09-20
LibC: Spec compliant IN6_IS_ADDR_V4MAPPED
Kenneth Myhra
2021-09-19
LibC: Declare IN6_IS_ADDR_V4MAPPED correctly
Kenneth Myhra
2021-08-22
LibC: Make <netinet/in.h> more POSIX compliant
Peter Elliott
2021-08-14
Kernel+LibC: Share definitions for netinet/in.h
Andreas Kling
2021-08-03
LibC: Add definition for 'struct ip' in netinet/ip.h
Thomas Wagenveld
2021-05-09
LibC: Add definitions/stubs for IPv6 functionality
Gunnar Beutner
2021-05-05
Kernel: Implement IP multicast support
Sergey Bugaev
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-18
LibC: Add netinet/in_systm.h
Hendiadyoin1
2021-03-04
Everywhere: Remove unnecessary `clang-format off`s
William McPherson
2021-02-15
LibC: Fix typo in comment
Ben Wiederhake
2021-02-08
LibC: Define ICMP header type constants in netinet/ip_icmp.h
Linus Groh
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling