ReactOS
0.4.15-dev-4874-g57c84dd
|
Go to the source code of this file.
Classes | |
struct | _COMM_DHCP_REQ |
union | _COMM_DHCP_REPLY |
Macros | |
#define | DHCP_PIPE_NAME L"\\\\.\\pipe\\dhcpclient" |
Typedefs | |
typedef struct _COMM_DHCP_REQ | COMM_DHCP_REQ |
typedef union _COMM_DHCP_REPLY | COMM_DHCP_REPLY |
Enumerations | |
enum | { DhcpReqLeaseIpAddress, DhcpReqQueryHWInfo, DhcpReqReleaseIpAddress, DhcpReqRenewIpAddress, DhcpReqStaticRefreshParams, DhcpReqGetAdapterInfo } |
Definition at line 51 of file rosdhcp_public.h.
typedef union _COMM_DHCP_REPLY COMM_DHCP_REPLY |
typedef struct _COMM_DHCP_REQ COMM_DHCP_REQ |
anonymous enum |
Enumerator | |
---|---|
DhcpReqLeaseIpAddress | |
DhcpReqQueryHWInfo | |
DhcpReqReleaseIpAddress | |
DhcpReqRenewIpAddress | |
DhcpReqStaticRefreshParams | |
DhcpReqGetAdapterInfo |
Definition at line 4 of file rosdhcp_public.h.