FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
Data Fields | |
unsigned char | cc: 4 |
unsigned char | x: 1 |
unsigned char | p: 1 |
unsigned char | version: 2 |
unsigned char | pt: 7 |
unsigned char | m: 1 |
uint16_t | seq |
uint32_t | ts |
uint32_t | ssrc |
Definition at line 687 of file vcl_test_protos.c.
unsigned char rtp_hdr_t::cc |
Definition at line 689 of file vcl_test_protos.c.
unsigned char rtp_hdr_t::m |
Definition at line 694 of file vcl_test_protos.c.
unsigned char rtp_hdr_t::p |
Definition at line 691 of file vcl_test_protos.c.
unsigned char rtp_hdr_t::pt |
Definition at line 693 of file vcl_test_protos.c.
uint16_t rtp_hdr_t::seq |
Definition at line 695 of file vcl_test_protos.c.
uint32_t rtp_hdr_t::ssrc |
Definition at line 697 of file vcl_test_protos.c.
uint32_t rtp_hdr_t::ts |
Definition at line 696 of file vcl_test_protos.c.
unsigned char rtp_hdr_t::version |
Definition at line 692 of file vcl_test_protos.c.
unsigned char rtp_hdr_t::x |
Definition at line 690 of file vcl_test_protos.c.