Asterisk - The Open Source Telephony Project
18.5.0
|
PCAP IPv6 Header. More...
Data Fields | |
union { | |
struct ip6_hdrctl { | |
uint32_t ip6_un1_flow | |
uint8_t ip6_un1_hlim | |
Next header field. More... | |
uint8_t ip6_un1_nxt | |
Length of the packet (not including IPv6 header) More... | |
uint16_t ip6_un1_plen | |
Version, traffic class, flow label. More... | |
} ip6_un1 | |
uint8_t ip6_un2_vfc | |
} | ip6_ctlun |
struct in6_addr | ip6_dst |
Source IP address. More... | |
struct in6_addr | ip6_src |
PCAP IPv6 Header.
Definition at line 80 of file res_pjsip_logger.c.
union { ... } ip6_ctlun |
Referenced by pjsip_logger_write_to_pcap().
struct in6_addr ip6_dst |
Source IP address.
Definition at line 91 of file res_pjsip_logger.c.
Referenced by pjsip_logger_write_to_pcap().
struct in6_addr ip6_src |
Definition at line 90 of file res_pjsip_logger.c.
Referenced by pjsip_logger_write_to_pcap().
struct { ... } ::ip6_hdrctl ip6_un1 |
Referenced by pjsip_logger_write_to_pcap().
uint32_t ip6_un1_flow |
Definition at line 83 of file res_pjsip_logger.c.
uint8_t ip6_un1_hlim |
Next header field.
Definition at line 86 of file res_pjsip_logger.c.
uint8_t ip6_un1_nxt |
Length of the packet (not including IPv6 header)
Definition at line 85 of file res_pjsip_logger.c.
uint16_t ip6_un1_plen |
Version, traffic class, flow label.
Definition at line 84 of file res_pjsip_logger.c.
uint8_t ip6_un2_vfc |
Definition at line 88 of file res_pjsip_logger.c.
Referenced by pjsip_logger_write_to_pcap().