/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/ecred/dut/src/ |
D | dut.c | 30 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/ |
D | log_backend_ipc_service.c | 32 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/ |
D | log_link_ipc_service.c | 35 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/ |
D | lldp.c | 270 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/ |
D | central.c | 33 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()
|
D | dut.c | 127 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/ |
D | eswifi_offload.h | 34 net_context_recv_cb_t recv_cb; member
|
D | eswifi_socket.c | 148 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/ |
D | main.c | 54 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/ |
D | dut.c | 53 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/ |
D | esp_socket.c | 34 sock->recv_cb = NULL; in esp_socket_get() 197 if (sock->recv_cb) { 198 sock->recv_cb(sock->context, pkt, NULL, NULL,
|
D | esp_offload.c | 644 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/ |
D | main.c | 493 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/ |
D | main.c | 61 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/ |
D | main.c | 61 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/ |
D | btp.c | 142 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/ |
D | main.c | 91 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/ |
D | main.c | 41 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/ |
D | main.c | 158 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/ |
D | main.c | 229 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/ |
D | ipc_service.rst | 73 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/ |
D | per_adv_sync.c | 138 static void recv_cb(struct bt_le_per_adv_sync *recv_sync, in recv_cb() function 168 .recv = recv_cb,
|
/Zephyr-latest/drivers/net/ |
D | slip.c | 302 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/ |
D | main.c | 91 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/ |
D | main.c | 86 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,
|