Home
last modified time | relevance | path

Searched refs:zonelen (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/unbound/libunbound/
H A Dworker.h82 size_t zonelen, int tcp_upstream, int ssl_upstream, char* tls_auth_name,
141 size_t zonelen, int tcp_upstream, int ssl_upstream, char* tls_auth_name,
H A Dlibworker.c893 size_t zonelen, int tcp_upstream, int ssl_upstream, char* tls_auth_name, in libworker_send_query() argument
905 tls_auth_name, addr, addrlen, zone, zonelen, q, in libworker_send_query()
990 uint8_t* ATTR_UNUSED(zone), size_t ATTR_UNUSED(zonelen), int ATTR_UNUSED(tcp_upstream), in worker_send_query() argument
/freebsd/contrib/unbound/smallapp/
H A Dworker_cb.c104 size_t ATTR_UNUSED(zonelen), int ATTR_UNUSED(tcp_upstream), int ATTR_UNUSED(ssl_upstream), in worker_send_query() argument
144 size_t ATTR_UNUSED(zonelen), int ATTR_UNUSED(tcp_upstream), int ATTR_UNUSED(ssl_upstream), in libworker_send_query() argument
/freebsd/contrib/unbound/services/
H A Doutside_network.c1072 w->sq->zonelen, &tmp);
2333 pend->sq->zone, pend->sq->zonelen, packet);
2622 sq->zonelen, &tmp);
2705 uint8_t* zone, size_t zonelen, int qtype, struct edns_option* opt_list,
2729 sq->zone = regional_alloc_init(region, zone, zonelen);
2735 sq->zonelen = zonelen;
2999 sq->zonelen, now, &vs, &edns_lame_known, &rtt))
3183 sq->addrlen, sq->zone, sq->zonelen);
3194 &pi->addr, c->type, c->ssl, sq->zone, sq->zonelen, sq->qbuf,
3219 sq->addrlen, sq->zone, sq->zonelen, -1,
[all …]
H A Doutside_network.h522 size_t zonelen; member
709 uint8_t* zone, size_t zonelen, struct module_qstate* qstate,
/freebsd/contrib/unbound/validator/
H A Dval_nsec3.c259 size_t zonelen, uint8_t* buf, size_t max) in nsec3_hash_to_b32() argument
270 if(max - ret < zonelen) in nsec3_hash_to_b32()
272 memmove(buf+ret, zone, zonelen); in nsec3_hash_to_b32()
273 return zonelen+(size_t)ret; in nsec3_hash_to_b32()
280 size_t nmlen, zonelen; in nsec3_get_nextowner_b32() local
285 zonelen = rrset->rk.dname_len; in nsec3_get_nextowner_b32()
286 dname_remove_label(&zone, &zonelen); in nsec3_get_nextowner_b32()
287 return nsec3_hash_to_b32(nm, nmlen, zone, zonelen, buf, max); in nsec3_get_nextowner_b32()
H A Dval_nsec3.h349 * @param zonelen: length of zonename.
356 size_t zonelen, uint8_t* buf, size_t max);
/freebsd/contrib/unbound/util/
H A Dmodule.h294 socklen_t addrlen, uint8_t* zone, size_t zonelen, struct regional* region,
389 uint8_t* zone, size_t zonelen, int tcp_upstream, int ssl_upstream,
H A Dfptr_wlist.h215 socklen_t addrlen, uint8_t* zone, size_t zonelen, int tcp_upstream,
H A Dfptr_wlist.c365 socklen_t addrlen, uint8_t* zone, size_t zonelen, int tcp_upstream, in fptr_whitelist_modenv_send_query()
363 fptr_whitelist_modenv_send_query(struct outbound_entry * (* fptr)(struct query_info * qinfo,uint16_t flags,int dnssec,int want_dnssec,int nocaps,int check_ratelimit,struct sockaddr_storage * addr,socklen_t addrlen,uint8_t * zone,size_t zonelen,int tcp_upstream,int ssl_upstream,char * tls_auth_name,struct module_qstate * q,int * was_ratelimited,int * ratelimit_incremented)) fptr_whitelist_modenv_send_query() argument
/freebsd/contrib/unbound/dynlibmod/
H A Ddynlibmod.c224 socklen_t addrlen, uint8_t* zone, size_t zonelen, struct regional* region, in dynlib_inplace_cb_query_generic() argument
227 …uery_func_type*) cb_pair->cb)(qinfo, flags, qstate, addr, addrlen, zone, zonelen, region, id, cb_p… in dynlib_inplace_cb_query_generic()
H A Ddynlibmod.h78 socklen_t addrlen, uint8_t* zone, size_t zonelen, struct regional* region,
/freebsd/contrib/unbound/edns-subnet/
H A Dsubnetmod.h160 socklen_t addrlen, uint8_t* zone, size_t zonelen,
H A Dsubnetmod.c150 uint8_t* ATTR_UNUSED(zone), size_t ATTR_UNUSED(zonelen), in ecs_whitelist_check() argument
/freebsd/contrib/unbound/util/data/
H A Dmsgreply.h754 * @param zonelen: length of zone.
761 uint8_t* zone, size_t zonelen, struct module_qstate* qstate,
H A Dmsgreply.c1346 uint8_t* zone, size_t zonelen, struct module_qstate* qstate, in inplace_cb_query_response_call()
1354 qstate, addr, addrlen, zone, zonelen, region, in edns_opt_copy_region()
1311 inplace_cb_query_call(struct module_env * env,struct query_info * qinfo,uint16_t flags,struct sockaddr_storage * addr,socklen_t addrlen,uint8_t * zone,size_t zonelen,struct module_qstate * qstate,struct regional * region) inplace_cb_query_call() argument
/freebsd/contrib/unbound/dnstap/
H A Dunbound-dnstap-socket.c1660 size_t ATTR_UNUSED(zonelen), int ATTR_UNUSED(tcp_upstream), in worker_send_query() argument
1695 size_t ATTR_UNUSED(zonelen), int ATTR_UNUSED(tcp_upstream), in libworker_send_query() argument
/freebsd/contrib/unbound/daemon/
H A Dworker.c2549 size_t zonelen, int tcp_upstream, int ssl_upstream, char* tls_auth_name, in worker_send_query() argument
2561 ssl_upstream, tls_auth_name, addr, addrlen, zone, zonelen, q, in worker_send_query()
2610 uint8_t* ATTR_UNUSED(zone), size_t ATTR_UNUSED(zonelen), int ATTR_UNUSED(tcp_upstream), in libworker_send_query() argument