Searched refs:pkts (Results 1 – 6 of 6) sorted by relevance
/third_party/openssl/test/ |
D | ssltestlib.c | 290 STACK_OF(MEMPACKET) *pkts; 338 if (!TEST_ptr(ctx->pkts = sk_MEMPACKET_new_null())) { in mempacket_test_new() 353 sk_MEMPACKET_pop_free(ctx->pkts, mempacket_free); in mempacket_test_free() 378 thispkt = sk_MEMPACKET_value(ctx->pkts, 0); in mempacket_test_read() 384 (void)sk_MEMPACKET_shift(ctx->pkts); in mempacket_test_read() 497 for(i = 0; (looppkt = sk_MEMPACKET_value(ctx->pkts, i)) != NULL; i++) { in mempacket_test_inject() 500 if (sk_MEMPACKET_insert(ctx->pkts, thispkt, i) == 0) in mempacket_test_inject() 513 nextpkt = sk_MEMPACKET_value(ctx->pkts, i); in mempacket_test_inject() 534 if (!sk_MEMPACKET_push(ctx->pkts, thispkt)) in mempacket_test_inject() 562 ret = (long)(sk_MEMPACKET_num(ctx->pkts) == 0); in mempacket_test_ctrl() [all …]
|
/third_party/libuv/src/unix/ |
D | udp.c | 321 size_t pkts; in uv__udp_sendmmsg() local 328 for (pkts = 0, q = QUEUE_HEAD(&handle->write_queue); in uv__udp_sendmmsg() 329 pkts < UV__MMSG_MAXWIDTH && q != &handle->write_queue; in uv__udp_sendmmsg() 330 ++pkts, q = QUEUE_HEAD(q)) { in uv__udp_sendmmsg() 335 p = &h[pkts]; in uv__udp_sendmmsg() 353 h[pkts].msg_hdr.msg_iov = (struct iovec*) req->bufs; in uv__udp_sendmmsg() 354 h[pkts].msg_hdr.msg_iovlen = req->nbufs; in uv__udp_sendmmsg() 358 npkts = uv__sendmmsg(handle->io_watcher.fd, h, pkts); in uv__udp_sendmmsg() 365 i < pkts && q != &handle->write_queue; in uv__udp_sendmmsg()
|
/third_party/iptables/extensions/ |
D | libxt_nfacct.man | 25 { pkts = 00000000000000000156, bytes = 00000000000000151786 } = http-traffic;
|
/third_party/popt/tests/test3-data/ |
D | 03.input | 39 # are we using an SDMUX to receive rev STP pkts?
|
/third_party/iptables/iptables/ |
D | nft-shared.c | 842 uint64_t pkts = nftnl_chain_get_u64(c, NFTNL_CHAIN_PACKETS); in nft_ipv46_save_chain() local 846 chain, policy ?: "-", pkts, bytes); in nft_ipv46_save_chain()
|
/third_party/pulseaudio/src/modules/rtp/ |
D | rfc3550.txt | 4263 int lost:24; /* cumul. no. pkts lost (signed!) */
|