Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/ypserv/ypserv/
H A Dacl.c43 static struct aclent *acl_root = NULL; variable
94 p = acl_root; in acl_check_host()
114 if (acl_root == NULL) { in acl_add_net()
115 acl_root = acl; in acl_add_net()
117 p = acl_root; in acl_add_net()
534 while (acl_root != NULL) { in acl_reset()
535 p = acl_root->next; in acl_reset()
536 free(acl_root); in acl_reset()
537 acl_root = p; in acl_reset()