Generic IPv6 header structure. More...
Data Fields | |
uint32_t | flow |
Flow label. | |
uint16_t | plen |
Payload length. | |
uint8_t | nxt |
Next header. | |
uint8_t | hlim |
Hop limit. | |
struct in6_addr | ip_src |
Source address. | |
struct in6_addr | ip_dst |
Destination address. |
Generic IPv6 header structure.
uint32_t libtrace_ip6::flow |
Flow label.
uint8_t libtrace_ip6::hlim |
Hop limit.
struct in6_addr libtrace_ip6::ip_dst |
Destination address.
Referenced by trace_get_destination_address().
struct in6_addr libtrace_ip6::ip_src |
Source address.
Referenced by trace_get_source_address().
uint8_t libtrace_ip6::nxt |
Next header.
Referenced by trace_get_payload_from_ip6().
uint16_t libtrace_ip6::plen |
Payload length.
Referenced by trace_get_payload_length().