Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of OmniWheels by
inet_pcb_s Struct Reference
Internet protocol control block. More...
#include <socket.h>
Data Fields | |
void * | session |
uint8_t | local_address [16] |
uint8_t | remote_address [16] |
uint16_t | local_port |
uint16_t | remote_port |
int16_t | unicast_hop_limit |
uint8_t | protocol |
int8_t | use_min_mtu |
Detailed Description
Internet protocol control block.
Definition at line 154 of file nanostack/FEATURE_NANOSTACK/sal-stack-nanostack/source/Core/include/socket.h.
Field Documentation
uint8_t local_address[16] |
Local address
Definition at line 159 of file nanostack/FEATURE_NANOSTACK/sal-stack-nanostack/source/Core/include/socket.h.
uint16_t local_port |
Local port
Definition at line 161 of file nanostack/FEATURE_NANOSTACK/sal-stack-nanostack/source/Core/include/socket.h.
uint8_t protocol |
IP type IPV6_NH_TCP, IPV6_NH_UDP, IPV6_NH_ICMPV6...
Definition at line 167 of file nanostack/FEATURE_NANOSTACK/sal-stack-nanostack/source/Core/include/socket.h.
uint8_t remote_address[16] |
Destination address
Definition at line 160 of file nanostack/FEATURE_NANOSTACK/sal-stack-nanostack/source/Core/include/socket.h.
uint16_t remote_port |
Destination port
Definition at line 162 of file nanostack/FEATURE_NANOSTACK/sal-stack-nanostack/source/Core/include/socket.h.
void* session |
Session for transport protocol - only used by TCP at present
Definition at line 157 of file nanostack/FEATURE_NANOSTACK/sal-stack-nanostack/source/Core/include/socket.h.
int16_t unicast_hop_limit |
May be -1, which will give per-interface default
Definition at line 163 of file nanostack/FEATURE_NANOSTACK/sal-stack-nanostack/source/Core/include/socket.h.
int8_t use_min_mtu |
RFC 3542 socket option
Definition at line 170 of file nanostack/FEATURE_NANOSTACK/sal-stack-nanostack/source/Core/include/socket.h.
Generated on Fri Jul 22 2022 04:54:13 by
