Searched refs:argp (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/bin/named/include/named/
H A Dsortlist.h46 const void **argp);
51 * make '*argp' point to the matching subelement.
54 * make '*argp' point to ACL that forms the second element.
56 * If no sortlist item applies, return NS_SORTLISTTYPE_NONE and set '*argp'
78 const void **argp);
83 * '*argp' an argument to pass to said function. If no sortlist statement
84 * applies, set '*orderp' and '*argp' to NULL.
/bind-9.6-ESV-R11/bin/named/
H A Dsortlist.c36 const void **argp)
81 *argp = order_elt->nestedacl;
86 *argp = ns_g_server->aclenv.localhost;
91 *argp = ns_g_server->aclenv.localnets;
99 *argp = order_elt;
104 *argp = matched_elt;
112 *argp = NULL;
147 const void **argp)
151 sortlisttype = ns_sortlist_setup(sortlist_acl, client_addr, argp);
35 ns_sortlist_setup(dns_acl_t *acl, isc_netaddr_t *clientaddr, const void **argp) argument
145 ns_sortlist_byaddrsetup(dns_acl_t *sortlist_acl, isc_netaddr_t *client_addr, dns_addressorderfunc_t *orderp, const void **argp) argument

Completed in 9 milliseconds