RADPx-OS Kernel (Radical Posix OS)  Crimson 0.1.4
POSIX-inspired kernel API with embedded and desktop VM targets
rad_socket_info Struct Reference

Public data structure for rad_socket_info. More...

#include <radkernel.h>

+ Collaboration diagram for rad_socket_info:

Public Attributes

uint32_t size
 Public structure field.
 
int domain
 Public structure field.
 
int type
 Public structure field.
 
int protocol
 Public structure field.
 
rad_tcp_state_t tcp_state
 Public structure field.
 
uint16_t local_port
 Public structure field.
 
uint16_t remote_port
 Public structure field.
 
rad_ipv4_address_t local_address
 Public structure field.
 
rad_ipv4_address_t remote_address
 Public structure field.
 

Detailed Description

Public data structure for rad_socket_info.


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