serenity/Kernel/Net
Maciej 66ab4d61a4 Kernel: Stop exposing gateway field
It doesn't make sense after introduction of routing table which allows
having multiple gateways for every interface, and isn't used by any of
the userspace programs now.
2022-05-01 13:34:27 +02:00
..
Intel
NE2000
Realtek
ARP.h
EthernetFrameHeader.h
EtherType.h
ICMP.h
IPv4.h
IPv4Socket.cpp Kernel+route: Support global routing table deletion 2022-04-30 16:24:33 +02:00
IPv4Socket.h
IPv4SocketTuple.h
LocalSocket.cpp Kernel: Allow sys$bind() on local sockets with short socket address 2022-04-21 16:31:53 +02:00
LocalSocket.h
LoopbackAdapter.cpp
LoopbackAdapter.h
NetworkAdapter.cpp Kernel: Stop exposing gateway field 2022-05-01 13:34:27 +02:00
NetworkAdapter.h Kernel: Stop exposing gateway field 2022-05-01 13:34:27 +02:00
NetworkingManagement.cpp
NetworkingManagement.h
NetworkTask.cpp Kernel: Stop exposing gateway field 2022-05-01 13:34:27 +02:00
NetworkTask.h
Routing.cpp Kernel+route: Support global routing table deletion 2022-04-30 16:24:33 +02:00
Routing.h Kernel: Make Route's operator== overload const 2022-04-30 16:24:33 +02:00
Socket.cpp Kernel: Move NNRP<Socket>s instead of copying in queue_connection_from 2022-04-09 23:46:02 +02:00
Socket.h
TCP.h
TCPSocket.cpp
TCPSocket.h
UDP.h
UDPSocket.cpp
UDPSocket.h