ReactOS 0.4.15-dev-7788-g1ad9096
inaddr.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  in_addr
 

Macros

#define s_addr   S_un.S_addr
 
#define s_host   S_un.S_un_b.s_b2
 
#define s_net   S_un.S_un_b.s_b1
 
#define s_imp   S_un.S_un_w.s_w2
 
#define s_impno   S_un.S_un_b.s_b4
 
#define s_lh   S_un.S_un_b.s_b3
 

Typedefs

typedef struct in_addr IN_ADDR
 
typedef struct in_addrPIN_ADDR
 
typedef struct in_addrLPIN_ADDR
 

Macro Definition Documentation

◆ s_addr

#define s_addr   S_un.S_addr

Definition at line 13 of file inaddr.h.

◆ s_host

#define s_host   S_un.S_un_b.s_b2

Definition at line 14 of file inaddr.h.

◆ s_imp

#define s_imp   S_un.S_un_w.s_w2

Definition at line 16 of file inaddr.h.

◆ s_impno

#define s_impno   S_un.S_un_b.s_b4

Definition at line 17 of file inaddr.h.

◆ s_lh

#define s_lh   S_un.S_un_b.s_b3

Definition at line 18 of file inaddr.h.

◆ s_net

#define s_net   S_un.S_un_b.s_b1

Definition at line 15 of file inaddr.h.

Typedef Documentation

◆ IN_ADDR

◆ LPIN_ADDR

◆ PIN_ADDR

typedef struct in_addr * PIN_ADDR