ReactOS 0.4.16-dev-1078-g21d3e29
|
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 | { DhcpReqAcquireParams , DhcpReqReleaseParams , DhcpReqLeaseIpAddress , DhcpReqQueryHWInfo , DhcpReqReleaseIpAddress , DhcpReqRenewIpAddress , DhcpReqStaticRefreshParams } |
#define DHCP_PIPE_NAME L"\\\\.\\pipe\\dhcpclient" |
Definition at line 51 of file rosdhcp_pipe.h.
typedef union _COMM_DHCP_REPLY COMM_DHCP_REPLY |
typedef struct _COMM_DHCP_REQ COMM_DHCP_REQ |
anonymous enum |
Enumerator | |
---|---|
DhcpReqAcquireParams | |
DhcpReqReleaseParams | |
DhcpReqLeaseIpAddress | |
DhcpReqQueryHWInfo | |
DhcpReqReleaseIpAddress | |
DhcpReqRenewIpAddress | |
DhcpReqStaticRefreshParams |
Definition at line 4 of file rosdhcp_pipe.h.