Home
last modified time | relevance | path

Searched refs:recv_cb (Results 1 – 25 of 41) sorted by relevance

12

/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/ecred/dut/src/
Ddut.c30 int recv_cb(struct bt_l2cap_chan *chan, struct net_buf *buf) in recv_cb() function
50 .recv = recv_cb,
/Zephyr-latest/subsys/logging/backends/
Dlog_backend_ipc_service.c32 static void recv_cb(const void *data, size_t len, void *priv) in recv_cb() function
58 .received = recv_cb, in backend_ipc_service_init()
/Zephyr-latest/subsys/logging/
Dlog_link_ipc_service.c35 static void recv_cb(const void *data, size_t len, void *priv) in recv_cb() function
60 .received = recv_cb, in link_ipc_service_init()
/Zephyr-latest/subsys/net/l2/ethernet/lldp/
Dlldp.c270 net_lldp_recv_cb_t recv_cb; in net_lldp_recv() local
285 recv_cb = ctx->lldp[ret].cb; in net_lldp_recv()
286 if (recv_cb) { in net_lldp_recv()
287 return recv_cb(iface, pkt); in net_lldp_recv()
293 int net_lldp_register_callback(struct net_if *iface, net_lldp_recv_cb_t recv_cb) in net_lldp_register_callback() argument
310 ctx->lldp[ret].cb = recv_cb; in net_lldp_register_callback()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/multilink_peripheral/src/
Dcentral.c33 static int recv_cb(struct bt_l2cap_chan *chan, struct net_buf *buf) in recv_cb() function
56 .recv = recv_cb, in server_accept_cb()
Ddut.c127 static int recv_cb(struct bt_l2cap_chan *chan, struct net_buf *buf) in recv_cb() function
139 .recv = recv_cb, in connect_l2cap_channel()
/Zephyr-latest/drivers/wifi/eswifi/
Deswifi_offload.h34 net_context_recv_cb_t recv_cb; member
Deswifi_socket.c148 if (socket->recv_cb) { in eswifi_off_read_work()
156 if (!len || !socket->recv_cb) { in eswifi_off_read_work()
173 socket->recv_cb(socket->context, pkt, in eswifi_off_read_work()
/Zephyr-latest/samples/bluetooth/peripheral_past/src/
Dmain.c54 static void recv_cb(struct bt_le_per_adv_sync *sync, in recv_cb() function
72 .recv = recv_cb
/Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc_multilink/dut/src/
Ddut.c53 static int recv_cb(struct bt_l2cap_chan *chan, struct net_buf *buf) in recv_cb() function
83 .recv = recv_cb, in server_accept_cb()
/Zephyr-latest/drivers/wifi/esp_at/
Desp_socket.c34 sock->recv_cb = NULL; in esp_socket_get()
197 if (sock->recv_cb) {
198 sock->recv_cb(sock->context, pkt, NULL, NULL,
Desp_offload.c644 if (sock->recv_cb) { in esp_close_work()
645 sock->recv_cb(sock->context, NULL, NULL, NULL, 0, in esp_close_work()
677 sock->recv_cb = cb; in esp_recv()
689 sock->recv_cb = NULL; in esp_recv()
708 sock->recv_cb = NULL; in esp_put()
/Zephyr-latest/tests/net/context/src/
Dmain.c493 static void recv_cb(struct net_context *context, in recv_cb() function
513 ret = net_context_recv(udp_v6_ctx, recv_cb, K_NO_WAIT, in ZTEST()
536 ret = net_context_recv(udp_v4_ctx, recv_cb, K_NO_WAIT, in ZTEST()
585 ret = net_context_recv(udp_v6_ctx, recv_cb, K_NO_WAIT, in ZTEST()
633 ret = net_context_recv(udp_v4_ctx, recv_cb, K_NO_WAIT, in ZTEST()
658 ret = net_context_recv(udp_v6_ctx, recv_cb, K_NO_WAIT, in ZTEST()
686 ret = net_context_recv(udp_v4_ctx, recv_cb, K_NO_WAIT, in ZTEST()
/Zephyr-latest/samples/bluetooth/periodic_sync_conn/src/
Dmain.c61 static void recv_cb(struct bt_le_per_adv_sync *sync, in recv_cb() function
111 .recv = recv_cb,
/Zephyr-latest/samples/bluetooth/direction_finding_connectionless_rx/src/
Dmain.c61 static void recv_cb(struct bt_le_per_adv_sync *sync,
73 .recv = recv_cb,
191 static void recv_cb(struct bt_le_per_adv_sync *sync, in recv_cb() function
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp.c142 static uint8_t *recv_cb(uint8_t *buf, size_t *off) in recv_cb() function
180 uart_pipe_register(data, BTP_MTU, recv_cb); in uart_init()
199 recv_buf = recv_cb(recv_buf, &recv_off); in timer_expiry_cb()
/Zephyr-latest/samples/bluetooth/periodic_sync_rsp/src/
Dmain.c91 static void recv_cb(struct bt_le_per_adv_sync *sync, in recv_cb() function
125 .recv = recv_cb,
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/split/dut/src/
Dmain.c41 int recv_cb(struct bt_l2cap_chan *chan, struct net_buf *buf) in recv_cb() function
88 .recv = recv_cb,
/Zephyr-latest/samples/bluetooth/periodic_sync/src/
Dmain.c158 static void recv_cb(struct bt_le_per_adv_sync *sync, in recv_cb() function
177 .recv = recv_cb
/Zephyr-latest/samples/bluetooth/central_past/src/
Dmain.c229 static void recv_cb(struct bt_le_per_adv_sync *sync, in recv_cb() function
248 .recv = recv_cb
/Zephyr-latest/doc/services/ipc/ipc_service/
Dipc_service.rst73 static void recv_cb(const void *data, size_t len, void *priv)
82 .received = recv_cb,
136 .received = recv_cb,
/Zephyr-latest/tests/bsim/bluetooth/host/adv/periodic/src/
Dper_adv_sync.c138 static void recv_cb(struct bt_le_per_adv_sync *recv_sync, in recv_cb() function
168 .recv = recv_cb,
/Zephyr-latest/drivers/net/
Dslip.c302 static uint8_t *recv_cb(uint8_t *buf, size_t *off) in recv_cb() function
362 uart_pipe_register(slip->buf, sizeof(slip->buf), recv_cb); in slip_init()
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/credits/src/
Dmain.c91 int recv_cb(struct bt_l2cap_chan *chan, struct net_buf *buf) in recv_cb() function
135 .recv = recv_cb,
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/credits_seg_recv/src/
Dmain.c86 void recv_cb(struct bt_l2cap_chan *l2cap_chan, size_t sdu_len, off_t seg_offset, in recv_cb() function
135 .seg_recv = recv_cb,

12