#include <rtp.h>
Collaboration diagram for hdr_rtp:

Public Member Functions | |
| u_int32_t & | srcid () |
| int & | seqno () |
| u_int16_t & | flags () |
Static Public Member Functions | |
| int & | offset () |
| hdr_rtp * | access (const Packet *p) |
Public Attributes | |
| u_int32_t | srcid_ |
| int | seqno_ |
| u_int16_t | flags_ |
Static Public Attributes | |
| int | offset_ |
|
|
Definition at line 56 of file rtp.h. References Packet::access(), and offset_. Referenced by VatRcvr::adapt(), SatTrace::format(), Trace::get_seqno(), RTPAgent::makepkt(), RTPSession::recv(), LossMonitor::recv(), AdaptiveRcvr::recv(), UdpAgent::sendmsg(), SRMAgent::sendmsg(), SA_Agent::sendmsg(), RTPAgent::sendmsg(), SA_Agent::sendpkt(), and RTCPAgent::sendpkt().
|
Here is the call graph for this function:

|
|
Definition at line 63 of file rtp.h. References flags_, and u_int16_t. Referenced by VatRcvr::adapt(), PLMLossMonitor::recv(), UdpAgent::sendmsg(), and SA_Agent::sendpkt().
00063 { return (flags_); }
|
|
|
Definition at line 55 of file rtp.h. References offset_.
00055 { return offset_; }
|
|
|
Definition at line 62 of file rtp.h. References seqno_. Referenced by LMSErrorModel::corrupt(), SatTrace::format(), Trace::get_seqno(), RTPAgent::makepkt(), RTPSession::recv(), LossMonitor::recv(), PLMLossMonitor::recv(), LmsReceiver::recv(), AdaptiveRcvr::recv(), LmsSender::send_dmcast(), LmsReceiver::send_dmcast(), UdpAgent::sendmsg(), SRMAgent::sendmsg(), SA_Agent::sendmsg(), RTPAgent::sendmsg(), LmsSender::sendmsg(), SA_Agent::sendpkt(), and RTCPAgent::sendpkt().
00062 { return (seqno_); }
|
|
|
Definition at line 61 of file rtp.h. References srcid_, and u_int32_t. Referenced by RTPAgent::makepkt(), RTPSession::recv(), and RTCPAgent::sendpkt().
00061 { return (srcid_); }
|
|
|
Definition at line 52 of file rtp.h. Referenced by flags(). |
|
|
Definition at line 48 of file rtp.cc. Referenced by access(), offset(), and RTPHeaderClass::RTPHeaderClass(). |
|
|
Definition at line 50 of file rtp.h. Referenced by seqno(). |
|
|
Definition at line 49 of file rtp.h. Referenced by srcid(). |
1.3.3