Rawsock library  v0.3.4
Library to make the use of raw sockets easier, under Linux. Currently supporting IPv4, UDP and a custom latency measurement protocol (LaMP - supported both in raw and non-raw sockets).
ipaddrs Struct Reference

Structure to store a couple of source and destinaion IPv4 addresses. More...

#include <rawsock.h>

Data Fields

in_addr_t src
 
in_addr_t dst
 

Detailed Description

Structure to store a couple of source and destinaion IPv4 addresses.

This structure can be used to store a couple of IPv4 address (source + destination), in the in_addr_t format.

Definition at line 115 of file rawsock.h.

Field Documentation

in_addr_t dst

Destination IPv4 address container.

Definition at line 117 of file rawsock.h.

in_addr_t src

Source IPv4 address container.

Definition at line 116 of file rawsock.h.


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