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

  /src/external/mpl/dhcp/dist/client/
client_tables.c 57 client_universe.encapsulate = hashed_option_space_encapsulate;
dhc6.c 1908 dhcpv6_universe.encapsulate(&ds, NULL, NULL, client,
2232 dhcpv6_universe.encapsulate(&ds, NULL, NULL, client,
2307 dhcpv6_universe.encapsulate(&ds, NULL, NULL, client, NULL,
2421 dhcpv6_universe.encapsulate(&ds, NULL, NULL, client, NULL,
3613 dhcpv6_universe.encapsulate(&ds, NULL, NULL, client,
5103 dhcpv6_universe.encapsulate(&ds, NULL, NULL, client, NULL,
5298 dhcpv6_universe.encapsulate(&ds, NULL, NULL, client, NULL,
  /src/external/mpl/dhcp/dist/tests/DHCPv6/
test-a.conf 15 option vsio.docsis code 4491 = encapsulate docsis;
  /src/external/mpl/dhcp/dist/common/
tables.c 75 the name of the option space to encapsulate, followed by a '.'.
388 * to 'virtually encapsulate' this option a la the fqdn option
1108 dhcp_universe.encapsulate = hashed_option_space_encapsulate;
1149 nwip_universe.encapsulate = nwip_option_space_encapsulate;
1195 fqdn_universe.encapsulate = fqdn_option_space_encapsulate;
1243 vendor_class_universe.encapsulate = hashed_option_space_encapsulate;
1290 vendor_universe.encapsulate = hashed_option_space_encapsulate;
1337 isc_universe.encapsulate = linked_option_space_encapsulate;
1383 dhcpv6_universe.encapsulate = hashed_option_space_encapsulate;
1424 vsio_universe.encapsulate = hashed_option_space_encapsulate
    [all...]
print.c 844 strcpy (buf, "(encapsulate ");
845 rv += expr -> data.encapsulate.len;
849 (const char *)expr -> data.encapsulate.data, rv - 13);
options.c 302 figure out what to do. If we don't know how to de-encapsulate it,
347 figure out what to do. If we don't know how to de-encapsulate it,
1040 /* Now we call the routine to find and encapsulate the requested
1182 * have an universe to encapsulate into an option.
1419 for that universe, try to encapsulate it. */
3109 * encapsulated options (and ->encapsulate()
3112 subu->encapsulate(&tmp, packet, lease,
3151 if (u->encapsulate != NULL) {
3152 if (u->encapsulate(result, packet, lease, client_state,
3202 subu->encapsulate(&sub, packet, lease, client_state
    [all...]
tree.c 314 data_string_copy (&(*expr) -> data.encapsulate, name, MDL);
1471 &expr -> data.encapsulate);
1476 log_debug ("data: encapsulate (%s) = %s",
1477 expr -> data.encapsulate.data,
3584 "encapsulate");
3586 &expr -> data.encapsulate);
parse.c 1451 nu -> encapsulate = hashed_option_space_encapsulate;
1540 ENCAPSULATE identifier */
1598 "encapsulate must always be the last item.");
1713 case ENCAPSULATE:
  /src/external/mpl/dhcp/dist/includes/
tree.h 237 struct data_string encapsulate; member in union:expression::expr_union
327 int (*encapsulate) (struct data_string *, struct packet *, member in struct:universe
  /src/external/mpl/dhcp/dist/keama/tests/samples/
test-a6.conf 16 option vsio.docsis code 4491 = encapsulate docsis;
  /src/crypto/external/bsd/openssl/dist/crypto/evp/
kem.c 206 return ctx->op.encap.kem->encapsulate(ctx->op.encap.algctx,
292 if (kem->encapsulate != NULL)
294 kem->encapsulate = OSSL_FUNC_kem_encapsulate(fns);
359 * "kem" functions: (encapsulate_init, encapsulate) or
evp_local.h 222 OSSL_FUNC_kem_encapsulate_fn *encapsulate; member in struct:evp_kem_st
  /src/crypto/external/apache2/openssl/dist/crypto/evp/
kem.c 246 return ctx->op.encap.kem->encapsulate(ctx->op.encap.algctx,
342 if (kem->encapsulate != NULL)
344 kem->encapsulate = OSSL_FUNC_kem_encapsulate(fns);
416 * (encapsulate_init, (and/or auth_encapsulate_init), encapsulate) or
evp_local.h 255 OSSL_FUNC_kem_encapsulate_fn *encapsulate; member in struct:evp_kem_st
  /src/external/mpl/dhcp/dist/server/
stables.c 472 agent_universe.encapsulate = linked_option_space_encapsulate;
516 server_universe.encapsulate = hashed_option_space_encapsulate;
  /src/crypto/external/bsd/heimdal/lib/libgssapi/
Makefile 60 krb5/encapsulate.c \
  /src/external/mpl/dhcp/dist/keama/
confparse.c 4030 isc_boolean_t encapsulate = ISC_FALSE; local
4034 &encapsulate);
4044 encapsulate ? "true" : "false",
4170 isc_boolean_t encapsulate = ISC_FALSE; local
4210 datatype = convert_format(val, &is_array, &encapsulate);
4217 if (encapsulate)
4218 parse_error(cfile, "option %s.%s code %u encapsulate?",
4328 isc_boolean_t encapsulate = ISC_FALSE; local
4369 datatype = convert_format(option->format, &is_array, &encapsulate);
4377 if (encapsulate)
    [all...]
parse.c 937 ENCAPSULATE identifier */
1041 "encapsulate must always be the last item.");
1173 case ENCAPSULATE:
1183 appendString(saved, "encapsulate ");
1270 mapSet(def, createString(encapsulated), "encapsulate");
1284 * vcd :== NUMBER EQUALS ENCAPSULATE identifier SEMI
1313 if (token != ENCAPSULATE)
1314 parse_error(cfile, "expecting encapsulate");
1344 isc_boolean_t *encapsulate)
1354 *encapsulate = ISC_TRUE
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/gssapi/
NTMakefile 59 krb5/encapsulate.c \
291 $(OBJ)\krb5/encapsulate.obj \
  /src/crypto/external/apache2/openssl/dist/test/
evp_test.c 2215 static int encapsulate(EVP_TEST *t, EVP_PKEY_CTX *ctx, const char *op, function
2403 ret = encapsulate(t, kdata->ctx, kdata->op, &wrapped, &wrappedlen,

Completed in 57 milliseconds