Searched refs:ipstr (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/bsd/unbound/dist/respip/ |
| H A D | respip.c | 105 socklen_t addrlen, int net, int create, const char* ipstr) in respip_sockaddr_find_or_create() argument 121 log_warn("unexpected: duplicate address: %s", ipstr); in respip_sockaddr_find_or_create() 144 respip_find_or_create(struct respip_set* set, const char* ipstr, int create) in respip_find_or_create() argument 150 if(!netblockstrtoaddr(ipstr, 0, &addr, &addrlen, &net)) { in respip_find_or_create() 151 log_err("cannot parse netblock: '%s'", ipstr); in respip_find_or_create() 155 ipstr); in respip_find_or_create() 159 respip_tag_cfg(struct respip_set* set, const char* ipstr, in respip_tag_cfg() argument 164 if(!(node=respip_find_or_create(set, ipstr, 1))) in respip_tag_cfg() 168 ipstr); in respip_tag_cfg() 181 respip_action_cfg(struct respip_set* set, const char* ipstr, in respip_action_cfg() argument [all …]
|
| H A D | respip.h | 275 socklen_t addrlen, int net, int create, const char* ipstr);
|
| /netbsd-src/dist/pf/usr.sbin/authpf/ |
| H A D | authpf.c | 649 char *fdpath = NULL, *userstr = NULL, *ipstr = NULL; in change_filter() local 664 if (asprintf(&ipstr, "user_ip=%s", ipsrc) == -1) in change_filter() 684 pargv[9] = ipstr; in change_filter() 727 free(ipstr); in change_filter()
|
| /netbsd-src/usr.sbin/npf/npftest/libnpftest/ |
| H A D | npf_table_test.c | 66 check_ip4(const npf_addr_t *addr, const char *ipstr) in check_ip4() argument 70 test_addr->word32[0] = inet_addr(ipstr); in check_ip4()
|
| /netbsd-src/external/bsd/unbound/dist/testcode/ |
| H A D | unitmain.c | 913 verify_rrset(struct respip_set* set, const char* ipstr, in verify_rrset() argument 924 netblockstrtoaddr(ipstr, UNBOUND_DNS_PORT, &addr, &addrlen, &net); in verify_rrset()
|