Home
last modified time | relevance | path

Searched refs:packet_bytes (Results 51 – 75 of 132) sorted by relevance

123456

/dports/www/h2o-devel/h2o-dcc7134/deps/quicly/t/
H A Dtest.c325 … uint8_t packet_bytes[] = {0xff, 0xff, 0x00, 0x00, 0x1d, 0x00, 0x08, 0xf0, 0x67, 0xa5, 0x50, 0x2a, in test_retry_aead() local
331 … 0, decoded_len = quicly_decode_packet(&quic_ctx, &decoded, packet_bytes, sizeof(packet_bytes), &o… in test_retry_aead()
332 ok(decoded_len == sizeof(packet_bytes)); in test_retry_aead()
333 ok(off == sizeof(packet_bytes)); in test_retry_aead()
/dports/net/mtr-nox11/mtr-0.94/packet/
H A Dconstruct_unix.c47 const uint8_t *packet_bytes = (uint8_t *) packet; in compute_checksum() local
53 sum += packet_bytes[i] << 8; in compute_checksum()
55 sum += packet_bytes[i]; in compute_checksum()
/dports/net/mtr/mtr-0.94/packet/
H A Dconstruct_unix.c47 const uint8_t *packet_bytes = (uint8_t *) packet; in compute_checksum() local
53 sum += packet_bytes[i] << 8; in compute_checksum()
55 sum += packet_bytes[i]; in compute_checksum()
/dports/security/highwayhash/highwayhash-bdd572de8cfa3a1fbef6ba32307c2629db7c4773/highwayhash/
H A Dhh_sse41.h63 HH_INLINE void Update(const HHPacket& packet_bytes) { in Update() argument
65 reinterpret_cast<const uint64_t * HH_RESTRICT>(packet_bytes); in Update()
H A Dhh_vsx.h107 HH_INLINE void Update(const HHPacket& packet_bytes) { in Update() argument
109 reinterpret_cast<const uint64_t * HH_RESTRICT>(packet_bytes); in Update()
H A Dhh_neon.h64 HH_INLINE void Update(const HHPacket& packet_bytes) { in Update() argument
66 reinterpret_cast<const uint64_t * HH_RESTRICT>(packet_bytes); in Update()
H A Dhh_avx2.h70 HH_INLINE void Update(const HHPacket& packet_bytes) { in Update() argument
72 reinterpret_cast<const uint64_t * HH_RESTRICT>(packet_bytes); in Update()
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavformat/
H A Dmpegenc.c607 static void put_padding_packet(AVFormatContext *ctx, ByteIOContext *pb,int packet_bytes) in put_padding_packet() argument
613 put_be16(pb, packet_bytes - 6); in put_padding_packet()
616 packet_bytes -= 7; in put_padding_packet()
618 packet_bytes -= 6; in put_padding_packet()
620 for(i=0;i<packet_bytes;i++) in put_padding_packet()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/sys/win32/
H A Dsys.c503 int packet_bytes; /* 0: continuous stream, 1, 2, or 4: the number member
647 new_driver_data(ErlDrvPort port_num, int packet_bytes, int wait_objs_required, int use_threads) in new_driver_data() argument
651 DEBUGF(("new_driver_data(%p, pb %d)\n", port_num, packet_bytes)); in new_driver_data()
664 dp->totalNeeded = packet_bytes; in new_driver_data()
673 dp->packet_bytes = packet_bytes; in new_driver_data()
1209 if ((dp = new_driver_data(port_num, opts->packet_bytes, neededSelects, in spawn_start()
2147 if ((dp = new_driver_data(port_num, opts->packet_bytes, 2, TRUE)) == NULL) in fd_start()
2264 if ((dp = new_driver_data(port_num, opts->packet_bytes, 2, FALSE)) == NULL) in vanilla_start()
2445 pb = dp->packet_bytes; in output()
2548 pb = dp->packet_bytes; in ready_input()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/sys/win32/
H A Dsys.c503 int packet_bytes; /* 0: continuous stream, 1, 2, or 4: the number member
647 new_driver_data(ErlDrvPort port_num, int packet_bytes, int wait_objs_required, int use_threads) in new_driver_data() argument
651 DEBUGF(("new_driver_data(%p, pb %d)\n", port_num, packet_bytes)); in new_driver_data()
664 dp->totalNeeded = packet_bytes; in new_driver_data()
673 dp->packet_bytes = packet_bytes; in new_driver_data()
1209 if ((dp = new_driver_data(port_num, opts->packet_bytes, neededSelects, in spawn_start()
2147 if ((dp = new_driver_data(port_num, opts->packet_bytes, 2, TRUE)) == NULL) in fd_start()
2264 if ((dp = new_driver_data(port_num, opts->packet_bytes, 2, FALSE)) == NULL) in vanilla_start()
2445 pb = dp->packet_bytes; in output()
2548 pb = dp->packet_bytes; in ready_input()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/sys/win32/
H A Dsys.c502 int packet_bytes; /* 0: continuous stream, 1, 2, or 4: the number member
646 new_driver_data(ErlDrvPort port_num, int packet_bytes, int wait_objs_required, int use_threads) in new_driver_data() argument
650 DEBUGF(("new_driver_data(%p, pb %d)\n", port_num, packet_bytes)); in new_driver_data()
663 dp->totalNeeded = packet_bytes; in new_driver_data()
672 dp->packet_bytes = packet_bytes; in new_driver_data()
1208 if ((dp = new_driver_data(port_num, opts->packet_bytes, neededSelects, in spawn_start()
2146 if ((dp = new_driver_data(port_num, opts->packet_bytes, 2, TRUE)) == NULL) in fd_start()
2263 if ((dp = new_driver_data(port_num, opts->packet_bytes, 2, FALSE)) == NULL) in vanilla_start()
2444 pb = dp->packet_bytes; in output()
2547 pb = dp->packet_bytes; in ready_input()
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/sys/win32/
H A Dsys.c503 int packet_bytes; /* 0: continuous stream, 1, 2, or 4: the number member
647 new_driver_data(ErlDrvPort port_num, int packet_bytes, int wait_objs_required, int use_threads) in new_driver_data() argument
651 DEBUGF(("new_driver_data(%p, pb %d)\n", port_num, packet_bytes)); in new_driver_data()
664 dp->totalNeeded = packet_bytes; in new_driver_data()
673 dp->packet_bytes = packet_bytes; in new_driver_data()
1209 if ((dp = new_driver_data(port_num, opts->packet_bytes, neededSelects, in spawn_start()
2147 if ((dp = new_driver_data(port_num, opts->packet_bytes, 2, TRUE)) == NULL) in fd_start()
2264 if ((dp = new_driver_data(port_num, opts->packet_bytes, 2, FALSE)) == NULL) in vanilla_start()
2445 pb = dp->packet_bytes; in output()
2548 pb = dp->packet_bytes; in ready_input()
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/sys/win32/
H A Dsys.c503 int packet_bytes; /* 0: continuous stream, 1, 2, or 4: the number member
647 new_driver_data(ErlDrvPort port_num, int packet_bytes, int wait_objs_required, int use_threads) in new_driver_data() argument
651 DEBUGF(("new_driver_data(%p, pb %d)\n", port_num, packet_bytes)); in new_driver_data()
664 dp->totalNeeded = packet_bytes; in new_driver_data()
673 dp->packet_bytes = packet_bytes; in new_driver_data()
1209 if ((dp = new_driver_data(port_num, opts->packet_bytes, neededSelects, in spawn_start()
2147 if ((dp = new_driver_data(port_num, opts->packet_bytes, 2, TRUE)) == NULL) in fd_start()
2264 if ((dp = new_driver_data(port_num, opts->packet_bytes, 2, FALSE)) == NULL) in vanilla_start()
2445 pb = dp->packet_bytes; in output()
2548 pb = dp->packet_bytes; in ready_input()
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/sys/win32/
H A Dsys.c503 int packet_bytes; /* 0: continuous stream, 1, 2, or 4: the number member
647 new_driver_data(ErlDrvPort port_num, int packet_bytes, int wait_objs_required, int use_threads) in new_driver_data() argument
651 DEBUGF(("new_driver_data(%p, pb %d)\n", port_num, packet_bytes)); in new_driver_data()
664 dp->totalNeeded = packet_bytes; in new_driver_data()
673 dp->packet_bytes = packet_bytes; in new_driver_data()
1209 if ((dp = new_driver_data(port_num, opts->packet_bytes, neededSelects, in spawn_start()
2147 if ((dp = new_driver_data(port_num, opts->packet_bytes, 2, TRUE)) == NULL) in fd_start()
2264 if ((dp = new_driver_data(port_num, opts->packet_bytes, 2, FALSE)) == NULL) in vanilla_start()
2445 pb = dp->packet_bytes; in output()
2548 pb = dp->packet_bytes; in ready_input()
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/sys/win32/
H A Dsys.c500 int packet_bytes; /* 0: continuous stream, 1, 2, or 4: the number member
641 new_driver_data(ErlDrvPort port_num, int packet_bytes, int wait_objs_required, int use_threads) in new_driver_data() argument
645 DEBUGF(("new_driver_data(%p, pb %d)\n", port_num, packet_bytes)); in new_driver_data()
658 dp->totalNeeded = packet_bytes; in new_driver_data()
667 dp->packet_bytes = packet_bytes; in new_driver_data()
1203 if ((dp = new_driver_data(port_num, opts->packet_bytes, neededSelects, in spawn_start()
2141 if ((dp = new_driver_data(port_num, opts->packet_bytes, 2, TRUE)) == NULL) in fd_start()
2257 if ((dp = new_driver_data(port_num, opts->packet_bytes, 2, FALSE)) == NULL) in vanilla_start()
2435 pb = dp->packet_bytes; in output()
2527 pb = dp->packet_bytes; in ready_input()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavformat/
H A Dmpegenc.c560 int packet_bytes) in put_padding_packet() argument
566 avio_wb16(pb, packet_bytes - 6); in put_padding_packet()
569 packet_bytes -= 7; in put_padding_packet()
571 packet_bytes -= 6; in put_padding_packet()
573 for (i = 0; i < packet_bytes; i++) in put_padding_packet()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavformat/
H A Dmpegenc.c578 int packet_bytes) in put_padding_packet() argument
584 avio_wb16(pb, packet_bytes - 6); in put_padding_packet()
587 packet_bytes -= 7; in put_padding_packet()
589 packet_bytes -= 6; in put_padding_packet()
591 for (i = 0; i < packet_bytes; i++) in put_padding_packet()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavformat/
H A Dmpegenc.c598 int packet_bytes) in put_padding_packet() argument
604 avio_wb16(pb, packet_bytes - 6); in put_padding_packet()
607 packet_bytes -= 7; in put_padding_packet()
609 packet_bytes -= 6; in put_padding_packet()
611 for (i = 0; i < packet_bytes; i++) in put_padding_packet()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavformat/
H A Dmpegenc.c598 int packet_bytes) in put_padding_packet() argument
604 avio_wb16(pb, packet_bytes - 6); in put_padding_packet()
607 packet_bytes -= 7; in put_padding_packet()
609 packet_bytes -= 6; in put_padding_packet()
611 for (i = 0; i < packet_bytes; i++) in put_padding_packet()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavformat/
H A Dmpegenc.c560 int packet_bytes) in put_padding_packet() argument
566 avio_wb16(pb, packet_bytes - 6); in put_padding_packet()
569 packet_bytes -= 7; in put_padding_packet()
571 packet_bytes -= 6; in put_padding_packet()
573 for (i = 0; i < packet_bytes; i++) in put_padding_packet()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavformat/
H A Dmpegenc.c598 int packet_bytes) in put_padding_packet() argument
604 avio_wb16(pb, packet_bytes - 6); in put_padding_packet()
607 packet_bytes -= 7; in put_padding_packet()
609 packet_bytes -= 6; in put_padding_packet()
611 for (i = 0; i < packet_bytes; i++) in put_padding_packet()
/dports/multimedia/handbrake/ffmpeg-4.4/libavformat/
H A Dmpegenc.c598 int packet_bytes) in put_padding_packet() argument
604 avio_wb16(pb, packet_bytes - 6); in put_padding_packet()
607 packet_bytes -= 7; in put_padding_packet()
609 packet_bytes -= 6; in put_padding_packet()
611 for (i = 0; i < packet_bytes; i++) in put_padding_packet()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/quic/test_tools/
H A Dquic_test_utils.cc1525 char* packet_bytes, in WriteServerVersionNegotiationProbeResponse() argument
1529 if (packet_bytes == nullptr) { in WriteServerVersionNegotiationProbeResponse()
1554 memcpy(packet_bytes, encrypted_packet->data(), *packet_length_out); in WriteServerVersionNegotiationProbeResponse()
1559 const char* packet_bytes, in ParseClientVersionNegotiationProbePacket() argument
1563 if (packet_bytes == nullptr) { in ParseClientVersionNegotiationProbePacket()
1581 QuicEncryptedPacket encrypted_packet(packet_bytes, packet_length); in ParseClientVersionNegotiationProbePacket()
/dports/net/wireshark-lite/wireshark-3.6.1/
H A Dcapinfos.c186 guint64 packet_bytes; member
695 printf ("%" G_GINT64_MODIFIER "u bytes\n", cf_info->packet_bytes); in print_stats()
697 size_string = format_size(cf_info->packet_bytes, format_size_unit_bytes); in print_stats()
961 printf("%" G_GINT64_MODIFIER "u", cf_info->packet_bytes); in print_stats_table()
1452 cf_info.packet_bytes = bytes; in process_cap_file()
/dports/security/passivedns/passivedns-1.2.1-22-gd757713/src/
H A Dpassivedns.c235 pi->packet_bytes = (pi->ip4->ip_len - (IP_HL(pi->ip4) * 4)); in prepare_ip4()
309 pi->packet_bytes = pi->ip6->len; in prepare_ip6()
563 cxt->s_total_bytes += pi->packet_bytes; in cxt_update_client()
584 cxt->s_total_bytes += pi->packet_bytes; in cxt_update_unknown()
605 cxt->d_total_bytes += pi->packet_bytes; in cxt_update_server()

123456