Home
last modified time | relevance | path

Searched defs:client (Results 51 – 75 of 90) sorted by relevance

1234

/Zephyr-latest/samples/drivers/video/tcpserversink/src/
Dmain.c42 int i, ret, sock, client; in main() local
/Zephyr-latest/subsys/bluetooth/audio/
Dcsip_set_member.c122 struct csip_client *client; in notify_clients() local
474 struct csip_client *client; in csip_security_changed() local
508 struct csip_client *client; in handle_csip_disconnect() local
535 struct csip_client *client; in handle_csip_auth_complete() local
547 struct csip_client *client; in handle_csip_auth_complete() local
765 struct csip_client *client = &svc_inst->clients[bt_conn_index(conn)]; in notify_cb() local
/Zephyr-latest/tests/net/socket/tls_ext/src/
Dmain.c115 static const unsigned char client[] = { variable
131 #define client NULL macro
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/settings_clear/src/
Dserver.c91 bt_addr_le_t client = {}; in connect_and_set_security() local
/Zephyr-latest/tests/kernel/msgq/msgq_usage/src/
Dmain.c100 struct k_msgq *client; in service1_entry() local
131 struct k_msgq *client; in service2_entry() local
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/device_name/src/
Dserver.c79 bt_addr_le_t client = {}; in connect_and_set_security() local
/Zephyr-latest/samples/net/sockets/dumb_http_server/src/
Dsocket_dumb_http.c86 int client = accept(serv, (struct sockaddr *)&client_addr, in main() local
/Zephyr-latest/samples/net/sockets/coap_download/src/
Dmain.c22 static struct coap_client client = {0}; variable
/Zephyr-latest/samples/net/mqtt_sn_publisher/src/
Dudp.c40 static void evt_cb(struct mqtt_sn_client *client, const struct mqtt_sn_evt *evt) in evt_cb()
/Zephyr-latest/samples/net/sockets/dumb_http_server_mt/src/
Dmain.c199 int client; in client_conn_handler() local
269 int client; in process_tcp() local
/Zephyr-latest/tests/net/lib/mqtt/v3_1_1/mqtt_client/src/
Dmain.c84 static void prepare_client_fds(struct mqtt_client *client) in prepare_client_fds()
436 static void publish_handler(struct mqtt_client *const client, in publish_handler()
458 static void mqtt_evt_handler(struct mqtt_client *const client, in mqtt_evt_handler()
556 static void client_init(struct mqtt_client *client) in client_init()
/Zephyr-latest/modules/thrift/src/thrift/transport/
DTSSLServerSocket.cpp56 std::shared_ptr<TSocket> TSSLServerSocket::createSocket(THRIFT_SOCKET client) in createSocket()
/Zephyr-latest/subsys/sensing/
Dsensor_mgmt.h35 #define for_each_client_conn(sensor, client) \ argument
/Zephyr-latest/tests/net/lib/http_server/tls/src/
Dmain.c76 static const unsigned char client[] = { variable
/Zephyr-latest/samples/net/sockets/echo_async/src/
Dsocket_echo.c202 int client = accept(fd, (struct sockaddr *)&client_addr, in main() local
/Zephyr-latest/doc/develop/debug/
Dindex.rst124 Alternate interfaces
/Zephyr-latest/modules/thrift/src/thrift/server/
DTServerFramework.cpp108 shared_ptr<TTransport> client; in serve() local
/Zephyr-latest/samples/net/sockets/echo_async_select/src/
Dsocket_echo_select.c192 int client = accept(fd, (struct sockaddr *)&client_addr, local
/Zephyr-latest/drivers/interrupt_controller/
Dintc_shared_irq.c37 struct shared_irq_client *const client; member
/Zephyr-latest/drivers/usb/bc12/
Dbc12_pi3usb9201.c143 static int pi3usb9201_get_status(const struct device *dev, uint8_t *const client, in pi3usb9201_get_status()
493 uint8_t client; in pi3usb9201_isr_work() local
/Zephyr-latest/subsys/net/lib/mqtt/
Dmqtt_decoder.c211 int connect_ack_decode(const struct mqtt_client *client, struct buf_ctx *buf, in connect_ack_decode()
/Zephyr-latest/tests/bluetooth/audio/ccp_call_control_client/src/
Dmain.c32 struct bt_ccp_call_control_client *client; member
/Zephyr-latest/soc/nordic/nrf54h/gpd/
Dgpd.c219 struct onoff_client client; in nrf_gpd_request() local
/Zephyr-latest/drivers/clock_control/
Dnrf_clock_calibration.c47 static struct onoff_client client; variable
/Zephyr-latest/samples/net/lwm2m_client/src/
Dlwm2m-client.c205 static void rd_client_event(struct lwm2m_ctx *client, in rd_client_event()

1234