summaryrefslogtreecommitdiff
path: root/Kernel/API/POSIX/netinet
AgeCommit message (Expand)Author
2022-11-05LibC: Add missing definitions for IPv6 packet infoClemens Wasser
2022-06-12Kernel: Add s6_addr32 field in in6_addr structTimur Sultanov
2022-05-05Kernel: Add IPv4 network class masksTim Schumacher
2021-12-28LibC: Add in6addr_loopback and IN6ADDR_LOOPBACK_INIT constantBrian Gianforcaro
2021-12-05Kernel: Add the IP_{BLOCK_SOURCE, UNBLOCK_SOURCE, OPTIONS} macrosIdan Horowitz
2021-10-28Kernel+LibC: Add support for the IPv4 TOS field via the IP_TOS sockoptIdan Horowitz
2021-09-09Kernel: Define INADDR_BROADCAST constantRodrigo Tobar
2021-08-14LibC: Add IPV6_JOIN_GROUP and IPV6_LEAVE_GROUP to netin/in.hKenneth Myhra
2021-08-14Kernel+LibC: Share definitions for netinet/in.hAndreas Kling