1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-24 14:27:35 +00:00
serenity/Userland/Services/DHCPClient
Andreas Kling 765ed9677b DHCPClient: Simplify DHCPv4PacketBuilder
Instead of creating a temporary ByteBuffer to hold the packet while
building it, we can just create the DHCPv4Packet struct directly.
2021-10-25 14:31:11 +02:00
..
CMakeLists.txt Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
DHCPv4.cpp Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
DHCPv4.h DHCPClient: Simplify DHCPv4PacketBuilder 2021-10-25 14:31:11 +02:00
DHCPv4Client.cpp DHCPClient: Rename struct members for InterfaceDescriptor 2021-05-27 15:53:49 +04:30
DHCPv4Client.h DHCPClient: Rename struct members for InterfaceDescriptor 2021-05-27 15:53:49 +04:30
main.cpp DHCPClient: Remove unused #includes 2021-05-27 15:53:49 +04:30