HomeSort by: relevance | last modified time | path
    Searched defs:insecure (Results 1 - 6 of 6) sorted by relevancy

  /src/external/mpl/bind/dist/lib/dns/
acl.c 522 * insecure.
558 * Return true iff the acl 'a' is considered insecure, that is,
568 bool insecure; local
579 insecure = insecure_prefix_found;
581 if (insecure) {
589 /* A negated match can never be insecure. */
616 /* No insecure elements were found. */
  /src/external/mpl/dhcp/bind/dist/lib/dns/
acl.c 500 * insecure.
536 * Return true iff the acl 'a' is considered insecure, that is,
546 bool insecure; local
558 insecure = insecure_prefix_found;
560 if (insecure) {
568 /* A negated match can never be insecure. */
595 /* No insecure elements were found. */
  /src/usr.sbin/rpcbind/
rpcbind.c 103 int insecure = 0; variable
910 insecure = 1;
  /src/usr.sbin/ypbind/
ypbind.c 123 static int insecure; variable
465 /* don't support insecure servers by default */
466 if (!insecure && ntohs(addr->sin_port) >= IPPORT_RESERVED) {
1628 "Usage: %s [-broadcast] [-insecure] [-ypset] [-ypsetme]%s\n",
1654 if (!strcmp("-insecure", *argv)) {
1655 insecure = 1;
  /src/external/mpl/dhcp/dist/includes/omapip/
omapip_p.h 157 isc_boolean_t insecure; /* Set to allow unauthenticated member in struct:__omapi_protocol_object
166 isc_boolean_t insecure; /* Set to allow unauthenticated member in struct:__anon24450
  /src/external/bsd/unbound/dist/daemon/
remote.c 2711 int* insecure, int* prime, int* tls)
2722 if(*args == 'i' && insecure)
2723 *insecure = 1;
2760 int insecure = 0, tls = 0; local
2764 if(!parse_fs_args(ssl, args, &nm, &dp, &insecure, NULL, &tls))
2770 if(insecure && worker->env.anchors) {
2796 int insecure = 0; local
2799 if(!parse_fs_args(ssl, args, &nm, NULL, &insecure, NULL, NULL))
2803 if(insecure && worker->env.anchors)
2817 int insecure = 0, prime = 0, tls = 0 local
2873 int insecure = 0; local
3318 int insecure; local
3348 int insecure; local
    [all...]

Completed in 35 milliseconds