Lines Matching defs:packet
58 const unsigned char extHdr, struct SpePkt *packet) in SpeGetPayload()
78 static int SpeGetPad(struct SpePkt *packet) in SpeGetPad()
86 struct SpePkt *packet) in SpeGetAlignment()
98 static int SpeGetEnd(struct SpePkt *packet) in SpeGetEnd()
106 struct SpePkt *packet) in SpeGetTimestamp()
114 struct SpePkt *packet) in SpeGetEvents()
123 struct SpePkt *packet) in SpeGetDataSource()
131 struct SpePkt *packet) in SpeGetContext()
140 struct SpePkt *packet) in SpeGetOpType()
149 const unsigned char extHdr, struct SpePkt *packet) in SpeGetCounter()
163 const unsigned char extHdr, struct SpePkt *packet) in SpeGetAddr()
177 struct SpePkt *packet) in SpeDoGetPacket()
239 struct SpePkt *packet) in SpeGetPacket()
300 static int SpePktDescEvent(const struct SpePkt *packet, in SpePktDescEvent()
354 static int SpePktDescOpType(const struct SpePkt *packet, in SpePktDescOpType()
450 static int SpePktDescAddr(const struct SpePkt *packet, in SpePktDescAddr()
496 static int SpePktDesCont(const struct SpePkt *packet, in SpePktDesCont()
524 int SpePktDesc(const struct SpePkt *packet, char *buf, in SpePktDesc()
832 struct SpePkt packet; in SpeDumpRawData() local