ReactOS 0.4.16-dev-1067-ge98bba2
autoip.h File Reference

Go to the source code of this file.

Macros

#define AUTOIP_NET   0xA9FE0000
 
#define AUTOIP_RANGE_START   (AUTOIP_NET | 0x0100)
 
#define AUTOIP_RANGE_END   (AUTOIP_NET | 0xFEFF)
 

Enumerations

enum  autoip_state_enum_t { AUTOIP_STATE_OFF , AUTOIP_STATE_CHECKING , AUTOIP_STATE_BOUND }
 

Detailed Description

AutoIP protocol definitions

Definition in file autoip.h.

Macro Definition Documentation

◆ AUTOIP_NET

#define AUTOIP_NET   0xA9FE0000

Definition at line 48 of file autoip.h.

◆ AUTOIP_RANGE_END

#define AUTOIP_RANGE_END   (AUTOIP_NET | 0xFEFF)

Definition at line 52 of file autoip.h.

◆ AUTOIP_RANGE_START

#define AUTOIP_RANGE_START   (AUTOIP_NET | 0x0100)

Definition at line 50 of file autoip.h.

Enumeration Type Documentation

◆ autoip_state_enum_t

Enumerator
AUTOIP_STATE_OFF 
AUTOIP_STATE_CHECKING 
AUTOIP_STATE_BOUND 

Definition at line 55 of file autoip.h.

55 {
autoip_state_enum_t
Definition: autoip.h:55
@ AUTOIP_STATE_OFF
Definition: autoip.h:56
@ AUTOIP_STATE_BOUND
Definition: autoip.h:58
@ AUTOIP_STATE_CHECKING
Definition: autoip.h:57