Public Attributes | List of all members
in_addr Struct Reference

IPv4 address representation. More...

#include <socket.h>

Public Attributes

uint32 s_addr
 

Detailed Description

IPv4 address representation.

This structure is used as a placeholder for IPV4 address in other structures.

See also
sockaddr_in

Definition at line 417 of file socket.h.

Member Data Documentation

◆ s_addr

uint32 in_addr::s_addr

Network Byte Order representation of the IPv4 address. For example, the address "192.168.0.10" is represented as 0x0A00A8C0.

Definition at line 418 of file socket.h.


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


inertial_sense_ros
Author(s):
autogenerated on Sun Feb 28 2021 03:18:02