Home
last modified time | relevance | path

Searched refs:MIN_PACKET_SIZE (Results 1 – 25 of 61) sorted by relevance

123

/dports/java/berkeley-db/je-6.2.31/test/com/sleepycat/je/rep/utilint/net/
H A DSSLChannelTest.java251 final int MIN_PACKET_SIZE = 1; in testSmallPackets() local
273 final int MIN_PACKET_SIZE = 100; in testBasicThroughput() local
316 final int MIN_PACKET_SIZE = 1000; in testMediumPackets() local
335 final int MIN_PACKET_SIZE = 20000; in testLargePackets() local
354 final int MIN_PACKET_SIZE = 100000; in testHugePackets() local
394 final int MIN_PACKET_SIZE = 1; in testPeerPatternAuthentication() local
451 final int MIN_PACKET_SIZE = 1; in testPeerMirrorAuthentication() local
475 final int MIN_PACKET_SIZE = 1; in testStdHostVerification() local
499 final int MIN_PACKET_SIZE = 1; in testProtosAndCiphers() local
555 final int MIN_PACKET_SIZE = 1; in testKeyStorePasswordSource() local
[all …]
/dports/security/cryptlib/cryptlib-3.4.3/session/
H A Dssh2_rd.c118 IN_LENGTH_SHORT_MIN( MIN_PACKET_SIZE ) \ in checkHandshakePacketStatus()
129 REQUIRES( headerLength >= MIN_PACKET_SIZE && \ in checkHandshakePacketStatus()
188 MIN_PACKET_SIZE ); in checkHandshakePacketStatus()
215 MIN_PACKET_SIZE + length ) ) ); in checkHandshakePacketStatus()
375 BYTE headerBuffer[ MIN_PACKET_SIZE + 8 ]; in readPacketHeaderSSH2()
395 static_assert( CRYPT_MAX_IVSIZE >= MIN_PACKET_SIZE, \ in readPacketHeaderSSH2()
416 MIN_PACKET_SIZE ); in readPacketHeaderSSH2()
421 headerBufPtr, MIN_PACKET_SIZE, in readPacketHeaderSSH2()
430 MIN_PACKET_SIZE ); in readPacketHeaderSSH2()
456 MIN_PACKET_SIZE ); in readPacketHeaderSSH2()
[all …]
/dports/emulators/citra/citra-ac98458e0/src/core/rpc/
H A Dudp_server.cpp42 } else if (size >= MIN_PACKET_SIZE && size <= MAX_PACKET_SIZE) { in HandleReceive()
45 if ((size - MIN_PACKET_SIZE) == header.packet_size) { in HandleReceive()
46 u8* data = request_buffer.data() + MIN_PACKET_SIZE; in HandleReceive()
62 std::vector<u8> reply_buffer(MIN_PACKET_SIZE + reply_packet.GetPacketDataSize()); in SendReply()
H A Dpacket.h27 constexpr u32 MIN_PACKET_SIZE = sizeof(PacketHeader); variable
29 constexpr u32 MAX_PACKET_SIZE = MIN_PACKET_SIZE + MAX_PACKET_DATA_SIZE;
/dports/emulators/citra-qt5/citra-ac98458e0/src/core/rpc/
H A Dudp_server.cpp42 } else if (size >= MIN_PACKET_SIZE && size <= MAX_PACKET_SIZE) { in HandleReceive()
45 if ((size - MIN_PACKET_SIZE) == header.packet_size) { in HandleReceive()
46 u8* data = request_buffer.data() + MIN_PACKET_SIZE; in HandleReceive()
62 std::vector<u8> reply_buffer(MIN_PACKET_SIZE + reply_packet.GetPacketDataSize()); in SendReply()
H A Dpacket.h27 constexpr u32 MIN_PACKET_SIZE = sizeof(PacketHeader); variable
29 constexpr u32 MAX_PACKET_SIZE = MIN_PACKET_SIZE + MAX_PACKET_DATA_SIZE;
/dports/net/reaver/reaver-wps-fork-t6x-1.6.6/src/
H A Dexchange.h47 #define MIN_PACKET_SIZE (sizeof(struct radio_tap_header) + sizeof(struct dot11_frame_header… macro
48 #define EAP_PACKET_SIZE (MIN_PACKET_SIZE + sizeof(struct eap_header))
/dports/net-p2p/libktorrent/libktorrent-21.12.3/src/utp/
H A Dremotewindow.cpp152 max_window = MIN_PACKET_SIZE; in timeout()
169 if (max_window + d < MIN_PACKET_SIZE) in updateWindowSize()
170 max_window = MIN_PACKET_SIZE; in updateWindowSize()
H A Dconnection.cpp358 if (remote_wnd->maxWindow() <= MIN_PACKET_SIZE) in updateDelayMeasurement()
359 stats.packet_size = MIN_PACKET_SIZE; in updateDelayMeasurement()
564 stats.packet_size = MIN_PACKET_SIZE; in handleTimeout()
H A Dutpprotocol.h94 const bt::Uint32 MIN_PACKET_SIZE = 150; variable
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Ddcadec.c29 #define MIN_PACKET_SIZE 16 macro
154 if (input_size < MIN_PACKET_SIZE || input_size > MAX_PACKET_SIZE) { in dcadec_decode_frame()
166 for (i = 0, ret = AVERROR_INVALIDDATA; i < input_size - MIN_PACKET_SIZE + 1 && ret < 0; i++) in dcadec_decode_frame()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Ddcadec.c29 #define MIN_PACKET_SIZE 16 macro
154 if (input_size < MIN_PACKET_SIZE || input_size > MAX_PACKET_SIZE) { in dcadec_decode_frame()
166 for (i = 0, ret = AVERROR_INVALIDDATA; i < input_size - MIN_PACKET_SIZE + 1 && ret < 0; i++) in dcadec_decode_frame()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Ddcadec.c29 #define MIN_PACKET_SIZE 16 macro
154 if (input_size < MIN_PACKET_SIZE || input_size > MAX_PACKET_SIZE) { in dcadec_decode_frame()
166 for (i = 0, ret = AVERROR_INVALIDDATA; i < input_size - MIN_PACKET_SIZE + 1 && ret < 0; i++) in dcadec_decode_frame()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Ddcadec.c29 #define MIN_PACKET_SIZE 16 macro
154 if (input_size < MIN_PACKET_SIZE || input_size > MAX_PACKET_SIZE) { in dcadec_decode_frame()
166 for (i = 0, ret = AVERROR_INVALIDDATA; i < input_size - MIN_PACKET_SIZE + 1 && ret < 0; i++) in dcadec_decode_frame()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Ddcadec.c29 #define MIN_PACKET_SIZE 16 macro
154 if (input_size < MIN_PACKET_SIZE || input_size > MAX_PACKET_SIZE) { in dcadec_decode_frame()
166 for (i = 0, ret = AVERROR_INVALIDDATA; i < input_size - MIN_PACKET_SIZE + 1 && ret < 0; i++) in dcadec_decode_frame()
/dports/net/wireshark/wireshark-3.6.1/capture/
H A Dcapture-pcap-util.h34 #define MIN_PACKET_SIZE 1 /* minimum amount of packet data we can read */ macro
/dports/net/wireshark-lite/wireshark-3.6.1/capture/
H A Dcapture-pcap-util.h34 #define MIN_PACKET_SIZE 1 /* minimum amount of packet data we can read */ macro
/dports/net/tshark-lite/wireshark-3.6.1/capture/
H A Dcapture-pcap-util.h34 #define MIN_PACKET_SIZE 1 /* minimum amount of packet data we can read */ macro
/dports/net/tshark/wireshark-3.6.1/capture/
H A Dcapture-pcap-util.h34 #define MIN_PACKET_SIZE 1 /* minimum amount of packet data we can read */ macro
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/smsc/
H A Dsmsc911x.c119 #define MIN_PACKET_SIZE (64) macro
120 char loopback_tx_pkt[MIN_PACKET_SIZE];
121 char loopback_rx_pkt[MIN_PACKET_SIZE];
724 memset(pdata->loopback_rx_pkt, 0, MIN_PACKET_SIZE); in smsc911x_phy_check_loopbackpkt()
729 txcmd_a |= MIN_PACKET_SIZE; in smsc911x_phy_check_loopbackpkt()
731 txcmd_b = MIN_PACKET_SIZE << 16 | MIN_PACKET_SIZE; in smsc911x_phy_check_loopbackpkt()
737 wrsz = MIN_PACKET_SIZE + 3; in smsc911x_phy_check_loopbackpkt()
787 if (pktlength != (MIN_PACKET_SIZE + 4)) { in smsc911x_phy_check_loopbackpkt()
794 for (j = 0; j < MIN_PACKET_SIZE; j++) { in smsc911x_phy_check_loopbackpkt()
858 for (i = 14; i < MIN_PACKET_SIZE; i++) in smsc911x_phy_loopbacktest()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/smsc/
H A Dsmsc911x.c119 #define MIN_PACKET_SIZE (64) macro
120 char loopback_tx_pkt[MIN_PACKET_SIZE];
121 char loopback_rx_pkt[MIN_PACKET_SIZE];
724 memset(pdata->loopback_rx_pkt, 0, MIN_PACKET_SIZE); in smsc911x_phy_check_loopbackpkt()
729 txcmd_a |= MIN_PACKET_SIZE; in smsc911x_phy_check_loopbackpkt()
731 txcmd_b = MIN_PACKET_SIZE << 16 | MIN_PACKET_SIZE; in smsc911x_phy_check_loopbackpkt()
737 wrsz = MIN_PACKET_SIZE + 3; in smsc911x_phy_check_loopbackpkt()
787 if (pktlength != (MIN_PACKET_SIZE + 4)) { in smsc911x_phy_check_loopbackpkt()
794 for (j = 0; j < MIN_PACKET_SIZE; j++) { in smsc911x_phy_check_loopbackpkt()
858 for (i = 14; i < MIN_PACKET_SIZE; i++) in smsc911x_phy_loopbacktest()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/smsc/
H A Dsmsc911x.c119 #define MIN_PACKET_SIZE (64) macro
120 char loopback_tx_pkt[MIN_PACKET_SIZE];
121 char loopback_rx_pkt[MIN_PACKET_SIZE];
724 memset(pdata->loopback_rx_pkt, 0, MIN_PACKET_SIZE); in smsc911x_phy_check_loopbackpkt()
729 txcmd_a |= MIN_PACKET_SIZE; in smsc911x_phy_check_loopbackpkt()
731 txcmd_b = MIN_PACKET_SIZE << 16 | MIN_PACKET_SIZE; in smsc911x_phy_check_loopbackpkt()
737 wrsz = MIN_PACKET_SIZE + 3; in smsc911x_phy_check_loopbackpkt()
787 if (pktlength != (MIN_PACKET_SIZE + 4)) { in smsc911x_phy_check_loopbackpkt()
794 for (j = 0; j < MIN_PACKET_SIZE; j++) { in smsc911x_phy_check_loopbackpkt()
858 for (i = 14; i < MIN_PACKET_SIZE; i++) in smsc911x_phy_loopbacktest()
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/master/
H A Dmaster.c47 #define MIN_PACKET_SIZE 5 macro
606 if (nb_bytes < MIN_PACKET_SIZE) in main()
/dports/devel/libsigrok/libsigrok-0.5.2/src/hardware/hantek-6xxx/
H A Dprotocol.h62 #define MIN_PACKET_SIZE 512 macro
/dports/security/py-paramiko/paramiko-2.7.2/paramiko/
H A Dcommon.py243 MIN_PACKET_SIZE = 2 ** 12 variable

123