Home
last modified time | relevance | path

Searched defs:packet_buf (Results 1 – 25 of 128) sorted by last modified time

123456

/dports/security/softether-devel/v4.36-9754/src/Mayaqua/
H A DNetwork.c23109 bool GetSniNameFromSslPacket(UCHAR *packet_buf, UINT packet_size, char *sni, UINT sni_size) in GetSniNameFromSslPacket()
/dports/security/softether/v4.38-9760/src/Mayaqua/
H A DNetwork.c23125 bool GetSniNameFromSslPacket(UCHAR *packet_buf, UINT packet_size, char *sni, UINT sni_size) in GetSniNameFromSslPacket()
/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Mayaqua/
H A DNetwork.c19245 bool GetSniNameFromSslPacket(UCHAR *packet_buf, UINT packet_size, char *sni, UINT sni_size) in GetSniNameFromSslPacket()
/dports/www/firefox/firefox-99.0/third_party/rust/coremidi/src/
H A Dpackets.rs579 let packet_buf = PacketBuffer::new(42, &[0x90u8, 0x40, 0x7f]); in single_packet_alloc_inline() localVariable
587 let packet_buf = PacketBuffer::new(42, &[0x90u8, 0x40, 0x7f]); in packet_buffer_deref() localVariable
597 let mut packet_buf = PacketBuffer::new(42, &[0x90u8, 0x40, 0x7f]); in packet_list_length() localVariable
606 let packet_buf = PacketBuffer::with_capacity(128); in packet_buffer_empty_with_capacity() localVariable
613 let packet_buf = PacketBuffer::with_capacity(0); in packet_buffer_with_capacity_zero() localVariable
620 let mut packet_buf = PacketBuffer::with_capacity(128); in packet_buffer_with_capacity() localVariable
630 let mut packet_buf = PacketBuffer::new(42, &[0x90u8, 0x40, 0x7f]); in packet_buffer_clear() localVariable
755 let mut packet_buf = PacketBuffer::new(packets[0].0, &packets[0].1); in compare_packet_list() localVariable
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/output/
H A Dp_dts.cpp49 memory_cptr packet_buf; in get_dts_packet() local
/dports/net/wireshark/wireshark-3.6.1/ui/
H A Dtext_import.c196 static guint8 *packet_buf; variable
H A Dtap_export_pdu.c35 guint8 *packet_buf; in export_pdu_packet() local
/dports/net/wireshark-lite/wireshark-3.6.1/ui/
H A Dtap_export_pdu.c35 guint8 *packet_buf; in export_pdu_packet() local
H A Dtext_import.c196 static guint8 *packet_buf; variable
/dports/net/wireshark-lite/wireshark-3.6.1/
H A Dtext2pcap.c197 static guint8 packet_buf[WTAP_MAX_PACKET_SIZE_STANDARD]; variable
/dports/net/wireshark/wireshark-3.6.1/wiretap/
H A Dnettrace_3gpp_32_423.c244 guint8 *packet_buf; in nettrace_msg_to_packet() local
/dports/net/wireshark/wireshark-3.6.1/
H A Dtext2pcap.c197 static guint8 packet_buf[WTAP_MAX_PACKET_SIZE_STANDARD]; variable
/dports/net/wireshark-lite/wireshark-3.6.1/wiretap/
H A Dnettrace_3gpp_32_423.c244 guint8 *packet_buf; in nettrace_msg_to_packet() local
/dports/net/tshark-lite/wireshark-3.6.1/wiretap/
H A Dnettrace_3gpp_32_423.c244 guint8 *packet_buf; in nettrace_msg_to_packet() local
/dports/net/tshark-lite/wireshark-3.6.1/
H A Dtext2pcap.c197 static guint8 packet_buf[WTAP_MAX_PACKET_SIZE_STANDARD]; variable
/dports/net/tshark/wireshark-3.6.1/ui/
H A Dtap_export_pdu.c35 guint8 *packet_buf; in export_pdu_packet() local
H A Dtext_import.c196 static guint8 *packet_buf; variable
/dports/net/tshark/wireshark-3.6.1/
H A Dtext2pcap.c197 static guint8 packet_buf[WTAP_MAX_PACKET_SIZE_STANDARD]; variable
/dports/net/tshark/wireshark-3.6.1/wiretap/
H A Dnettrace_3gpp_32_423.c244 guint8 *packet_buf; in nettrace_msg_to_packet() local
/dports/emulators/qemu/qemu-6.2.0/hw/net/
H A Dallwinner-sun8i-emac.c502 static uint8_t packet_buf[2048]; in allwinner_sun8i_emac_transmit() local
/dports/security/suricata/suricata-6.0.4/src/
H A Ddetect-engine-analyzer.c973 uint32_t packet_buf = 0; in EngineAnalysisRules() local
/dports/www/trafficserver/trafficserver-9.1.1/iocore/net/
H A DQUICNetVConnection.cc831 uint8_t packet_buf[QUICPacket::MAX_INSTANCE_SIZE]; in state_handshake() local
1403 uint8_t packet_buf[QUICPacket::MAX_INSTANCE_SIZE]; in _state_connection_established_receive_packet() local
1447 uint8_t packet_buf[QUICPacket::MAX_INSTANCE_SIZE]; in _state_closing_receive_packet() local
1479 uint8_t packet_buf[QUICPacket::MAX_INSTANCE_SIZE]; in _state_draining_receive_packet() local
1516 uint8_t packet_buf[QUICPacket::MAX_INSTANCE_SIZE]; in _state_common_send_packet() local
1654 QUICNetVConnection::_packetize_frames(uint8_t *packet_buf, QUICEncryptionLevel level, uint64_t max_… in _packetize_frames()
1831 QUICNetVConnection::_build_packet(uint8_t *packet_buf, QUICEncryptionLevel level, const Ptr<IOBuffe… in _build_packet()
1926 QUICNetVConnection::_dequeue_recv_packet(uint8_t *packet_buf, QUICPacketCreationResult &result) in _dequeue_recv_packet()
H A DQUICPacketHandler.cc506 uint8_t packet_buf[QUICPacket::MAX_INSTANCE_SIZE]; in _send_invalid_token_error() local
/dports/www/trafficserver/trafficserver-9.1.1/iocore/net/quic/
H A DQUICPacketFactory.cc65 QUICPacketFactory::create(uint8_t *packet_buf, UDPConnection *udp_con, IpEndpoint from, IpEndpoint … in create()
208 QUICPacketFactory::create_initial_packet(uint8_t *packet_buf, QUICConnectionId destination_cid, QUI… in create_initial_packet()
239 QUICPacketFactory::create_handshake_packet(uint8_t *packet_buf, QUICConnectionId destination_cid, Q… in create_handshake_packet()
263 QUICPacketFactory::create_zero_rtt_packet(uint8_t *packet_buf, QUICConnectionId destination_cid, QU… in create_zero_rtt_packet()
287 QUICPacketFactory::create_short_header_packet(uint8_t *packet_buf, QUICConnectionId destination_cid, in create_short_header_packet()
H A DQUICPacketReceiveQueue.cc50 QUICPacketReceiveQueue::dequeue(uint8_t *packet_buf, QUICPacketCreationResult &result) in dequeue()

123456