ReactOS 0.4.15-dev-7788-g1ad9096
in_addr Struct Reference

#include <tcpip.h>

Collaboration diagram for in_addr:

Public Attributes

union {
   struct {
      u_char   s_b1
 
      u_char   s_b2
 
      u_char   s_b3
 
      u_char   s_b4
 
   }   S_un_b
 
   struct {
      u_short   s_w1
 
      u_short   s_w2
 
   }   S_un_w
 
   u_long   S_addr
 
S_un
 
u32_t s_addr
 
union {
   struct {
      UCHAR   s_b1
 
      UCHAR   s_b2
 
      UCHAR   s_b3
 
      UCHAR   s_b4
 
   }   S_un_b
 
   struct {
      USHORT   s_w1
 
      USHORT   s_w2
 
   }   S_un_w
 
   ULONG   S_addr
 
S_un
 
union {
   struct {
      u_char   s_b1
 
      u_char   s_b2
 
      u_char   s_b3
 
      u_char   s_b4
 
   }   S_un_b
 
   struct {
      u_short   s_w1
 
      u_short   s_w2
 
   }   S_un_w
 
   u_long   S_addr
 
S_un
 

Detailed Description

For compatibility with BSD code

Definition at line 125 of file tcpip.h.

Member Data Documentation

◆ S_addr [1/2]

◆ s_addr

◆ S_addr [2/2]

ULONG in_addr::S_addr

Definition at line 9 of file inaddr.h.

◆ s_b1 [1/2]

u_char in_addr::s_b1

Definition at line 129 of file tcpip.h.

◆ s_b1 [2/2]

UCHAR in_addr::s_b1

Definition at line 7 of file inaddr.h.

◆ s_b2 [1/2]

u_char in_addr::s_b2

Definition at line 129 of file tcpip.h.

◆ s_b2 [2/2]

UCHAR in_addr::s_b2

Definition at line 7 of file inaddr.h.

◆ s_b3 [1/2]

u_char in_addr::s_b3

Definition at line 129 of file tcpip.h.

◆ s_b3 [2/2]

UCHAR in_addr::s_b3

Definition at line 7 of file inaddr.h.

◆ s_b4 [1/2]

u_char in_addr::s_b4

Definition at line 129 of file tcpip.h.

◆ s_b4 [2/2]

UCHAR in_addr::s_b4

Definition at line 7 of file inaddr.h.

◆  [1/3]

◆  [2/3]

union { ... } in_addr::S_un

◆  [3/3]

union { ... } in_addr::S_un

◆  [1/3]

struct { ... } in_addr::S_un_b

Referenced by AddIpv4HostEntries().

◆  [2/3]

struct { ... } in_addr::S_un_b

◆  [3/3]

struct { ... } in_addr::S_un_b

◆  [1/3]

struct { ... } in_addr::S_un_w

◆  [2/3]

struct { ... } in_addr::S_un_w

◆  [3/3]

struct { ... } in_addr::S_un_w

◆ s_w1 [1/2]

u_short in_addr::s_w1

Definition at line 130 of file tcpip.h.

◆ s_w1 [2/2]

USHORT in_addr::s_w1

Definition at line 8 of file inaddr.h.

◆ s_w2 [1/2]

u_short in_addr::s_w2

Definition at line 130 of file tcpip.h.

◆ s_w2 [2/2]

USHORT in_addr::s_w2

Definition at line 8 of file inaddr.h.


The documentation for this struct was generated from the following files: