Home
last modified time | relevance | path

Searched refs:PAYLOAD_MAX (Results 1 – 11 of 11) sorted by relevance

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/ath/carl9170/
H A Dcmd.h91 if ((__nreg >= PAYLOAD_MAX / 2)) { \
159 if ((__nreg >= PAYLOAD_MAX / 2)) \
H A Dcarl9170.h69 #define PAYLOAD_MAX (CARL9170_MAX_CMD_LEN / 4 - 1) macro
379 __le32 cmd_buf[PAYLOAD_MAX + 1];
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/wireless/ath/carl9170/
H A Dcmd.h91 if ((__nreg >= PAYLOAD_MAX / 2)) { \
159 if ((__nreg >= PAYLOAD_MAX / 2)) \
H A Dcarl9170.h69 #define PAYLOAD_MAX (CARL9170_MAX_CMD_LEN / 4 - 1) macro
379 __le32 cmd_buf[PAYLOAD_MAX + 1];
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/wireless/ath/carl9170/
H A Dcmd.h91 if ((__nreg >= PAYLOAD_MAX / 2)) { \
159 if ((__nreg >= PAYLOAD_MAX / 2)) \
H A Dcarl9170.h69 #define PAYLOAD_MAX (CARL9170_MAX_CMD_LEN / 4 - 1) macro
379 __le32 cmd_buf[PAYLOAD_MAX + 1];
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Common/Net/
H A DWebsocketServer.cpp40 PAYLOAD_MAX = 2,
313 …if (opcode > (int)Opcode::CONTROL_MAX || (opcode > (int)Opcode::PAYLOAD_MAX && opcode < (int)Opcod…
/dports/emulators/ppsspp/ppsspp-1.12.3/Common/Net/
H A DWebsocketServer.cpp40 PAYLOAD_MAX = 2, enumerator
313 …if (opcode > (int)Opcode::CONTROL_MAX || (opcode > (int)Opcode::PAYLOAD_MAX && opcode < (int)Opcod… in ReadFrame()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Common/Net/
H A DWebsocketServer.cpp40 PAYLOAD_MAX = 2, enumerator
313 …if (opcode > (int)Opcode::CONTROL_MAX || (opcode > (int)Opcode::PAYLOAD_MAX && opcode < (int)Opcod… in ReadFrame()
/dports/net/bittwist/bittwist-1.1/src/
H A Ddef.h83 #define PAYLOAD_MAX 1500 /* maximum payload in bytes */ macro
H A Dbittwiste.c86 if (c > (PAYLOAD_MAX * 2) || (c % 2) != 0) in main()