Searched refs:ip_list (Results 1 – 10 of 10) sorted by relevance
| /openbsd/src/regress/sbin/pfctl/ |
| D | pf81.in | 4 ip_list="{ ::1 ::2 ::3 0.0.0.1 0.0.0.2 0.0.0.3 }" 6 pass from (lo0) to $ip_list 8 pass from <foo> to $ip_list 11 pass from no-route to $ip_list
|
| D | pf81.ok | 1 ip_list = "{ ::1 ::2 ::3 0.0.0.1 0.0.0.2 0.0.0.3 }"
|
| /openbsd/src/usr.sbin/unbound/smallapp/ |
| D | unbound-anchor.c | 198 struct ip_list { struct 200 struct ip_list* next; argument 490 verb_addr(const char* msg, struct ip_list* ip) in verb_addr() 507 ip_list_free(struct ip_list* p) in ip_list_free() 509 struct ip_list* np; in ip_list_free() 518 static struct ip_list* 521 struct ip_list* ip = (struct ip_list*)calloc(1, sizeof(*ip)); in RR_to_ip() 558 struct ip_list** head) in resolve_host_ip() 581 struct ip_list* ip = RR_to_ip(tp, res->data[i], res->len[i], in resolve_host_ip() 591 static struct ip_list* [all …]
|
| /openbsd/src/sys/arch/riscv64/riscv64/ |
| D | intr.c | 175 LIST_ENTRY(intr_prereg) ip_list; 209 LIST_INSERT_HEAD(&prereg_interrupts, ip, ip_list); in riscv_intr_prereg_establish_fdt() 224 LIST_REMOVE(ip, ip_list); in riscv_intr_prereg_disestablish_fdt() 283 LIST_FOREACH_SAFE(ip, &prereg_interrupts, ip_list, tip) { in riscv_intr_register_fdt() 296 LIST_REMOVE(ip, ip_list); in riscv_intr_register_fdt()
|
| /openbsd/src/sys/arch/armv7/armv7/ |
| D | intr.c | 195 LIST_ENTRY(intr_prereg) ip_list; 229 LIST_INSERT_HEAD(&prereg_interrupts, ip, ip_list); in arm_intr_prereg_establish_fdt() 244 LIST_REMOVE(ip, ip_list); in arm_intr_prereg_disestablish_fdt() 292 LIST_FOREACH_SAFE(ip, &prereg_interrupts, ip_list, tip) { in arm_intr_register_fdt() 303 LIST_REMOVE(ip, ip_list); in arm_intr_register_fdt()
|
| /openbsd/src/sys/arch/arm64/arm64/ |
| D | intr.c | 195 LIST_ENTRY(intr_prereg) ip_list; 229 LIST_INSERT_HEAD(&prereg_interrupts, ip, ip_list); in arm_intr_prereg_establish_fdt() 244 LIST_REMOVE(ip, ip_list); in arm_intr_prereg_disestablish_fdt() 303 LIST_FOREACH_SAFE(ip, &prereg_interrupts, ip_list, tip) { in arm_intr_register_fdt() 314 LIST_REMOVE(ip, ip_list); in arm_intr_register_fdt()
|
| /openbsd/src/usr.bin/cvs/ |
| D | file.h | 99 TAILQ_ENTRY(cvs_ignpat) ip_list;
|
| D | file.c | 149 TAILQ_INSERT_TAIL(list, ip, ip_list); in cvs_file_ignore() 162 TAILQ_FOREACH(ip, &cvs_ign_pats, ip_list) { in cvs_file_chkign() 170 TAILQ_FOREACH(ip, &dir_ign_pats, ip_list) { in cvs_file_chkign() 178 TAILQ_FOREACH(ip, &checkout_ign_pats, ip_list) { in cvs_file_chkign() 573 TAILQ_REMOVE(&dir_ign_pats, ip, ip_list); in cvs_file_walkdir()
|
| D | checkout.c | 390 TAILQ_REMOVE(&checkout_ign_pats, ip, ip_list); in checkout_check_repository()
|
| /openbsd/src/sys/dev/pci/drm/amd/include/ |
| D | discovery.h | 162 ip *ip_list; member
|