Ipv6Context Struct Reference
IPv6 context. More...
#include <ipv6.h>
Data Fields | |
size_t | linkMtu |
Maximum transmission unit. More... | |
bool_t | isRouter |
A flag indicating whether routing is enabled on this interface. More... | |
uint8_t | curHopLimit |
Default value for the Hop Limit field. More... | |
bool_t | enableMulticastEchoReq |
Support for multicast ICMPv6 Echo Request messages. More... | |
Ipv6AddrEntry | addrList [IPV6_ADDR_LIST_SIZE] |
IPv6 unicast address list. More... | |
Ipv6Addr | anycastAddrList [IPV6_ANYCAST_ADDR_LIST_SIZE] |
IPv6 anycast address list. More... | |
Ipv6PrefixEntry | prefixList [IPV6_PREFIX_LIST_SIZE] |
Prefix list. More... | |
Ipv6RouterEntry | routerList [IPV6_ROUTER_LIST_SIZE] |
Default router list. More... | |
Ipv6Addr | dnsServerList [IPV6_DNS_SERVER_LIST_SIZE] |
DNS servers. More... | |
Ipv6FilterEntry | multicastFilter [IPV6_MULTICAST_FILTER_SIZE] |
Multicast filter table. More... | |
uint32_t | identification |
IPv6 fragment identification field. More... | |
Ipv6FragDesc | fragQueue [IPV6_MAX_FRAG_DATAGRAMS] |
IPv6 fragment reassembly queue. More... | |
Detailed Description
Field Documentation
◆ addrList
Ipv6AddrEntry addrList[IPV6_ADDR_LIST_SIZE] |
◆ anycastAddrList
Ipv6Addr anycastAddrList[IPV6_ANYCAST_ADDR_LIST_SIZE] |
◆ curHopLimit
◆ dnsServerList
Ipv6Addr dnsServerList[IPV6_DNS_SERVER_LIST_SIZE] |
◆ enableMulticastEchoReq
bool_t enableMulticastEchoReq |
◆ fragQueue
Ipv6FragDesc fragQueue[IPV6_MAX_FRAG_DATAGRAMS] |
◆ identification
◆ isRouter
bool_t isRouter |
◆ linkMtu
◆ multicastFilter
Ipv6FilterEntry multicastFilter[IPV6_MULTICAST_FILTER_SIZE] |
◆ prefixList
Ipv6PrefixEntry prefixList[IPV6_PREFIX_LIST_SIZE] |
◆ routerList
Ipv6RouterEntry routerList[IPV6_ROUTER_LIST_SIZE] |
The documentation for this struct was generated from the following file:
- cyclone_tcp/ipv6/ipv6.h