Home
last modified time | relevance | path

Searched defs:packet_buffer (Results 1 – 25 of 266) sorted by relevance

1234567891011

/dports/games/retroarch/RetroArch-1.9.7/cores/libretro-ffmpeg/
H A Dpacket_buffer.c12 struct packet_buffer struct
30 void packet_buffer_destroy(packet_buffer_t *packet_buffer) in packet_buffer_destroy()
52 void packet_buffer_clear(packet_buffer_t **packet_buffer) in packet_buffer_clear()
61 bool packet_buffer_empty(packet_buffer_t *packet_buffer) in packet_buffer_empty()
69 size_t packet_buffer_size(packet_buffer_t *packet_buffer) in packet_buffer_size()
77 void packet_buffer_add_packet(packet_buffer_t *packet_buffer, AVPacket *pkt) in packet_buffer_add_packet()
100 void packet_buffer_get_packet(packet_buffer_t *packet_buffer, AVPacket *pkt) in packet_buffer_get_packet()
123 int64_t packet_buffer_peek_start_pts(packet_buffer_t *packet_buffer) in packet_buffer_peek_start_pts()
131 int64_t packet_buffer_peek_end_pts(packet_buffer_t *packet_buffer) in packet_buffer_peek_end_pts()
/dports/net/hexinject/hexinject/
H A Dprettypacket.h171 void tcp_print (const uint8_t *packet_buffer, int size) { in tcp_print()
202 void udp_print (const uint8_t *packet_buffer, int size) { in udp_print()
228 void icmp_print (const uint8_t *packet_buffer, int size) { in icmp_print()
280 void igmp_print (const uint8_t *packet_buffer, int size) { in igmp_print()
306 void ip_print (const uint8_t *packet_buffer, int size) { in ip_print()
341 void ipv6_print (const uint8_t *packet_buffer, int size) { in ipv6_print()
461 void arp_print (const uint8_t *packet_buffer, int size) { in arp_print()
540 void isl_print (const uint8_t *packet_buffer, int size) { in isl_print()
598 void dtp_print (const uint8_t *packet_buffer, int size) { in dtp_print()
628 void stp_print (const uint8_t *packet_buffer, int size) { in stp_print()
[all …]
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/tools/uhd_dump/
H A Duhd_dump.c114 void get_packet(struct pbuf_info *packet_buffer , const struct pcap_pkthdr *header, const u_char *p… in get_packet()
141 …udp_port_from_file(const u16 udp_port, const char *filename, struct pbuf_info *packet_buffer, stru… in get_udp_port_from_file()
211 void get_everything_from_file(const char *filename, struct pbuf_info *packet_buffer, struct timeval… in get_everything_from_file()
262 void print_raw(const struct pbuf_info *packet_buffer, const int count) in print_raw()
273 void print_direction(const struct pbuf_info *packet_buffer, const struct in_addr *host_addr, const … in print_direction()
289 void print_size(const struct pbuf_info *packet_buffer) in print_size()
300 void print_sid(const struct pbuf_info *packet_buffer) in print_sid()
343 void print_vita_header(const struct pbuf_info *packet_buffer, const struct in_addr *host_addr) in print_vita_header()
478 void get_connection_endpoints( struct pbuf_info *packet_buffer, struct in_addr *host_addr, struct … in get_connection_endpoints()
/dports/devel/pecl-swoole/swoole-4.8.5/src/server/
H A Dport.cc28 namespace swoole { in get_packet_buffer()
29 in get_packet_buffer()
30 static int Port_onRead_raw(Reactor *reactor, ListenPort *lp, Event *event); in get_packet_buffer()
48 bool ListenPort::ssl_add_sni_cert(const std::string &name, SSLContext *ctx) { in get_packet_buffer()
98 if (port->sni_contexts.empty()) { in get_packet_buffer()
167 #endif in get_packet_buffer()
168 in get_packet_buffer()
169 #ifdef SO_ACCEPTFILTER in get_packet_buffer()
/dports/net/mtr-nox11/mtr-0.94/packet/
H A Dconstruct_unix.c103 char *packet_buffer, in construct_ip4_header()
132 char *packet_buffer, in construct_icmp4_header()
160 char *packet_buffer, in construct_icmp6_packet()
244 char *packet_buffer, in construct_udp4_header()
293 char *packet_buffer, in construct_udp6_packet()
544 char *packet_buffer, in construct_ip4_packet()
668 char *packet_buffer, in construct_ip6_packet()
786 char *packet_buffer, in construct_packet()
/dports/net/mtr/mtr-0.94/packet/
H A Dconstruct_unix.c103 char *packet_buffer, in construct_ip4_header()
132 char *packet_buffer, in construct_icmp4_header()
160 char *packet_buffer, in construct_icmp6_packet()
244 char *packet_buffer, in construct_udp4_header()
293 char *packet_buffer, in construct_udp6_packet()
544 char *packet_buffer, in construct_ip4_packet()
668 char *packet_buffer, in construct_ip6_packet()
786 char *packet_buffer, in construct_packet()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/firewire/
H A Dnosy.c58 struct packet_buffer { struct
59 char *data;
60 size_t capacity;
61 long total_packet_count, lost_packet_count;
62 atomic_t size;
63 struct packet *head, *tail;
64 wait_queue_head_t wait;
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/firewire/
H A Dnosy.c58 struct packet_buffer { struct
59 char *data;
60 size_t capacity;
61 long total_packet_count, lost_packet_count;
62 atomic_t size;
63 struct packet *head, *tail;
64 wait_queue_head_t wait;
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/firewire/
H A Dnosy.c58 struct packet_buffer { struct
59 char *data;
60 size_t capacity;
61 long total_packet_count, lost_packet_count;
62 atomic_t size;
63 struct packet *head, *tail;
64 wait_queue_head_t wait;
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/
H A Ddecision_logic_normal.h26 int output_size_samples, in Create()
58 Modes prev_mode, bool play_dtmf, in DecisionLogic()
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/modules/audio_coding/neteq/
H A Ddecision_logic.cc30 const PacketBuffer& packet_buffer, in Create()
62 const PacketBuffer& packet_buffer, in DecisionLogic()
H A Ddecision_logic_fax.h29 const PacketBuffer& packet_buffer, in DecisionLogicFax()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/audio_coding/neteq/
H A Ddecision_logic.cc29 const PacketBuffer& packet_buffer, in Create()
54 const PacketBuffer& packet_buffer, in DecisionLogic()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/audio_coding/neteq/
H A Ddecision_logic.cc29 const PacketBuffer& packet_buffer, in Create()
54 const PacketBuffer& packet_buffer, in DecisionLogic()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/
H A Ddecision_logic.cc30 const PacketBuffer& packet_buffer, in Create()
55 const PacketBuffer& packet_buffer, in DecisionLogic()
H A Ddecision_logic_fax.h29 const PacketBuffer& packet_buffer, in DecisionLogicFax()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/audio_coding/neteq/
H A Ddecision_logic.cc29 const PacketBuffer& packet_buffer, in Create()
54 const PacketBuffer& packet_buffer, in DecisionLogic()
/dports/devel/godot/godot-3.2.3-stable/modules/mbedtls/
H A Dpacket_peer_mbed_dtls.h45 uint8_t packet_buffer[PACKET_BUFFER_SIZE]; variable
/dports/devel/godot-tools/godot-3.2.3-stable/modules/mbedtls/
H A Dpacket_peer_mbed_dtls.h45 uint8_t packet_buffer[PACKET_BUFFER_SIZE]; variable
/dports/audio/jack/jack2-eaedec353489f26617221d66f80fd2503953c663/macosx/coremidi/
H A DJackCoreMidiOutputPort.h46 char packet_buffer[PACKET_BUFFER_SIZE]; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/test/fuzzers/
H A Dpacket_buffer_fuzzer.cc28 video_coding::PacketBuffer packet_buffer(&clock, 8, 1024); in FuzzOneInput() local
/dports/multimedia/tstools/tstools-1.11/
H A Dm2ts2ts.c67 static void parse_m2ts_packet(m2ts_packet_buffer_p packet_buffer) in parse_m2ts_packet()
97 m2ts_packet_buffer_p packet_buffer; in extract_packets() local
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/router/src/mock_server/src/
H A Dmysql_protocol_decoder.h95 std::vector<byte> packet_buffer; member
/dports/devel/godot/godot-3.2.3-stable/modules/webrtc/
H A Dwebrtc_data_channel_js.h55 uint8_t packet_buffer[PACKET_BUFFER_SIZE]; variable
/dports/devel/godot-tools/godot-3.2.3-stable/modules/webrtc/
H A Dwebrtc_data_channel_js.h55 uint8_t packet_buffer[PACKET_BUFFER_SIZE]; variable

1234567891011