ReactOS 0.4.16-dev-122-g325d74c
|
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 } |
#define DHCP_PIPE_NAME L"\\\\.\\pipe\\dhcpclient" |
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.