Searched refs:MAX_PACKET_LENGTH (Results 1 – 5 of 5) sorted by relevance
105 MAX_PACKET_LENGTH = "(400 * 1024 * 1024) // 400MB" variable
8 from .wrapperdefs import MAX_PACKET_LENGTH330 "#define MAX_PACKET_LENGTH %s\n" % MAX_PACKET_LENGTH)
11 from .wrapperdefs import MAX_PACKET_LENGTH800 "#define MAX_PACKET_LENGTH %s\n" % MAX_PACKET_LENGTH)
33 #define MAX_PACKET_LENGTH (400 * 1024 * 1024) // 400MB macro50 if (packetLen < 8 || packetLen > MAX_PACKET_LENGTH) { in subDecode()
56 #define MAX_PACKET_LENGTH (400 * 1024 * 1024) // 400MB macro140 if (packetLen < 8 || packetLen > MAX_PACKET_LENGTH) { in decode()