HomeSort by: relevance | last modified time | path
    Searched refs:DENY (Results 1 - 11 of 11) sorted by relevancy

  /src/usr.sbin/tcpdchk/
tcpdchk.c 95 #define DENY 0
124 hosts_deny_table = "hosts.deny";
151 * information is used later to find references in hosts.allow/deny to
188 defl_verdict = DENY;
200 fprintf(stderr, " -d: use allow/deny files in current directory\n");
379 tcpd_warn("(use EXCEPT or DENY instead)");
411 tcpd_warn("(use EXCEPT or DENY instead)");
472 tcpd_warn("(use EXCEPT or DENY instead)");
  /src/external/mpl/dhcp/dist/includes/
dhctoken.h 117 DENY = 312,
  /src/external/mpl/dhcp/dist/keama/
dhctoken.h 121 DENY = 312,
conflex.c 905 return DENY;
confparse.c 574 | ALLOW allow-deny-keyword
575 | DENY allow-deny-keyword
985 * \brief Parse allow and deny statements
987 * This function handles the common processing code for permit and deny
990 * The allow or deny token should already be consumed, this function expects
1132 * Pool statements are used to group declarations and permit & deny information
1135 * Each pool may have a different set of permit or deny options.
1196 case DENY:
2805 (strcmp(handle->key, "deny") == 0) |
    [all...]
parse.c 1691 case DENY:
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
zfs_acl.c 56 #define DENY ACE_ACCESS_DENIED_ACE_TYPE
263 case DENY:
517 case DENY:
1030 if ((access_mask & ACE_EXECUTE) && type == DENY)
1036 * Failure to allow is effectively a deny, so execute permission
1348 zfs_set_ace(aclp, zacep, masks.deny1, DENY, -1, ACE_OWNER);
1354 zfs_set_ace(aclp, zacep, masks.deny2, DENY, -1, OWNING_GROUP);
1394 if ((type != ALLOW && type != DENY) ||
2165 if (type == DENY) {
2540 * Determine whether Access should be granted/deny, withou
    [all...]
  /src/external/bsd/ntp/dist/ntpd/
ntp.conf.def 1478 the code is "DENY"; if the
1586 Deny packets of all kinds, including
1599 Deny service if the packet spacing violates the lower limits specified
1621 Deny ephemeral peer requests,
1633 Deny
1642 Deny
1649 Deny unauthenticated packets which would result in mobilizing a new association.
1667 Deny all packets except
1680 Deny service unless the packet is cryptographically authenticated.
1700 Deny packets that do not match the current NTP version
    [all...]
  /src/external/mpl/dhcp/dist/common/
conflex.c 925 return DENY;
parse.c 2222 case DENY:
  /src/external/mpl/dhcp/dist/server/
confpars.c 347 | ALLOW allow-deny-keyword
348 | DENY allow-deny-keyword
1525 * \brief Parse allow and deny statements
1527 * This function handles the common processing code for permit and deny
1532 * The allow or deny token should already be consumed, this function expects
1549 * = 0 if this is being invoked for a deny statement
1711 * Pool statements are used to group declarations and permit & deny information
1714 * Each pool may have a different set of permit or deny options.
1837 case DENY
    [all...]

Completed in 69 milliseconds