Home
last modified time | relevance | path

Searched refs:ip_rate_key (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/sbin/unwind/libunbound/services/cache/
Dinfra.c903 struct ip_rate_key* key = (struct ip_rate_key*)k; in ip_rate_sizefunc()
910 struct ip_rate_key* k1 = (struct ip_rate_key*)key1; in ip_rate_compfunc()
911 struct ip_rate_key* k2 = (struct ip_rate_key*)key2; in ip_rate_compfunc()
918 struct ip_rate_key* key = (struct ip_rate_key*)k; in ip_rate_delkeyfunc()
942 struct ip_rate_key key; in infra_find_ip_ratedata()
985 struct ip_rate_key* k = (struct ip_rate_key*)calloc(1, sizeof(*k)); in infra_ip_create_ratedata()
Dinfra.h166 struct ip_rate_key { struct
/openbsd/src/usr.sbin/unbound/services/cache/
Dinfra.c903 struct ip_rate_key* key = (struct ip_rate_key*)k; in ip_rate_sizefunc()
910 struct ip_rate_key* k1 = (struct ip_rate_key*)key1; in ip_rate_compfunc()
911 struct ip_rate_key* k2 = (struct ip_rate_key*)key2; in ip_rate_compfunc()
918 struct ip_rate_key* key = (struct ip_rate_key*)k; in ip_rate_delkeyfunc()
942 struct ip_rate_key key; in infra_find_ip_ratedata()
985 struct ip_rate_key* k = (struct ip_rate_key*)calloc(1, sizeof(*k)); in infra_ip_create_ratedata()
Dinfra.h166 struct ip_rate_key { struct
/openbsd/src/usr.sbin/unbound/daemon/
Dremote.c3098 struct ip_rate_key* k = (struct ip_rate_key*)e->key; in ip_rate_list()