OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:num_packets
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/mDNSResponder/dist/ServiceRegistration/test/
test-packet.c
47
int
num_packets
;
member in struct:test_packet_state
103
TEST_FAIL_CHECK(state, packet_state->
num_packets
< MAX_PACKETS, "more than maximum number of packets");
105
for (int i = packet_state->
num_packets
; i > 0; i--) {
110
packet_state->packets[packet_state->
num_packets
] = message;
112
packet_state->
num_packets
++;
127
packet_state->packets, packet_state->
num_packets
);
149
if (index < state->
num_packets
) {
152
for (int i = index + 1; i < state->
num_packets
; i++) {
155
state->
num_packets
--;
test-srpl.c
45
int
num_packets
;
member in struct:test_packet_state
/src/sys/external/bsd/dwc2/dist/
dwc2_hcdddma.c
696
int
num_packets
;
local
699
num_packets
= (len + chan->max_packet - 1)
703
num_packets
= 1;
706
len =
num_packets
* chan->max_packet;
dwc2_core.c
1844
u16
num_packets
;
local
1867
num_packets
= 1;
1920
num_packets
= (chan->xfer_len + chan->max_packet - 1) /
1922
if (
num_packets
> max_hc_pkt_count) {
1923
num_packets
= max_hc_pkt_count;
1924
chan->xfer_len =
num_packets
* chan->max_packet;
1928
num_packets
= 1;
1936
chan->xfer_len =
num_packets
* chan->max_packet;
1944
chan->multi_count =
num_packets
;
1956
chan->start_pkt_count =
num_packets
;
[
all
...]
/src/external/bsd/unbound/dist/services/
listen_dnsport.c
5351
size_t
num_packets
= 0, max_packets = 65535;
local
5484
if(++
num_packets
== max_packets)
/src/sys/dev/stbi/
stb_image.c
4128
int act_comp=0,
num_packets
=0,y,chained;
local
4136
if (
num_packets
==sizeof(packets)/sizeof(packets[0]))
4139
packet = &packets[
num_packets
++];
4157
for(packet_idx=0; packet_idx <
num_packets
; ++packet_idx) {
/src/external/bsd/wpa/dist/src/drivers/
driver.h
6537
* @
num_packets
: Number of packets lost (consecutive packets not
6542
u32
num_packets
;
member in struct:wpa_event_data::low_ack
Completed in 72 milliseconds
Indexes created Sat May 02 00:23:24 UTC 2026