Home
last modified time | relevance | path

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

123

/dports/security/openssh-portable/openssh-8.8p1/
H A Daddrmatch.c52 struct xaddr try_addr, match_addr; in addr_match_list() local
71 r = addr_pton_cidr(cp, &match_addr, &masklen); in addr_match_list()
79 &match_addr, masklen) == 0) { in addr_match_list()
112 struct xaddr try_addr, match_addr; in addr_match_cidr_list() local
149 r = addr_pton_cidr(cp, &match_addr, &masklen); in addr_match_cidr_list()
160 if (addr_netmatch(&try_addr, &match_addr, in addr_match_cidr_list()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/lib/control/map/
H A Dcam.v55 output wire [ADDR_WIDTH-1:0] match_addr, port
77 .match_addr(match_addr),
97 .match_addr(match_addr),
H A Dcam_srl.v53 output wire [ADDR_WIDTH-1:0] match_addr, port
107 .output_encoded(match_addr),
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/
H A Dsearch.py570 match_addr = address + pos - delta
571 if minAddr <= match_addr < maxAddr:
573 match_addr, length,
629 match_addr = address + pos
630 if minAddr <= match_addr < maxAddr:
632 match_addr, length,
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pydev/pydevd_attach_to_process/winappdbg/
H A Dsearch.py570 match_addr = address + pos - delta
571 if minAddr <= match_addr < maxAddr:
573 match_addr, length,
629 match_addr = address + pos
630 if minAddr <= match_addr < maxAddr:
632 match_addr, length,
/dports/devel/py-pydevd/pydevd-1.1.1/pydevd_attach_to_process/winappdbg/
H A Dsearch.py570 match_addr = address + pos - delta
571 if minAddr <= match_addr < maxAddr:
573 match_addr, length,
629 match_addr = address + pos
630 if minAddr <= match_addr < maxAddr:
632 match_addr, length,
/dports/devel/py-debugpy/debugpy-1.5.1/src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/
H A Dsearch.py570 match_addr = address + pos - delta
571 if minAddr <= match_addr < maxAddr:
573 match_addr, length,
629 match_addr = address + pos
630 if minAddr <= match_addr < maxAddr:
632 match_addr, length,
/dports/security/ncrack/ncrack-0.7/opensshlib/
H A Daddrmatch.c384 struct xaddr try_addr, match_addr;
403 r = addr_pton_cidr(cp, &match_addr, &masklen);
411 &match_addr, masklen) == 0) {
444 struct xaddr try_addr, match_addr;
483 r = addr_pton_cidr(cp, &match_addr, &masklen);
494 if (addr_netmatch(&try_addr, &match_addr,
/dports/security/gnome-ssh-askpass/openssh-6.6p1/
H A Daddrmatch.c381 struct xaddr try_addr, match_addr; in addr_match_list() local
400 r = addr_pton_cidr(cp, &match_addr, &masklen); in addr_match_list()
408 &match_addr, masklen) == 0) { in addr_match_list()
441 struct xaddr try_addr, match_addr; in addr_match_cidr_list() local
480 r = addr_pton_cidr(cp, &match_addr, &masklen); in addr_match_cidr_list()
491 if (addr_netmatch(&try_addr, &match_addr, in addr_match_cidr_list()
/dports/security/pam_ssh/pam_ssh-8.0/openssh/
H A Daddrmatch.c379 struct xaddr try_addr, match_addr;
398 r = addr_pton_cidr(cp, &match_addr, &masklen);
406 &match_addr, masklen) == 0) {
439 struct xaddr try_addr, match_addr;
478 r = addr_pton_cidr(cp, &match_addr, &masklen);
489 if (addr_netmatch(&try_addr, &match_addr,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/examples/darwin/heap_find/
H A Dheap.py385 def find_variable_containing_address(verbose, frame, match_addr): argument
394 if var_addr == match_addr:
399 if byte_size > 0 and var_addr <= match_addr and match_addr < (
434 match_addr): argument
443 frame = find_frame_for_stack_address(process, match_addr)
454 if var_addr == match_addr:
459 if byte_size > 0 and var_addr <= match_addr and match_addr < (
700 match_addr = malloc_addr + offset
720 description = '%#16.16x: %s' % (match_addr, type_flags_to_description(
721 process, type_flags, malloc_addr, malloc_size, offset, match_addr))
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/examples/darwin/heap_find/
H A Dheap.py384 def find_variable_containing_address(verbose, frame, match_addr): argument
393 if var_addr == match_addr:
398 if byte_size > 0 and var_addr <= match_addr and match_addr < (
433 match_addr): argument
442 frame = find_frame_for_stack_address(process, match_addr)
453 if var_addr == match_addr:
458 if byte_size > 0 and var_addr <= match_addr and match_addr < (
699 match_addr = malloc_addr + offset
719 description = '%#16.16x: %s' % (match_addr, type_flags_to_description(
720 process, type_flags, malloc_addr, malloc_size, offset, match_addr))
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/examples/darwin/heap_find/
H A Dheap.py385 def find_variable_containing_address(verbose, frame, match_addr): argument
394 if var_addr == match_addr:
399 if byte_size > 0 and var_addr <= match_addr and match_addr < (
434 match_addr): argument
443 frame = find_frame_for_stack_address(process, match_addr)
454 if var_addr == match_addr:
459 if byte_size > 0 and var_addr <= match_addr and match_addr < (
700 match_addr = malloc_addr + offset
720 description = '%#16.16x: %s' % (match_addr, type_flags_to_description(
721 process, type_flags, malloc_addr, malloc_size, offset, match_addr))
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/examples/darwin/heap_find/
H A Dheap.py384 def find_variable_containing_address(verbose, frame, match_addr): argument
393 if var_addr == match_addr:
398 if byte_size > 0 and var_addr <= match_addr and match_addr < (
433 match_addr): argument
442 frame = find_frame_for_stack_address(process, match_addr)
453 if var_addr == match_addr:
458 if byte_size > 0 and var_addr <= match_addr and match_addr < (
699 match_addr = malloc_addr + offset
719 description = '%#16.16x: %s' % (match_addr, type_flags_to_description(
720 process, type_flags, malloc_addr, malloc_size, offset, match_addr))
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/examples/darwin/heap_find/
H A Dheap.py385 def find_variable_containing_address(verbose, frame, match_addr): argument
394 if var_addr == match_addr:
399 if byte_size > 0 and var_addr <= match_addr and match_addr < (
434 match_addr): argument
443 frame = find_frame_for_stack_address(process, match_addr)
454 if var_addr == match_addr:
459 if byte_size > 0 and var_addr <= match_addr and match_addr < (
700 match_addr = malloc_addr + offset
720 description = '%#16.16x: %s' % (match_addr, type_flags_to_description(
721 process, type_flags, malloc_addr, malloc_size, offset, match_addr))
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/examples/darwin/heap_find/
H A Dheap.py385 def find_variable_containing_address(verbose, frame, match_addr): argument
394 if var_addr == match_addr:
399 if byte_size > 0 and var_addr <= match_addr and match_addr < (
434 match_addr): argument
443 frame = find_frame_for_stack_address(process, match_addr)
454 if var_addr == match_addr:
459 if byte_size > 0 and var_addr <= match_addr and match_addr < (
700 match_addr = malloc_addr + offset
720 description = '%#16.16x: %s' % (match_addr, type_flags_to_description(
721 process, type_flags, malloc_addr, malloc_size, offset, match_addr))
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/examples/darwin/heap_find/
H A Dheap.py385 def find_variable_containing_address(verbose, frame, match_addr): argument
394 if var_addr == match_addr:
399 if byte_size > 0 and var_addr <= match_addr and match_addr < (
434 match_addr): argument
443 frame = find_frame_for_stack_address(process, match_addr)
454 if var_addr == match_addr:
459 if byte_size > 0 and var_addr <= match_addr and match_addr < (
700 match_addr = malloc_addr + offset
720 description = '%#16.16x: %s' % (match_addr, type_flags_to_description(
721 process, type_flags, malloc_addr, malloc_size, offset, match_addr))
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/examples/darwin/heap_find/
H A Dheap.py385 def find_variable_containing_address(verbose, frame, match_addr): argument
394 if var_addr == match_addr:
399 if byte_size > 0 and var_addr <= match_addr and match_addr < (
434 match_addr): argument
443 frame = find_frame_for_stack_address(process, match_addr)
454 if var_addr == match_addr:
459 if byte_size > 0 and var_addr <= match_addr and match_addr < (
700 match_addr = malloc_addr + offset
720 description = '%#16.16x: %s' % (match_addr, type_flags_to_description(
721 process, type_flags, malloc_addr, malloc_size, offset, match_addr))
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/examples/darwin/heap_find/
H A Dheap.py385 def find_variable_containing_address(verbose, frame, match_addr): argument
394 if var_addr == match_addr:
399 if byte_size > 0 and var_addr <= match_addr and match_addr < (
434 match_addr): argument
443 frame = find_frame_for_stack_address(process, match_addr)
454 if var_addr == match_addr:
459 if byte_size > 0 and var_addr <= match_addr and match_addr < (
700 match_addr = malloc_addr + offset
720 description = '%#16.16x: %s' % (match_addr, type_flags_to_description(
721 process, type_flags, malloc_addr, malloc_size, offset, match_addr))
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/examples/darwin/heap_find/
H A Dheap.py385 def find_variable_containing_address(verbose, frame, match_addr):
394 if var_addr == match_addr:
399 if byte_size > 0 and var_addr <= match_addr and match_addr < (
434 match_addr):
443 frame = find_frame_for_stack_address(process, match_addr)
454 if var_addr == match_addr:
459 if byte_size > 0 and var_addr <= match_addr and match_addr < (
700 match_addr = malloc_addr + offset
720 description = '%#16.16x: %s' % (match_addr, type_flags_to_description(
721 process, type_flags, malloc_addr, malloc_size, offset, match_addr))
/dports/mail/dbmail/dbmail-3.2.5/src/
H A Ddm_cidr.c126 struct in_addr match_addr, base_addr, test_addr; in cidr_match() local
138 match_addr.s_addr = (base_addr.s_addr & test_addr.s_addr); in cidr_match()
144 if (test_addr.s_addr == match_addr.s_addr) in cidr_match()
/dports/mail/spamd/spamd-4.9.1/spamd/
H A Dsdl.c43 int match_addr(struct sdaddr *a, struct sdaddr *m, struct sdaddr *b,
193 match_addr(struct sdaddr *a, struct sdaddr *m, struct sdaddr *b, in match_addr() function
241 if (match_addr(&sda->sda, &sda->sdm, source, af)) { in sdl_lookup()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/riscv/kernel/probes/
H A Dkprobes.c158 kcb->ss_ctx.match_addr = addr + offset; in set_ss_context()
164 kcb->ss_ctx.match_addr = 0; in clear_ss_context()
362 && (kcb->ss_ctx.match_addr == instruction_pointer(regs))) { in kprobe_single_step_handler()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/riscv/kernel/probes/
H A Dkprobes.c158 kcb->ss_ctx.match_addr = addr + offset; in set_ss_context()
164 kcb->ss_ctx.match_addr = 0; in clear_ss_context()
362 && (kcb->ss_ctx.match_addr == instruction_pointer(regs))) { in kprobe_single_step_handler()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/riscv/kernel/probes/
H A Dkprobes.c158 kcb->ss_ctx.match_addr = addr + offset; in set_ss_context()
164 kcb->ss_ctx.match_addr = 0; in clear_ss_context()
362 && (kcb->ss_ctx.match_addr == instruction_pointer(regs))) { in kprobe_single_step_handler()

123