| /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)
|
| 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)
|
| 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);
|
| /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/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);
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/include/ |
| bios_parser_interface.h | 36 struct dc_context *ctx; member in struct:bp_init_data
|
| irq_service_interface.h | 32 struct dc_context *ctx; member in struct:irq_service_init_data
|
| /src/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/ |
| delete_sec_context.c | 44 gsskrb5_ctx ctx; local 58 ctx = (gsskrb5_ctx) *context_handle; 61 HEIMDAL_MUTEX_lock(&ctx->ctx_id_mutex); 63 krb5_auth_con_free (context, ctx->auth_context); 64 krb5_auth_con_free (context, ctx->deleg_auth_context); 65 if (ctx->kcred) 66 krb5_free_creds(context, ctx->kcred); 67 if(ctx->source) 68 krb5_free_principal (context, ctx->source); 69 if(ctx->target [all...] |
| /src/crypto/external/bsd/heimdal/dist/lib/gssapi/mech/ |
| gss_context_time.c | 38 struct _gss_context *ctx = (struct _gss_context *) context_handle; local 39 gssapi_mech_interface m = ctx->gc_mech; 41 return (m->gm_context_time(minor_status, ctx->gc_ctx, time_rec));
|
| gss_delete_sec_context.c | 39 struct _gss_context *ctx = (struct _gss_context *) *context_handle; local 45 if (ctx) { 47 * If we have an implementation ctx, delete it, 50 if (ctx->gc_ctx) { 51 major_status = ctx->gc_mech->gm_delete_sec_context( 52 minor_status, &ctx->gc_ctx, output_token); 54 free(ctx);
|
| gss_get_mic.c | 40 struct _gss_context *ctx = (struct _gss_context *) context_handle; local 44 if (ctx == NULL) { 49 m = ctx->gc_mech; 51 return (m->gm_get_mic(minor_status, ctx->gc_ctx, qop_req,
|
| gss_inquire_sec_context_by_oid.c | 43 struct _gss_context *ctx = (struct _gss_context *) context_handle; local 49 if (ctx == NULL) 57 m = ctx->gc_mech; 64 ctx->gc_ctx, desired_object, data_set);
|
| gss_process_context_token.c | 38 struct _gss_context *ctx = (struct _gss_context *) context_handle; local 39 gssapi_mech_interface m = ctx->gc_mech; 41 return (m->gm_process_context_token(minor_status, ctx->gc_ctx,
|
| gss_pseudo_random.c | 48 struct _gss_context *ctx = (struct _gss_context *) context; local 55 if (ctx == NULL) { 60 m = ctx->gc_mech; 65 major_status = (*m->gm_pseudo_random)(minor_status, ctx->gc_ctx,
|
| gss_set_sec_context_option.c | 43 struct _gss_context *ctx; local 52 ctx = (struct _gss_context *) *context_handle; 54 if (ctx == NULL) 57 m = ctx->gc_mech; 64 &ctx->gc_ctx, object, value);
|
| gss_unwrap.c | 41 struct _gss_context *ctx = (struct _gss_context *) context_handle; local 42 gssapi_mech_interface m = ctx->gc_mech; 44 return (m->gm_unwrap(minor_status, ctx->gc_ctx,
|