Searched refs:c_pkt (Results 1 – 6 of 6) sorted by relevance
57 c_pkt_struct = p_packet_in->c_pkt(); // always output the c struct packet in PacketDataIn()112 c_pkt_struct = p_packet_in->c_pkt(); // always output the c struct packet in RawPacketDataMon()
44 virtual const void *c_pkt() const = 0;
61 virtual const void *c_pkt() const { return (const ocsd_stm_pkt *)this; }; in c_pkt() function
56 virtual const void *c_pkt() const { return (const ocsd_ptm_pkt *)this; }; in c_pkt() function
68 virtual const void *c_pkt() const { return &m_pkt_data; }; in c_pkt() function
118 virtual const void *c_pkt() const { return (const ocsd_etmv4_i_pkt *)this; }; in c_pkt() function