Loading...
Searching...
No Matches

IPv6 routing extension header. More...

Detailed Description

IPv6 routing extension header.

See also
RFC 8200

Definition at line 66 of file rh.h.

#include <rh.h>

Data Fields

uint8_t nh
 next header
 
uint8_t len
 length in 8 octets without first octet
 
uint8_t type
 identifier of a particular routing header type
 
uint8_t seg_left
 number of route segments remaining
 
- Data Fields inherited from ipv6_ext_t
uint8_t nh
 next header
 
uint8_t len
 length in 8 octets without first octet
 

Field Documentation

◆ len

uint8_t ipv6_ext_rh_t::len

length in 8 octets without first octet

Definition at line 68 of file rh.h.

◆ nh

uint8_t ipv6_ext_rh_t::nh

next header

Definition at line 67 of file rh.h.

◆ seg_left

uint8_t ipv6_ext_rh_t::seg_left

number of route segments remaining

Definition at line 70 of file rh.h.

◆ type

uint8_t ipv6_ext_rh_t::type

identifier of a particular routing header type

Definition at line 69 of file rh.h.


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