ReactOS 0.4.16-dev-1078-g21d3e29
rosdhcp_pipe.h File Reference
This graph shows which files directly or indirectly include this file:

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
}
 

Macro Definition Documentation

◆ DHCP_PIPE_NAME

#define DHCP_PIPE_NAME   L"\\\\.\\pipe\\dhcpclient"

Definition at line 51 of file rosdhcp_pipe.h.

Typedef Documentation

◆ COMM_DHCP_REPLY

◆ COMM_DHCP_REQ

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
DhcpReqAcquireParams 
DhcpReqReleaseParams 
DhcpReqLeaseIpAddress 
DhcpReqQueryHWInfo 
DhcpReqReleaseIpAddress 
DhcpReqRenewIpAddress 
DhcpReqStaticRefreshParams 

Definition at line 4 of file rosdhcp_pipe.h.

4 {
12};
@ DhcpReqLeaseIpAddress
Definition: rosdhcp_pipe.h:7
@ DhcpReqRenewIpAddress
Definition: rosdhcp_pipe.h:10
@ DhcpReqStaticRefreshParams
Definition: rosdhcp_pipe.h:11
@ DhcpReqAcquireParams
Definition: rosdhcp_pipe.h:5
@ DhcpReqReleaseParams
Definition: rosdhcp_pipe.h:6
@ DhcpReqReleaseIpAddress
Definition: rosdhcp_pipe.h:9
@ DhcpReqQueryHWInfo
Definition: rosdhcp_pipe.h:8