OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:acl_list_equal
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/nsd/dist/
options.h
616
int
acl_list_equal
(struct acl_options* p, struct acl_options* q);
options.c
1078
acl_list_equal
(struct acl_options* p, struct acl_options* q)
function
1268
if(!
acl_list_equal
(*orig, anew)) {
1447
if(!
acl_list_equal
(p->allow_notify, q->allow_notify)) return 0;
1448
if(!
acl_list_equal
(p->request_xfr, q->request_xfr)) return 0;
1449
if(!
acl_list_equal
(p->notify, q->notify)) return 0;
1450
if(!
acl_list_equal
(p->provide_xfr, q->provide_xfr)) return 0;
1451
if(!
acl_list_equal
(p->allow_query, q->allow_query)) return 0;
1452
if(!
acl_list_equal
(p->outgoing_interface, q->outgoing_interface))
remote.c
1775
if(!
acl_list_equal
(oldp->request_xfr, newp->request_xfr)) {
1842
if(!
acl_list_equal
(oldp->notify, newp->notify)) {
Completed in 27 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026