Home
last modified time | relevance | path

Searched refs:send_list (Results 1 – 25 of 280) sorted by relevance

12345678910>>...12

/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/prolog/lib/
H A Dpce_util.pl61 send_list(:, +),
62 send_list(:, +, +),
109 send_list(X, _) :-
112 send_list(_, X) :-
116 ( send_list([], _) :- !)).
117 send_list(_, []) :- !.
155 send_list(X, _, _) :-
158 send_list(_, X, _) :-
161 send_list(_, _, X) :-
166 send_list(_, [], _) :- !.
[all …]
/dports/security/silktools/silk-3.19.1/src/flowcap/tests/
H A Dflowcap-daemon.py54 send_list = [PduSender(int(count), int(port), address=addr, log=log)
59 send_list += [TcpSender(open(fname, "rb"), int(port), address=addr, log=log)
66 for x in send_list:
68 return send_list
70 def stop_network_data(send_list): argument
71 for x in send_list:
123 send_list = None
176 if match and send_list is None:
177 send_list = send_network_data(options)
199 if send_list:
[all …]
/dports/net/pjsip/pjproject-2.11.1/pjsip/src/pjsip/
H A Dsip_transport_loop.c43 struct send_list struct
45 PJ_DECL_LIST_MEMBER(struct send_list);
65 struct send_list send_list; argument
124 struct send_list *sent_status; in add_notification()
233 while (!pj_list_empty(&loop->send_list)) { in loop_destroy()
234 struct send_list *node = loop->send_list.next; in loop_destroy()
264 struct send_list s; in loop_transport_worker_thread()
278 while (!pj_list_empty(&loop->send_list)) { in loop_transport_worker_thread()
279 struct send_list *node = loop->send_list.next; in loop_transport_worker_thread()
314 struct send_list *node = s.next; in loop_transport_worker_thread()
[all …]
/dports/security/silktools/silk-3.19.1/src/rwflowpack/tests/
H A Drwflowpack-daemon.py52 send_list = [PduSender(int(count), int(port), address=addr, log=log)
57 send_list += [TcpSender(open(fname, "rb"), int(port), address=addr, log=log)
59 for x in send_list:
61 return send_list
63 def stop_network_data(send_list): argument
64 for x in send_list:
168 send_list = None
226 if send_list is None:
227 send_list = send_network_data(options)
251 if send_list:
[all …]
/dports/polish/libgadu/libgadu-1.12.2/test/automatic/
H A Dpacket.c248 } send_list[] = { variable
267 if (send_state >= sizeof(send_list) / sizeof(send_list[0])) { in my_send()
272 if ((size_t)len != send_list[send_state].expect_len) { in my_send()
273 …fprintf(stderr, "Expected %d bytes instead of %d\n", (int) send_list[send_state].expect_len, (int)… in my_send()
277 if (memcmp(buf, send_list[send_state].expect_buf, len) != 0) { in my_send()
282 errno = send_list[send_state].result_errno; in my_send()
283 res = send_list[send_state].result_value; in my_send()
374 if (send_state != sizeof(send_list) / sizeof(send_list[0])) { in test_send_packet()
/dports/math/libmesh/libmesh-1.6.2/src/systems/
H A Dtransient_system.C92 const std::vector<dof_id_type> & send_list = this->get_dof_map().get_send_list (); in re_update() local
99 libmesh_assert_greater_equal (older_local_solution->size(), send_list.size()); in re_update()
100 libmesh_assert_greater_equal (old_local_solution->size(), send_list.size()); in re_update()
111 send_list); in re_update()
115 send_list); in re_update()
/dports/science/code_saturne/code_saturne-7.1.0/src/base/
H A Dcs_halo_cuda.cu145 const cs_lnum_t *send_list = (cs_lnum_t *)cs_get_device_ptr(halo->send_list); in cs_halo_cuda_pack_send_buffer_real() local
163 (length, send_list+start, var, send_buffer+start); in cs_halo_cuda_pack_send_buffer_real()
166 (length, stride, send_list+start, var, send_buffer); in cs_halo_cuda_pack_send_buffer_real()
H A Dcs_halo.c610 halo->send_list = NULL; in cs_halo_create()
643 cs_sync_h2d(halo->send_list); in cs_halo_create_complete()
744 halo->send_list = NULL; in cs_halo_create_from_ref()
960 MPI_Irecv(halo->send_list + r_shift, in cs_halo_create_from_rank_neighbors()
1030 CS_FREE_HD(_halo->send_list); in cs_halo_destroy()
1154 halo->send_list[j] = new_cell_id[halo->send_list[j]]; in cs_halo_renumber_cells()
1156 cs_sync_h2d(halo->send_list); in cs_halo_renumber_cells()
1298 halo->send_list[j] = send_buf[j]; in cs_halo_renumber_ghost_cells()
1301 cs_sync_h2d(halo->send_list); in cs_halo_renumber_ghost_cells()
1463 = var[(halo->send_list[start + i])*3]; in cs_halo_sync_pack()
[all …]
/dports/net/miniupnpd/miniupnpd-2.1.20200510/
H A Dasyncsendto.c48 static LIST_HEAD(listhead, scheduled_send) send_list = { NULL };
161 LIST_INSERT_HEAD( &send_list, elt, entries); in sendto_schedule2()
188 for(elt = send_list.lh_first; elt != NULL; elt = elt->entries.le_next) { in get_next_scheduled_send()
205 for(elt = send_list.lh_first; elt != NULL; elt = elt->entries.le_next) { in get_sendto_fds()
229 for(elt = send_list.lh_first; elt != NULL; elt = next) { in try_sendto()
296 while(send_list.lh_first) { in finalize_sendto()
299 for(elt = send_list.lh_first; elt != NULL; elt = next) { in finalize_sendto()
328 while((elt = send_list.lh_first) != NULL) { in finalize_sendto()
/dports/net/minissdpd/minissdpd-1.5.20211105/
H A Dasyncsendto.c50 static LIST_HEAD(listhead, scheduled_send) send_list = { NULL };
163 LIST_INSERT_HEAD( &send_list, elt, entries); in sendto_schedule2()
190 for(elt = send_list.lh_first; elt != NULL; elt = elt->entries.le_next) { in get_next_scheduled_send()
207 for(elt = send_list.lh_first; elt != NULL; elt = elt->entries.le_next) { in get_sendto_fds()
231 for(elt = send_list.lh_first; elt != NULL; elt = next) { in try_sendto()
298 while(send_list.lh_first) { in finalize_sendto()
301 for(elt = send_list.lh_first; elt != NULL; elt = next) { in finalize_sendto()
330 while((elt = send_list.lh_first) != NULL) { in finalize_sendto()
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/miniupnp/minissdpd/
H A Dasyncsendto.c48 static LIST_HEAD(listhead, scheduled_send) send_list = { NULL };
161 LIST_INSERT_HEAD( &send_list, elt, entries); in sendto_schedule2()
188 for(elt = send_list.lh_first; elt != NULL; elt = elt->entries.le_next) { in get_next_scheduled_send()
205 for(elt = send_list.lh_first; elt != NULL; elt = elt->entries.le_next) { in get_sendto_fds()
229 for(elt = send_list.lh_first; elt != NULL; elt = next) { in try_sendto()
296 while(send_list.lh_first) { in finalize_sendto()
299 for(elt = send_list.lh_first; elt != NULL; elt = next) { in finalize_sendto()
328 while((elt = send_list.lh_first) != NULL) { in finalize_sendto()
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/miniupnp/miniupnpd/
H A Dasyncsendto.c50 static LIST_HEAD(listhead, scheduled_send) send_list = { NULL };
163 LIST_INSERT_HEAD( &send_list, elt, entries); in sendto_schedule2()
190 for(elt = send_list.lh_first; elt != NULL; elt = elt->entries.le_next) { in get_next_scheduled_send()
207 for(elt = send_list.lh_first; elt != NULL; elt = elt->entries.le_next) { in get_sendto_fds()
231 for(elt = send_list.lh_first; elt != NULL; elt = next) { in try_sendto()
298 while(send_list.lh_first) { in finalize_sendto()
301 for(elt = send_list.lh_first; elt != NULL; elt = next) { in finalize_sendto()
330 while((elt = send_list.lh_first) != NULL) { in finalize_sendto()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/miniupnp/minissdpd/
H A Dasyncsendto.c48 static LIST_HEAD(listhead, scheduled_send) send_list = { NULL };
161 LIST_INSERT_HEAD( &send_list, elt, entries); in sendto_schedule2()
188 for(elt = send_list.lh_first; elt != NULL; elt = elt->entries.le_next) { in get_next_scheduled_send()
205 for(elt = send_list.lh_first; elt != NULL; elt = elt->entries.le_next) { in get_sendto_fds()
229 for(elt = send_list.lh_first; elt != NULL; elt = next) { in try_sendto()
296 while(send_list.lh_first) { in finalize_sendto()
299 for(elt = send_list.lh_first; elt != NULL; elt = next) { in finalize_sendto()
328 while((elt = send_list.lh_first) != NULL) { in finalize_sendto()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/miniupnp/miniupnpd/
H A Dasyncsendto.c50 static LIST_HEAD(listhead, scheduled_send) send_list = { NULL };
163 LIST_INSERT_HEAD( &send_list, elt, entries); in sendto_schedule2()
190 for(elt = send_list.lh_first; elt != NULL; elt = elt->entries.le_next) { in get_next_scheduled_send()
207 for(elt = send_list.lh_first; elt != NULL; elt = elt->entries.le_next) { in get_sendto_fds()
231 for(elt = send_list.lh_first; elt != NULL; elt = next) { in try_sendto()
298 while(send_list.lh_first) { in finalize_sendto()
301 for(elt = send_list.lh_first; elt != NULL; elt = next) { in finalize_sendto()
330 while((elt = send_list.lh_first) != NULL) { in finalize_sendto()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/miniupnp/miniupnpd/
H A Dasyncsendto.c50 static LIST_HEAD(listhead, scheduled_send) send_list = { NULL };
163 LIST_INSERT_HEAD( &send_list, elt, entries); in sendto_schedule2()
190 for(elt = send_list.lh_first; elt != NULL; elt = elt->entries.le_next) { in get_next_scheduled_send()
207 for(elt = send_list.lh_first; elt != NULL; elt = elt->entries.le_next) { in get_sendto_fds()
231 for(elt = send_list.lh_first; elt != NULL; elt = next) { in try_sendto()
298 while(send_list.lh_first) { in finalize_sendto()
301 for(elt = send_list.lh_first; elt != NULL; elt = next) { in finalize_sendto()
330 while((elt = send_list.lh_first) != NULL) { in finalize_sendto()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/miniupnp/minissdpd/
H A Dasyncsendto.c48 static LIST_HEAD(listhead, scheduled_send) send_list = { NULL };
161 LIST_INSERT_HEAD( &send_list, elt, entries); in sendto_schedule2()
188 for(elt = send_list.lh_first; elt != NULL; elt = elt->entries.le_next) { in get_next_scheduled_send()
205 for(elt = send_list.lh_first; elt != NULL; elt = elt->entries.le_next) { in get_sendto_fds()
229 for(elt = send_list.lh_first; elt != NULL; elt = next) { in try_sendto()
296 while(send_list.lh_first) { in finalize_sendto()
299 for(elt = send_list.lh_first; elt != NULL; elt = next) { in finalize_sendto()
328 while((elt = send_list.lh_first) != NULL) { in finalize_sendto()
/dports/security/fragrouter/fragrouter-1.6/
H A Dattack.c195 send_list(frag->head); in attack_frag()
214 send_list(frag->head); in attack_misc()
239 send_list(seg->head); in attack_tcbc()
257 send_list(seg->head); in attack_tcbt()
282 send_list(seg->head); in attack_insert()
333 send_list(seg->head); in attack_tcp()
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/prolog/demo/
H A Dconstraint.pl40 :- require([ send_list/3
64 send_list([B1, B2], recogniser,
71 send_list([S1, S2], drag, @on),
72 send_list([S1, S2], message, message(@receiver, update_constraints)),
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/prolog/lib/swi/
H A Dswi_console.pl55 send_list(TD, append,
61 send_list(File, append,
64 send_list(Tools, append,
76 send_list(Compile, append,
79 send_list(Help, append,
H A Dpce_debug_monitor.pl69 send_list(File, append,
77 send_list(View, append,
81 send_list(Settings, append,
86 send_list(Help, append,
156 send_list(P, append,
160 send_list(B,
/dports/www/apache24/httpd-2.4.53/modules/http2/
H A Dh2_bucket_beam.c276 for (b = H2_BLIST_FIRST(&beam->send_list); in calc_buffered()
277 b != H2_BLIST_SENTINEL(&beam->send_list); in calc_buffered()
315 && H2_BLIST_EMPTY(&beam->send_list)); in buffer_is_empty()
512 h2_blist_cleanup(&beam->send_list); in beam_send_cleanup()
585 if (!H2_BLIST_EMPTY(&beam->send_list)) { in beam_cleanup()
644 H2_BLIST_INIT(&beam->send_list); in h2_beam_create()
714 h2_blist_cleanup(&beam->send_list); in h2_beam_abort()
766 H2_BLIST_INSERT_TAIL(&beam->send_list, b); in move_to_hold()
792 H2_BLIST_INSERT_TAIL(&beam->send_list, b); in append_bucket()
887 H2_BLIST_INSERT_TAIL(&beam->send_list, b); in append_bucket()
[all …]
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/prolog/lib/man/
H A Dv_statistics.pl38 :- require([ send_list/3
57 send_list(Items, length, 10),
58 send_list(Items, editable, @off),
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/prolog/lib/compatibility/
H A Dsend.pl39 Portable code should use the new send_list/2 and send_list/3
56 % send_list(+ListOfObjs, +ListOfSels, [+Arg])
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_rule.c16 struct list_head *send_list) in dr_rule_append_to_miss_list() argument
35 ste_info_last, send_list, true); in dr_rule_append_to_miss_list()
108 list_del(&ste_info->send_list); in dr_rule_handle_one_ste_in_update_list()
137 send_ste_list, send_list) { in dr_rule_send_update_list()
145 send_ste_list, send_list) { in dr_rule_send_update_list()
474 list_del(&del_ste_info->send_list); in dr_rule_rehash_htbl()
511 struct list_head *send_list) in dr_rule_handle_collision() argument
527 miss_list, send_list)) { in dr_rule_handle_collision()
533 ste_info, send_list, false); in dr_rule_handle_collision()
775 ste_info, send_list, false); in dr_rule_handle_empty_entry()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_rule.c16 struct list_head *send_list) in dr_rule_append_to_miss_list() argument
35 ste_info_last, send_list, true); in dr_rule_append_to_miss_list()
108 list_del(&ste_info->send_list); in dr_rule_handle_one_ste_in_update_list()
137 send_ste_list, send_list) { in dr_rule_send_update_list()
145 send_ste_list, send_list) { in dr_rule_send_update_list()
474 list_del(&del_ste_info->send_list); in dr_rule_rehash_htbl()
511 struct list_head *send_list) in dr_rule_handle_collision() argument
527 miss_list, send_list)) { in dr_rule_handle_collision()
533 ste_info, send_list, false); in dr_rule_handle_collision()
775 ste_info, send_list, false); in dr_rule_handle_empty_entry()
[all …]

12345678910>>...12