Searched refs:MAX_TC_PACKET_SIZE (Results 1 – 1 of 1) sorted by relevance
200 #define MAX_TC_PACKET_SIZE 9500 macro566 pt->PpiPacket = malloc(sizeof(PPI_HEADER) + MAX_TC_PACKET_SIZE); in TcActivate()1032 if (filterResult <= MAX_TC_PACKET_SIZE) in TcRead()1040 memcpy(data2, data, MAX_TC_PACKET_SIZE); in TcRead()1041 hdr.caplen = sizeof(PPI_HEADER) + MAX_TC_PACKET_SIZE; in TcRead()