Home
last modified time | relevance | path

Searched defs:packet_buf (Results 1 – 25 of 128) sorted by relevance

123456

/dports/www/trafficserver/trafficserver-9.1.1/iocore/net/quic/test/
H A Dtest_QUICVersionNegotiator.cc52 uint8_t packet_buf[QUICPacket::MAX_INSTANCE_SIZE]; variable
71 uint8_t packet_buf[QUICPacket::MAX_INSTANCE_SIZE]; variable
90 uint8_t packet_buf[QUICPacket::MAX_INSTANCE_SIZE]; variable
H A Dtest_QUICPacketFactory.cc105 uint8_t packet_buf[QUICPacket::MAX_INSTANCE_SIZE]; variable
/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()
/dports/net/gnu-radius/radius-1.6.1/snmplib/
H A Dsnmp_send.c70 u_char packet_buf[SNMP_PACKET_LENGTH]; in snmp_request_xmit() local
104 u_char *packet_buf, int *length) in snmp_encode_request()
/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/audio/moc/moc-2.5.2/
H A Dprotocol.c38 struct packet_buf struct
40 char *buf;
41 size_t allocated;
42 size_t len;
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/function_types/detail/
H A Dclass_transform.hpp35 template<typename T> struct class_transform< T, mpl::identity<_> >
/dports/devel/silc-toolkit/silc-toolkit-1.1.12/lib/silcsftp/
H A Dsftp_util.c33 SilcBuffer packet_buf, SilcUInt32 len, ...) in silc_sftp_packet_encode()
49 SilcBuffer packet_buf, SilcUInt32 len, in silc_sftp_packet_encode_vp()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Ddvbsub_parser.c41 uint8_t packet_buf[PARSE_BUF_SIZE]; member
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Ddvbsub_parser.c41 uint8_t packet_buf[PARSE_BUF_SIZE]; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Ddvbsub_parser.c41 uint8_t packet_buf[PARSE_BUF_SIZE]; member
/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()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Ddvbsub_parser.c31 uint8_t *packet_buf; member
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavcodec/
H A Ddvbsub_parser.c35 uint8_t *packet_buf; member
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Ddvbsub_parser.c31 uint8_t *packet_buf; member
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Ddvbsub_parser.c38 uint8_t *packet_buf; member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Ddvbsub_parser.c38 uint8_t *packet_buf; member
/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-lite/wireshark-3.6.1/ui/
H A Dtap_export_pdu.c35 guint8 *packet_buf; in export_pdu_packet() local
/dports/net/wireshark/wireshark-3.6.1/ui/
H A Dtap_export_pdu.c35 guint8 *packet_buf; in export_pdu_packet() local
/dports/net/tshark/wireshark-3.6.1/ui/
H A Dtap_export_pdu.c35 guint8 *packet_buf; in export_pdu_packet() local
/dports/security/softether/v4.38-9760/src/Neo/
H A DNeo.c178 void *packet_buf; in NeoWrite() local
/dports/security/softether-devel/v4.36-9754/src/Neo/
H A DNeo.c178 void *packet_buf; in NeoWrite() local
/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Neo/
H A DNeo.c81 void *packet_buf; in NeoWrite() local

123456