KIO
Go to the source code of this file.
Classes | |
struct | dhcp_msg |
Macros | |
#define | DHCP_ACK 5 |
#define | DHCP_BOOTREPLY 2 |
#define | DHCP_BOOTREQUEST 1 |
#define | DHCP_BROADCAST 1 |
#define | DHCP_DECLINE 4 |
#define | DHCP_DISCOVER 1 |
#define | DHCP_INFORM 8 |
#define | DHCP_MAGIC1 0x63 |
#define | DHCP_MAGIC2 0x82 |
#define | DHCP_MAGIC3 0x53 |
#define | DHCP_MAGIC4 0x63 |
#define | DHCP_NAK 6 |
#define | DHCP_OFFER 2 |
#define | DHCP_OPT_END 0xff |
#define | DHCP_OPT_LEN 312 |
#define | DHCP_OPT_MSGTYPE 0x35 |
#define | DHCP_OPT_PARAMREQ 0x37 |
#define | DHCP_OPT_WPAD 0xfc |
#define | DHCP_RELEASE 7 |
#define | DHCP_REQUEST 3 |
Macro Definition Documentation
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:24:54 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:24:54 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.