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

  /src/external/mpl/bind/dist/lib/dns/include/dns/
clientinfo.h 47 #include <dns/ecs.h>
64 dns_ecs_t ecs; member in struct:dns_clientinfo
94 * database version to 'versionp'. ECS data is initialized to 0/0/0.
98 dns_clientinfo_setecs(dns_clientinfo_t *ci, dns_ecs_t *ecs);
100 * Set the ECS client data associated with a clientinfo object 'ci'.
101 * If 'ecs' is NULL, initialize ci->ecs to 0/0/0; otherwise copy it.
  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
clientinfo.h 48 #include <dns/ecs.h>
65 dns_ecs_t ecs; member in struct:dns_clientinfo
92 dns_clientinfo_init(dns_clientinfo_t *ci, void *data, dns_ecs_t *ecs,
  /src/external/bsd/unbound/dist/edns-subnet/
subnetmod.c 90 /** new query for ecs module */
105 /** Add ecs struct to edns list, after parsing it to wire format. */
107 subnet_ecs_opt_list_append(struct ecs_data* ecs, struct edns_option** list,
113 if(ecs->subnet_validdata) {
114 log_assert(ecs->subnet_addr_fam == EDNSSUBNET_ADDRFAM_IP4 ||
115 ecs->subnet_addr_fam == EDNSSUBNET_ADDRFAM_IP6);
116 log_assert(ecs->subnet_addr_fam != EDNSSUBNET_ADDRFAM_IP4 ||
117 ecs->subnet_source_mask <= INET_SIZE*8);
118 log_assert(ecs->subnet_addr_fam != EDNSSUBNET_ADDRFAM_IP6 ||
119 ecs->subnet_source_mask <= INET6_SIZE*8)
475 struct ecs_data *ecs = &sq->ecs_client_in; local
    [all...]
  /src/external/mpl/bind/dist/lib/ns/include/ns/
client.h 71 #include <dns/ecs.h>
207 dns_ecs_t ecs; /*%< EDNS client subnet sent by client */ member in struct:ns_client
259 #define NS_CLIENTATTR_HAVEECS 0x04000 /*%< received an ECS option */
  /src/sys/dev/pci/
yds.c 403 size_t pcs, rcs, ecs, ws, memsize; local
414 ecs = YREAD4(sc, YDS_EFFECT_CTRLSIZE) * sizeof(uint32_t);
420 DPRINTF(("eff control size : %d\n", (unsigned int)ecs));
422 __USE(ecs);
478 cb += N_EFFECT_SLOT_CTRL * N_EFFECT_SLOT_CTRL_BANK * ecs;
  /src/external/bsd/unbound/dist/services/
mesh.c 777 * attached its own ECS data. */
806 /* Use the client's ECS data */
814 * it is decided whether to include an ECS option or not.
2120 struct edns_option* ecs; local
2139 /* Make also a copy of the ecs option if any */
2140 if((ecs = edns_opt_list_find(
2144 ecs->opt_code, ecs->opt_len,
2145 ecs->opt_data,
  /src/external/mpl/bind/dist/lib/ns/
client.c 277 dns_ecs_init(&client->ecs);
1041 unsigned char ecs[ECS_SIZE]; local
1116 (client->ecs.addr.family == AF_INET ||
1117 client->ecs.addr.family == AF_INET6 ||
1118 client->ecs.addr.family == AF_UNSPEC))
1127 plen = client->ecs.source;
1132 switch (client->ecs.addr.family) {
1140 memmove(addr, &client->ecs.addr.type, addrl);
1145 memmove(addr, &client->ecs.addr.type, addrl);
1151 isc_buffer_init(&buf, ecs, sizeof(ecs))
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
infrun.c 121 struct execution_control_state *ecs);
2146 static void keep_going_pass_signal (struct execution_control_state *ecs);
2147 static void prepare_to_wait (struct execution_control_state *ecs);
2268 execution_control_state ecs (tp);
2269 keep_going_pass_signal (&ecs);
2271 if (!ecs.wait_some_more)
3588 execution_control_state ecs (tp);
3590 keep_going_pass_signal (&ecs);
3591 if (!ecs.wait_some_more)
3863 static void handle_inferior_event (struct execution_control_state *ecs);
4389 execution_control_state ecs; local
4591 execution_control_state ecs; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
infrun.c 119 struct execution_control_state *ecs);
2141 static void keep_going_pass_signal (struct execution_control_state *ecs);
2142 static void prepare_to_wait (struct execution_control_state *ecs);
2263 execution_control_state ecs (tp);
2264 keep_going_pass_signal (&ecs);
2266 if (!ecs.wait_some_more)
3583 execution_control_state ecs (tp);
3585 keep_going_pass_signal (&ecs);
3586 if (!ecs.wait_some_more)
3858 static void handle_inferior_event (struct execution_control_state *ecs);
4384 execution_control_state ecs; local
4586 execution_control_state ecs; local
    [all...]

Completed in 40 milliseconds