Home
last modified time | relevance | path

Searched refs:to_ip (Results 1 – 25 of 71) sorted by relevance

123

/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/tests/integration/targets/ufw/tasks/tests/
H A Dbasic.yml36 to_ip: 0.0.0.0
43 to_ip: 0.0.0.0
49 to_ip: 0.0.0.0
108 to_ip: "::"
115 to_ip: "::"
121 to_ip: "::"
127 to_ip: "::"
142 to_ip: "::"
150 to_ip: "::"
157 to_ip: "::"
[all …]
H A Dinsert_relative_to.yml12 to_ip: 0.0.0.0
17 to_ip: 0.0.0.0
23 to_ip: "::"
28 to_ip: "::"
34 to_ip: 0.0.0.0
41 to_ip: 0.0.0.0
49 to_ip: "::"
56 to_ip: "::"
H A Dinterface.yml13 to_ip: 8.8.8.8
73 to_ip: 8.8.8.8
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/ufw/tasks/tests/
H A Dbasic.yml36 to_ip: 0.0.0.0
43 to_ip: 0.0.0.0
49 to_ip: 0.0.0.0
108 to_ip: "::"
115 to_ip: "::"
121 to_ip: "::"
127 to_ip: "::"
142 to_ip: "::"
150 to_ip: "::"
157 to_ip: "::"
[all …]
H A Dinsert_relative_to.yml12 to_ip: 0.0.0.0
17 to_ip: 0.0.0.0
23 to_ip: "::"
28 to_ip: "::"
34 to_ip: 0.0.0.0
41 to_ip: 0.0.0.0
49 to_ip: "::"
56 to_ip: "::"
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-decoder.c1072 decoder->state.to_ip = 0; in intel_pt_walk_insn()
1150 decoder->state.to_ip = 0; in intel_pt_fup_event()
1159 decoder->state.to_ip = 0; in intel_pt_fup_event()
1167 decoder->state.to_ip = 0; in intel_pt_fup_event()
1176 decoder->state.to_ip = 0; in intel_pt_fup_event()
1186 decoder->state.to_ip = 0; in intel_pt_fup_event()
1194 decoder->state.to_ip = 0; in intel_pt_fup_event()
1314 decoder->ip = to_ip; in intel_pt_walk_tip()
1316 decoder->state.to_ip = to_ip; in intel_pt_walk_tip()
1952 decoder->state.to_ip = 0; in intel_pt_resample()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-decoder.c1072 decoder->state.to_ip = 0; in intel_pt_walk_insn()
1150 decoder->state.to_ip = 0; in intel_pt_fup_event()
1159 decoder->state.to_ip = 0; in intel_pt_fup_event()
1167 decoder->state.to_ip = 0; in intel_pt_fup_event()
1176 decoder->state.to_ip = 0; in intel_pt_fup_event()
1186 decoder->state.to_ip = 0; in intel_pt_fup_event()
1194 decoder->state.to_ip = 0; in intel_pt_fup_event()
1314 decoder->ip = to_ip; in intel_pt_walk_tip()
1316 decoder->state.to_ip = to_ip; in intel_pt_walk_tip()
1952 decoder->state.to_ip = 0; in intel_pt_resample()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-decoder.c1072 decoder->state.to_ip = 0; in intel_pt_walk_insn()
1150 decoder->state.to_ip = 0; in intel_pt_fup_event()
1159 decoder->state.to_ip = 0; in intel_pt_fup_event()
1167 decoder->state.to_ip = 0; in intel_pt_fup_event()
1176 decoder->state.to_ip = 0; in intel_pt_fup_event()
1186 decoder->state.to_ip = 0; in intel_pt_fup_event()
1194 decoder->state.to_ip = 0; in intel_pt_fup_event()
1314 decoder->ip = to_ip; in intel_pt_walk_tip()
1316 decoder->state.to_ip = to_ip; in intel_pt_walk_tip()
1952 decoder->state.to_ip = 0; in intel_pt_resample()
[all …]
/dports/audio/ampache/ampache-php74-5.0.0/public/lib/components/jQuery-File-Upload/wdio/bin/
H A Dforward-ports.sh64 *:*) to_ip=${to%:*};;
65 *) to_ip=127.0.0.1;;
73 "$nic" '{tcp udp}' "$from_port" "$to_ip" "$to_port"
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/cpu/x64/
H A Dip_convolution.hpp50 bool with_groups, bool to_ip = false) { in maybe_reshape_weights() argument
52 const dim_t ndims = i_md->ndims + (to_ip ? -1 : +1) * with_groups; in maybe_reshape_weights()
53 if (to_ip) { in maybe_reshape_weights()
217 const bool to_ip = true; in ip_desc_create() local
226 &ip_weights_d, &weights_md_, with_groups(), to_ip)); in ip_desc_create()
313 const bool to_ip = true; in ip_desc_create() local
322 &ip_weights_d, &weights_md_, with_groups(), to_ip)); in ip_desc_create()
410 const bool to_ip = true; in ip_desc_create() local
419 with_groups(), to_ip)); in ip_desc_create()
/dports/math/onednn/oneDNN-2.5.1/src/cpu/x64/
H A Dip_convolution.hpp50 bool with_groups, bool to_ip = false) { in maybe_reshape_weights() argument
52 const dim_t ndims = i_md->ndims + (to_ip ? -1 : +1) * with_groups; in maybe_reshape_weights()
53 if (to_ip) { in maybe_reshape_weights()
217 const bool to_ip = true; in ip_desc_create() local
226 &ip_weights_d, &weights_md_, with_groups(), to_ip)); in ip_desc_create()
313 const bool to_ip = true; in ip_desc_create() local
322 &ip_weights_d, &weights_md_, with_groups(), to_ip)); in ip_desc_create()
410 const bool to_ip = true; in ip_desc_create() local
419 with_groups(), to_ip)); in ip_desc_create()
/dports/textproc/py-ttp/ttp-0.8.1/ttp/match/
H A Dip.py7 def to_ip(data, *args): function
31 _ = to_ip(data, *args)
68 ip_obj = to_ip(data, *args)[0]
127 ip_obj = to_ip(data)[0]
/dports/www/elixir-maru/maru-0.12.4/lib/maru/
H A Dsupervisor.ex30 bind_addr = to_ip(opts[:bind_addr]) || opts[:ip] || @default_bind_addr
46 defp to_ip(nil), do: nil function
47 defp to_ip(ip_addr) do function
/dports/net/samba412/samba-4.12.15/source3/nmbd/
H A Dnmbd_sendannounce.c37 void send_browser_reset(int reset_type, const char *to_name, int to_type, struct in_addr to_ip) in send_browser_reset() argument
43 reset_type, to_name, to_type, inet_ntoa(to_ip) )); in send_browser_reset()
53 lp_netbios_name(), 0x0, to_name, to_type, to_ip, in send_browser_reset()
91 … const char *from_name, const char *to_name, int to_type, struct in_addr to_ip, in send_announcement() argument
126 from_name, 0x0, to_name, to_type, to_ip, subrec->myip, in send_announcement()
135 char *from_name, char *to_name, int to_type, struct in_addr to_ip, in send_lm_announcement() argument
155 from_name, 0x0, to_name, to_type, to_ip, subrec->myip, in send_lm_announcement()
/dports/security/sqlninja/sqlninja-0.2.6/sources/
H A Dicmpsh.c44 FARPROC icmp_create, icmp_send, to_ip; variable
167 to_ip = GetProcAddress(lib, "inet_addr"); in load_deps()
168 if (!to_ip) { in load_deps()
273 ip_addr = to_ip(target); in main()
/dports/security/sqlmap/sqlmap-1.3.12/sqlmap/extra/icmpsh/
H A Dicmpsh-s.c40 FARPROC icmp_create, icmp_send, to_ip; variable
163 to_ip = GetProcAddress(lib, "inet_addr"); in load_deps()
164 if (!to_ip) { in load_deps()
267 ip_addr = to_ip(target); in main()
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/master/
H A Dservers.c579 char *map_string, *to_ip; in Sv_AddAddressMapping() local
592 to_ip = strchr (map_string, '='); in Sv_AddAddressMapping()
593 if (to_ip == NULL) in Sv_AddAddressMapping()
600 *to_ip++ = '\0'; in Sv_AddAddressMapping()
613 addrmap->to_string = strdup (to_ip); in Sv_AddAddressMapping()
/dports/security/ADMsmb/ADMsmb_0.3/
H A Dnamequery.c71 struct in_addr to_ip,char *master,char *rname, in name_status() argument
108 p.ip = to_ip; in name_status()
178 struct in_addr to_ip, int *count, void (*fn)(struct packet_struct *)) in name_query() argument
216 p.ip = to_ip; in name_query()
/dports/irc/ezbounce/ezbounce-1.99.15/src/
H A Druleset.cc216 int allowed_ruleset::is_allowed_to(const char * to, const char * to_ip, in is_allowed_to() argument
223 rsh_comp_helper h(to, to_ip, port); in is_allowed_to()
360 int denied_ruleset::is_allowed_to(const char * to, const char * to_ip, unsigned short port, in is_allowed_to() argument
366 rsh_comp_helper h(to, to_ip, port); in is_allowed_to()
/dports/textproc/py-ttp/ttp-0.8.1/ttp/group/
H A Dto_ip.py1 def to_ip(data, ip_key, mask_key): function
/dports/net/6tunnel/6tunnel-6c64c42/
H A Dtest.py11 def test(expect, client_af, server_af, from_ip, to_ip, args="", client_sends_first="NICK nick\r\n",… argument
28 all_args = "-1 %s %d %s %d" % (args, client_port, to_ip, server_port)
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/util/
H A Dintel-pt.c629 if (to_ip && *ip == to_ip) in intel_pt_walk_next_insn()
661 if (!to_ip && one_map) { in intel_pt_walk_next_insn()
710 if (to_ip && *ip == to_ip) in intel_pt_walk_next_insn()
730 if (to_ip) { in intel_pt_walk_next_insn()
1204 if (!ptq->state->to_ip) in intel_pt_sample_flags()
1387 sample->addr = ptq->state->to_ip; in intel_pt_prep_b_sample()
2177 u64 to_ip = st->to_ip; in intel_pt_sample() local
2184 st->to_ip = 0; in intel_pt_sample()
2189 st->to_ip = to_ip; in intel_pt_sample()
2216 } else if (!state->to_ip) { in intel_pt_sample()
[all …]
H A Dthread-stack.c383 u64 from_ip, u64 to_ip) in thread_stack__update_br_stack() argument
395 be->to = to_ip; in thread_stack__update_br_stack()
407 u64 to_ip, u16 insn_len, u64 trace_nr, bool callstack, in thread_stack__event() argument
437 thread_stack__update_br_stack(ts, flags, from_ip, to_ip); in thread_stack__event()
449 if (!to_ip) in thread_stack__event()
452 if (ret_addr == to_ip) in thread_stack__event()
464 thread_stack__pop(ts, to_ip); in thread_stack__event()
467 thread_stack__pop(ts, to_ip); in thread_stack__event()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/util/
H A Dintel-pt.c629 if (to_ip && *ip == to_ip) in intel_pt_walk_next_insn()
661 if (!to_ip && one_map) { in intel_pt_walk_next_insn()
710 if (to_ip && *ip == to_ip) in intel_pt_walk_next_insn()
730 if (to_ip) { in intel_pt_walk_next_insn()
1204 if (!ptq->state->to_ip) in intel_pt_sample_flags()
1387 sample->addr = ptq->state->to_ip; in intel_pt_prep_b_sample()
2177 u64 to_ip = st->to_ip; in intel_pt_sample() local
2184 st->to_ip = 0; in intel_pt_sample()
2189 st->to_ip = to_ip; in intel_pt_sample()
2216 } else if (!state->to_ip) { in intel_pt_sample()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/util/
H A Dintel-pt.c629 if (to_ip && *ip == to_ip) in intel_pt_walk_next_insn()
661 if (!to_ip && one_map) { in intel_pt_walk_next_insn()
710 if (to_ip && *ip == to_ip) in intel_pt_walk_next_insn()
730 if (to_ip) { in intel_pt_walk_next_insn()
1204 if (!ptq->state->to_ip) in intel_pt_sample_flags()
1387 sample->addr = ptq->state->to_ip; in intel_pt_prep_b_sample()
2177 u64 to_ip = st->to_ip; in intel_pt_sample() local
2184 st->to_ip = 0; in intel_pt_sample()
2189 st->to_ip = to_ip; in intel_pt_sample()
2216 } else if (!state->to_ip) { in intel_pt_sample()
[all …]

123