serenity/Kernel/Net
Brian Gianforcaro 5f1c98e576 Kernel: Use operator ""sv in all class_name() implementations
Previously there was a mix of returning plain strings and returning
explicit string views using `operator ""sv`. This change switches them
all to standardized on `operator ""sv` as it avoids a call to strlen.
2021-10-03 13:36:10 +02:00
..
ARP.h
E1000ENetworkAdapter.cpp Kernel: Convert network adapter names to Kernel::KString 2021-10-01 17:22:17 +00:00
E1000ENetworkAdapter.h Kernel: Convert network adapter names to Kernel::KString 2021-10-01 17:22:17 +00:00
E1000NetworkAdapter.cpp Kernel: Convert network adapter names to Kernel::KString 2021-10-01 17:22:17 +00:00
E1000NetworkAdapter.h Kernel: Convert network adapter names to Kernel::KString 2021-10-01 17:22:17 +00:00
EthernetFrameHeader.h
EtherType.h
ICMP.h Kernel: Switch static_asserts of a type size to AK::AssertSize 2021-09-05 20:08:57 +02:00
IPv4.h Kernel: Switch static_asserts of a type size to AK::AssertSize 2021-09-05 20:08:57 +02:00
IPv4Socket.cpp Kernel: Drop the receive buffer when socket enters the TimeWait state 2021-09-16 16:50:23 +02:00
IPv4Socket.h Kernel: Use operator ""sv in all class_name() implementations 2021-10-03 13:36:10 +02:00
IPv4SocketTuple.h Kernel: Make IPv4SocketTuple operator== by reference 2021-09-16 17:17:13 +02:00
LocalSocket.cpp Kernel: Weakly hold on to the file in LocalSocket 2021-09-16 16:50:36 +02:00
LocalSocket.h Kernel: Use operator ""sv in all class_name() implementations 2021-10-03 13:36:10 +02:00
LoopbackAdapter.cpp Kernel: Convert network adapter names to Kernel::KString 2021-10-01 17:22:17 +00:00
LoopbackAdapter.h Kernel: Use operator ""sv in all class_name() implementations 2021-10-03 13:36:10 +02:00
NE2000NetworkAdapter.cpp Kernel: Convert network adapter names to Kernel::KString 2021-10-01 17:22:17 +00:00
NE2000NetworkAdapter.h Kernel: Convert network adapter names to Kernel::KString 2021-10-01 17:22:17 +00:00
NetworkAdapter.cpp Kernel: Convert network adapter names to Kernel::KString 2021-10-01 17:22:17 +00:00
NetworkAdapter.h Kernel: Convert network adapter names to Kernel::KString 2021-10-01 17:22:17 +00:00
NetworkingManagement.cpp Kernel: Convert network adapter names to Kernel::KString 2021-10-01 17:22:17 +00:00
NetworkingManagement.h Kernel/PCI: Propagate usage of DeviceIdentifier everywhere 2021-09-29 11:24:33 +02:00
NetworkTask.cpp Kernel: Make TCPSocket client construction use KResultOr and TRY() 2021-09-07 14:44:29 +02:00
NetworkTask.h
Routing.cpp Kernel: Improve names in the ARP table thread blocker 2021-09-05 01:10:56 +02:00
Routing.h Kernel: Convert Routing to east-const style 2021-09-03 23:18:50 +02:00
RTL8139NetworkAdapter.cpp Kernel: Convert network adapter names to Kernel::KString 2021-10-01 17:22:17 +00:00
RTL8139NetworkAdapter.h Kernel: Convert network adapter names to Kernel::KString 2021-10-01 17:22:17 +00:00
RTL8168NetworkAdapter.cpp Kernel: Switch RTL8168NetworkAdapter::possible_device_name to StringView 2021-10-01 17:22:17 +00:00
RTL8168NetworkAdapter.h Kernel: Switch RTL8168NetworkAdapter::possible_device_name to StringView 2021-10-01 17:22:17 +00:00
Socket.cpp Kernel: Convert network adapter names to Kernel::KString 2021-10-01 17:22:17 +00:00
Socket.h Kernel: Use operator ""sv in all class_name() implementations 2021-10-03 13:36:10 +02:00
TCP.h Kernel: Switch static_asserts of a type size to AK::AssertSize 2021-09-05 20:08:57 +02:00
TCPSocket.cpp Kernel: Drop the receive buffer when socket enters the TimeWait state 2021-09-16 16:50:23 +02:00
TCPSocket.h Kernel: Use operator ""sv in all class_name() implementations 2021-10-03 13:36:10 +02:00
UDP.h
UDPSocket.cpp Kernel/Net: Add a special SOCKET_TRY() and use it in socket code 2021-09-07 15:05:51 +02:00
UDPSocket.h Kernel: Use operator ""sv in all class_name() implementations 2021-10-03 13:36:10 +02:00