ladybird/Kernel/Net
Peter Elliott f20902deb3 Kernel: Support sending filedescriptors with sendmsg(2) and SCM_RIGHTS
This is necessary to support the wayland protocol.
I also moved the CMSG_* macros to the kernel API since they are used in
both kernel and userspace.
this does not break ntpquery/SCM_TIMESTAMP.
2023-02-19 00:37:37 +01:00
..
Intel Kernel: Remove declarations for non-existent methods 2023-01-27 20:33:18 +00:00
Realtek Kernel: Remove declarations for non-existent methods 2023-01-27 20:33:18 +00:00
ARP.h
EthernetFrameHeader.h
EtherType.h
ICMP.h
IPv4.h
IPv4Socket.cpp Everywhere: Remove needless copies of Error / ErrorOr instances 2023-02-10 09:08:52 +00:00
IPv4Socket.h
IPv4SocketTuple.h
LocalSocket.cpp Kernel: Support sending filedescriptors with sendmsg(2) and SCM_RIGHTS 2023-02-19 00:37:37 +01:00
LocalSocket.h Kernel: Support sending filedescriptors with sendmsg(2) and SCM_RIGHTS 2023-02-19 00:37:37 +01:00
LoopbackAdapter.cpp
LoopbackAdapter.h Kernel/Net: Get the correct interface type in SIOCGIFHWADDR ioctl 2023-01-13 15:44:04 +01:00
NetworkAdapter.cpp Kernel: Pass ipv4_packet_size to ipv4.set_length() 2023-02-05 22:14:14 +00:00
NetworkAdapter.h Kernel/Net: Get the correct interface type in SIOCGIFHWADDR ioctl 2023-01-13 15:44:04 +01:00
NetworkingManagement.cpp Kernel/Net: Propagate proper errno codes from determine_network_device 2023-02-10 09:14:20 +00:00
NetworkingManagement.h
NetworkTask.cpp
NetworkTask.h
Routing.cpp
Routing.h
Socket.cpp Kernel: Store socket errors as errno codes rather than ErrorOr values 2023-02-10 09:08:52 +00:00
Socket.h AK+Everywhere: Do not implicitly copy variables in TRY macros 2023-02-10 09:08:52 +00:00
TCP.h
TCPSocket.cpp
TCPSocket.h
UDP.h
UDPSocket.cpp
UDPSocket.h