| /src/external/bsd/unbound/dist/libunbound/python/doc/examples/ |
| example7-1.py | 8 ctx = unbound.ub_ctx() variable 9 ctx.resolvconf("/etc/resolv.conf") 11 status, result = ctx.resolve(u"www.háčkyčárky.cz", unbound.RR_TYPE_A, unbound.RR_CLASS_IN)
|
| example7-2.py | 8 ctx = unbound.ub_ctx() variable 9 ctx.resolvconf("/etc/resolv.conf") 11 status, result = ctx.resolve(u"háčkyčárky.cz", unbound.RR_TYPE_MX, unbound.RR_CLASS_IN)
|
| example8-1.py | 8 ctx = unbound.ub_ctx() variable 9 ctx.resolvconf("/etc/resolv.conf") 11 status, result = ctx.resolve("nic.cz", unbound.RR_TYPE_MX, unbound.RR_CLASS_IN) 18 status, result = ctx.resolve("nic.cz", unbound.RR_TYPE_A, unbound.RR_CLASS_IN) 25 status, result = ctx.resolve("nic.cz", unbound.RR_TYPE_NS, unbound.RR_CLASS_IN)
|
| example7-1.py | 8 ctx = unbound.ub_ctx() variable 9 ctx.resolvconf("/etc/resolv.conf") 11 status, result = ctx.resolve(u"www.háčkyčárky.cz", unbound.RR_TYPE_A, unbound.RR_CLASS_IN)
|
| example7-2.py | 8 ctx = unbound.ub_ctx() variable 9 ctx.resolvconf("/etc/resolv.conf") 11 status, result = ctx.resolve(u"háčkyčárky.cz", unbound.RR_TYPE_MX, unbound.RR_CLASS_IN)
|
| example8-1.py | 8 ctx = unbound.ub_ctx() variable 9 ctx.resolvconf("/etc/resolv.conf") 11 status, result = ctx.resolve("nic.cz", unbound.RR_TYPE_MX, unbound.RR_CLASS_IN) 18 status, result = ctx.resolve("nic.cz", unbound.RR_TYPE_A, unbound.RR_CLASS_IN) 25 status, result = ctx.resolve("nic.cz", unbound.RR_TYPE_NS, unbound.RR_CLASS_IN)
|
| example6-1.py | 4 ctx = ub_ctx() variable 5 ctx.resolvconf("/etc/resolv.conf") 7 status, result = ctx.resolve("test.record.xxx", RR_TYPE_A, RR_CLASS_IN) 14 status = ctx.zone_add("xxx.","static") 18 status = ctx.data_add("test.record.xxx. IN A 1.2.3.4") 22 status, result = ctx.resolve("test.record.xxx", RR_TYPE_A, RR_CLASS_IN)
|
| /src/external/bsd/unbound/dist/libunbound/python/examples/ |
| dns-lookup.py | 38 ctx = unbound.ub_ctx() variable 39 ctx.resolvconf("/etc/resolv.conf") 41 status, result = ctx.resolve("www.nic.cz", unbound.RR_TYPE_A, unbound.RR_CLASS_IN)
|
| example8-1.py | 39 ctx = unbound.ub_ctx() variable 40 ctx.resolvconf("/etc/resolv.conf") 42 status, result = ctx.resolve("nic.cz", unbound.RR_TYPE_MX, unbound.RR_CLASS_IN) 49 status, result = ctx.resolve("nic.cz", unbound.RR_TYPE_A, unbound.RR_CLASS_IN) 56 status, result = ctx.resolve("nic.cz", unbound.RR_TYPE_NS, unbound.RR_CLASS_IN)
|
| idn-lookup.py | 40 ctx = unbound.ub_ctx() variable 41 ctx.set_option("module-config:","iterator") #We don't need validation 42 ctx.resolvconf("/etc/resolv.conf") 45 status, result = ctx.resolve(u"www.háčkyčárky.cz", unbound.RR_TYPE_A, unbound.RR_CLASS_IN) 52 status, result = ctx.resolve(u"háčkyčárky.cz", unbound.RR_TYPE_MX, unbound.RR_CLASS_IN) 59 status, result = ctx.resolve(unbound.reverse('217.31.204.66')+'.in-addr.arpa', unbound.RR_TYPE_PTR, unbound.RR_CLASS_IN)
|
| mx-lookup.py | 39 ctx = unbound.ub_ctx() variable 40 ctx.resolvconf("/etc/resolv.conf") 42 status, result = ctx.resolve("nic.cz", unbound.RR_TYPE_MX, unbound.RR_CLASS_IN) 49 status, result = ctx.resolve("nic.cz", unbound.RR_TYPE_A, unbound.RR_CLASS_IN)
|
| ns-lookup.py | 39 ctx = unbound.ub_ctx() variable 40 ctx.resolvconf("/etc/resolv.conf") 42 status, result = ctx.resolve("vutbr.cz", unbound.RR_TYPE_NS, unbound.RR_CLASS_IN)
|
| reverse-lookup.py | 38 ctx = unbound.ub_ctx() variable 39 ctx.resolvconf("/etc/resolv.conf") 41 status, result = ctx.resolve(unbound.reverse("74.125.43.147") + ".in-addr.arpa.", unbound.RR_TYPE_PTR, unbound.RR_CLASS_IN)
|
| dns-lookup.py | 38 ctx = unbound.ub_ctx() variable 39 ctx.resolvconf("/etc/resolv.conf") 41 status, result = ctx.resolve("www.nic.cz", unbound.RR_TYPE_A, unbound.RR_CLASS_IN)
|
| example8-1.py | 39 ctx = unbound.ub_ctx() variable 40 ctx.resolvconf("/etc/resolv.conf") 42 status, result = ctx.resolve("nic.cz", unbound.RR_TYPE_MX, unbound.RR_CLASS_IN) 49 status, result = ctx.resolve("nic.cz", unbound.RR_TYPE_A, unbound.RR_CLASS_IN) 56 status, result = ctx.resolve("nic.cz", unbound.RR_TYPE_NS, unbound.RR_CLASS_IN)
|
| idn-lookup.py | 40 ctx = unbound.ub_ctx() variable 41 ctx.set_option("module-config:","iterator") #We don't need validation 42 ctx.resolvconf("/etc/resolv.conf") 45 status, result = ctx.resolve(u"www.háčkyčárky.cz", unbound.RR_TYPE_A, unbound.RR_CLASS_IN) 52 status, result = ctx.resolve(u"háčkyčárky.cz", unbound.RR_TYPE_MX, unbound.RR_CLASS_IN) 59 status, result = ctx.resolve(unbound.reverse('217.31.204.66')+'.in-addr.arpa', unbound.RR_TYPE_PTR, unbound.RR_CLASS_IN)
|
| mx-lookup.py | 39 ctx = unbound.ub_ctx() variable 40 ctx.resolvconf("/etc/resolv.conf") 42 status, result = ctx.resolve("nic.cz", unbound.RR_TYPE_MX, unbound.RR_CLASS_IN) 49 status, result = ctx.resolve("nic.cz", unbound.RR_TYPE_A, unbound.RR_CLASS_IN)
|
| ns-lookup.py | 39 ctx = unbound.ub_ctx() variable 40 ctx.resolvconf("/etc/resolv.conf") 42 status, result = ctx.resolve("vutbr.cz", unbound.RR_TYPE_NS, unbound.RR_CLASS_IN)
|
| reverse-lookup.py | 38 ctx = unbound.ub_ctx() variable 39 ctx.resolvconf("/etc/resolv.conf") 41 status, result = ctx.resolve(unbound.reverse("74.125.43.147") + ".in-addr.arpa.", unbound.RR_TYPE_PTR, unbound.RR_CLASS_IN)
|
| dnssec-valid.py | 39 ctx = ub_ctx() variable 40 ctx.resolvconf("/etc/resolv.conf") 43 ctx.debugout(fw) 44 ctx.debuglevel(2) 47 ctx.add_ta_file("keys") #read public keys for DNSSEC verification 49 status, result = ctx.resolve("www.nic.cz", RR_TYPE_A, RR_CLASS_IN)
|
| /src/lib/libc/rpc/ |
| __rpc_getxid.c | 51 static randomid_t ctx = NULL; local 53 if (!ctx) { 54 ctx = randomid_new(32, RANDOMID_TIMEO_DEFAULT); 55 if (!ctx) 59 return randomid(ctx);
|
| __rpc_getxid.c | 51 static randomid_t ctx = NULL; local 53 if (!ctx) { 54 ctx = randomid_new(32, RANDOMID_TIMEO_DEFAULT); 55 if (!ctx) 59 return randomid(ctx);
|
| /src/crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/ |
| inquire_context.c | 51 ntlm_ctx ctx = (ntlm_ctx)context_handle; local 63 *ctx_flags = ctx->gssflags; 65 *locally_initiated = (ctx->status & STATUS_CLIENT) ? 1 : 0; 67 *open_context = (ctx->status & STATUS_OPEN) ? 1 : 0;
|
| /src/crypto/external/bsd/openssh/dist/ |
| hash.c | 34 SHA512_CTX ctx; local 36 SHA512Init(&ctx); 37 SHA512Update(&ctx, in, inlen); 38 SHA512Final(out, &ctx);
|
| /src/external/bsd/wpa/dist/src/crypto/ |
| aes-encblock.c | 25 void *ctx; local 26 ctx = aes_encrypt_init(key, 16); 27 if (ctx == NULL) 29 aes_encrypt(ctx, in, out); 30 aes_encrypt_deinit(ctx);
|