Home
last modified time | relevance | path

Searched refs:doq_conn_cmp (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/unbound/services/
H A Dlisten_dnsport.h721 int doq_conn_cmp(const void* key1, const void* key2);
H A Dlisten_dnsport.c3306 table->conn_tree = rbtree_create(doq_conn_cmp); in doq_table_create()
3652 doq_conn_cmp(const void* key1, const void* key2) in doq_conn_cmp() function
/freebsd/contrib/unbound/util/
H A Dfptr_wlist.c266 else if(fptr == &doq_conn_cmp) return 1; in fptr_whitelist_rbtree_cmp()
/freebsd/contrib/unbound/testcode/
H A Dtestbound.c748 int doq_conn_cmp(const void* ATTR_UNUSED(key1), const void* ATTR_UNUSED(key2)) in doq_conn_cmp() function