Home
last modified time | relevance | path

Searched defs:servers (Results 1 – 9 of 9) sorted by relevance

/Zephyr-Core-3.7.0/subsys/net/lib/dns/
Dresolve.c322 const char *servers[], in dns_resolve_init_locked()
518 int dns_resolve_init(struct dns_resolve_context *ctx, const char *servers[], in dns_resolve_init()
1557 const char *servers[], in dns_servers_exists()
1586 const char *servers[], in dns_resolve_reconfigure()
/Zephyr-Core-3.7.0/subsys/bluetooth/mesh/
Dgatt_cli.c49 } servers[CONFIG_BT_MAX_CONN]; variable
Dproxy_cli.c39 } servers[CONFIG_BT_MAX_CONN] = { variable
/Zephyr-Core-3.7.0/tests/bluetooth/tester/src/
Dbtp_l2cap.c42 static struct bt_l2cap_server servers[SERVERS]; variable
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/l2cap/general/src/
Dmain_l2cap_ecred.c41 static struct bt_l2cap_server servers[SERVERS]; variable
/Zephyr-Core-3.7.0/include/zephyr/net/
Ddns_resolve.h355 } servers[DNS_RESOLVER_MAX_POLL]; member
/Zephyr-Core-3.7.0/drivers/wifi/esp_at/
Desp.c520 char **servers = (char **)argv + 1; in MODEM_CMD_DEFINE() local
/Zephyr-Core-3.7.0/subsys/bluetooth/host/classic/
Drfcomm.c53 static struct bt_rfcomm_server *servers; variable
/Zephyr-Core-3.7.0/subsys/bluetooth/host/
Dl2cap.c76 static sys_slist_t servers = SYS_SLIST_STATIC_INIT(&servers); variable