Searched refs:MAX_TC_PACKET_SIZE (Results 1 – 1 of 1) sorted by relevance
199 #define MAX_TC_PACKET_SIZE 9500 macro498 pt->PpiPacket = malloc(sizeof(PPI_HEADER) + MAX_TC_PACKET_SIZE); in TcActivate()964 if (filterResult <= MAX_TC_PACKET_SIZE) in TcRead()972 memcpy(data2, data, MAX_TC_PACKET_SIZE); in TcRead()973 hdr.caplen = sizeof(PPI_HEADER) + MAX_TC_PACKET_SIZE; in TcRead()