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

  /src/usr.bin/deroff/
deroff.c 234 static int mesh(pacmac);
1352 mesh(pacmac c12) function
1695 M(NONE, 's','h', mesh),
1696 M(NONE, 'u','h', mesh),
  /src/external/bsd/unbound/dist/daemon/
worker.c 62 #include "services/mesh.h"
124 size_t total, front, back, mesh, msg, rrset, infra, ac, superac; local
137 mesh = mesh_get_mem(worker->env.mesh);
143 for(i=0; i<worker->env.mesh->mods.num; i++) {
144 fptr_ok(fptr_whitelist_mod_get_mem(worker->env.mesh->
146 if(strcmp(worker->env.mesh->mods.mod[i]->name, "validator")==0)
147 val += (*worker->env.mesh->mods.mod[i]->get_mem)
150 else if(strcmp(worker->env.mesh->mods.mod[i]->name,
152 subnet += (*worker->env.mesh->mods.mod[i]->get_mem
    [all...]
remote.c 73 #include "services/mesh.h"
2262 mesh_delete_all(worker->env.mesh);
2692 * the actual mesh is not running, so we can freely edit it. */
2694 mesh_delete_all(worker->env.mesh);
2979 /** get age for the mesh state */
2998 /** get status of a mesh state */
3000 get_mesh_status(struct mesh_area* mesh, struct mesh_state* m,
3004 const char *modname = mesh->mods.mod[m->s.curmod]->name;
3028 /* look in subs from mesh state to see what */
3056 struct mesh_area* mesh; local
7291 struct mesh_area* mesh = worker->env.mesh; local
    [all...]
  /src/external/bsd/unbound/dist/services/
listen_dnsport.h 324 /** the buffer to use to spool reply from mesh into,
333 /** is the comm point set to send_reply (by mesh new client in worker
356 /** the mesh area of the mesh_state */
357 struct mesh_area* mesh; member in struct:tcp_req_open_item
358 /** the mesh state */
385 * Removes mesh entry references and stored results from the lists.
398 * Remove mesh state entry from list in tcp_req_info.
399 * caller has to manage the mesh state reply entry in the mesh state.
419 * Add mesh state to the tcp req list of open requests
    [all...]
mesh.c 2 * services/mesh.c - deal with mesh of query states and handle events for that.
39 * This file contains functions to assist in dealing with a mesh of
40 * query states. This mesh is supposed to be thread-specific.
46 #include "services/mesh.h"
95 * Compare two response-ip client info entries for the purpose of mesh state
99 * We cannot share the mesh state for two queries if different response-ip
209 struct mesh_area* mesh = calloc(1, sizeof(struct mesh_area)); local
210 if(!mesh) {
211 log_err("mesh area alloc: out of memory")
1050 struct mesh_area* mesh; local
1100 struct mesh_area* mesh; local
1167 struct mesh_area* mesh = qstate->env->mesh; local
1197 struct mesh_area* mesh = qstate->env->mesh; local
1241 struct mesh_area* mesh = qstate->env->mesh; local
2297 struct mesh_area* mesh = qstate->env->mesh; local
2398 struct mesh_area* mesh = qstate->env->mesh; local
    [all...]
  /src/external/bsd/unbound/dist/util/
module.h 43 * they are done, the reply is passed back. In the usual setup the mesh
69 * A query comes in, and a mesh entry is created for it. The mesh
94 * There is no previous module from the validator module, and the mesh
95 * takes this to mean that the query is finally done. The mesh invokes
99 * query, then the mesh will tell them about it. It calls the inform_super
119 * The mesh meanwhile will have the newly created query (or queries) on
123 * done. When they are done the mesh calls inform_super on the module that
124 * wanted the recursion. After that the mesh calls operate() on the module
231 /** whether the option needs mesh aggregation *
493 struct mesh_area* mesh; member in struct:module_env
    [all...]
netevent.h 994 /** mesh area containing mesh state */
995 struct mesh_area* mesh; member in struct:http2_stream
996 /** mesh state for query. Used to remove mesh reply before closing
1028 /** Add mesh state to stream. To be able to remove mesh reply on stream closure
1031 struct mesh_area* mesh, struct mesh_state* m);
1033 /** Remove mesh state from stream. When the mesh state has been removed. *
    [all...]
  /src/external/bsd/wpa/dist/wpa_supplicant/
bss.c 835 const u8 *ssid, *p2p, *mesh; local
886 mesh = wpa_scan_get_ie(res, WLAN_EID_MESH_ID);
887 if (mesh && mesh[1] <= SSID_MAX_LEN)
888 ssid = mesh;
ctrl_iface.c 62 #include "mesh.h"
2337 "mode=mesh\n");
3103 const u8 *ie, *ie2, *osen_ie, *p2p, *mesh, *owe, *rsnxe; local
3105 mesh = wpa_bss_get_ie(bss, WLAN_EID_MESH_ID);
3127 pos = wpa_supplicant_ie_txt(pos, end, mesh ? "RSN" : "WPA2",
3162 if (mesh) {
3163 ret = os_snprintf(pos, end - pos, "[MESH]");
3333 "CTRL_IFACE: Cannot use MESH_GROUP_ADD on a non mesh network");
3340 "CTRL_IFACE: key_mgmt for mesh network should be open or SAE");
4245 if (os_strcmp(iftype_str, "MESH") == 0
5335 const u8 *ie, *ie2, *osen_ie, *mesh, *owe, *rsnxe; local
    [all...]
  /src/external/cddl/osnet/dist/lib/libzfs/common/
libzfs_import.c 1239 struct gmesh mesh; local
1244 errno = geom_gettree(&mesh);
1252 LIST_FOREACH(mp, &mesh.lg_class, lg_class) {
1266 geom_deletetree(&mesh);
  /src/external/bsd/wpa/dist/wpa_supplicant/dbus/
dbus_new_handlers.c 1306 capabilities[num_items++] = "mesh";
3542 &iter_array, "mesh")) ||
5277 const u8 *mesh; local
5296 mesh = wpa_bss_get_ie(res, WLAN_EID_MESH_ID);
5297 if (mesh)
5298 mode = "mesh";
6348 * wpas_dbus_getter_mesh_peers - Get connected mesh peers
6410 * wpas_dbus_getter_mesh_group - Get mesh group
  /src/external/bsd/wpa/dist/src/ap/
ap_config.h 724 int mesh; member in struct:hostapd_bss_config

Completed in 45 milliseconds