Home
last modified time | relevance | path

Searched defs:send (Results 1 – 25 of 43) sorted by relevance

12

/Zephyr-Core-3.7.0/include/zephyr/net/
Dcanbus.h34 int (*send)(const struct device *dev, struct net_pkt *pkt); member
Ddummy.h41 int (*send)(const struct device *dev, struct net_pkt *pkt); member
Dnet_l2.h70 int (*send)(struct net_if *iface, struct net_pkt *pkt); member
Dnet_offload.h97 int (*send)(struct net_pkt *pkt, member
/Zephyr-Core-3.7.0/scripts/coredump/
Dcoredump_gdbserver.py32 def send(self, data): member in FakeSocket
/Zephyr-Core-3.7.0/subsys/ipc/ipc_service/backends/
Dipc_icmsg.c37 static int send(const struct device *instance, void *token, in send() function
Dipc_icmsg_me_initiator.c159 static int send(const struct device *instance, void *token, in send() function
/Zephyr-Core-3.7.0/include/zephyr/ipc/
Dipc_service_backend.h71 int (*send)(const struct device *instance, void *token, member
/Zephyr-Core-3.7.0/include/zephyr/mgmt/ec_host_cmd/
Dbackend.h108 ec_host_cmd_backend_api_send send; member
/Zephyr-Core-3.7.0/tests/subsys/ipc/ipc_service/src/
Dbackend.c27 static int send(const struct device *instance, void *token, in send() function
/Zephyr-Core-3.7.0/include/zephyr/drivers/bluetooth/
Dhci_driver.h135 int (*send)(struct net_buf *buf); member
/Zephyr-Core-3.7.0/subsys/bluetooth/mesh/
Dproxy_msg.h41 proxy_send_cb_t send; member
Dprov_bearer.h88 int (*send)(struct net_buf_simple *buf, prov_bearer_send_complete_t cb, member
Dproxy_msg.c254 proxy_send_cb_t send, in bt_mesh_proxy_role_setup()
/Zephyr-Core-3.7.0/tests/drivers/can/host/pytest/
Dcan_shell.py79 def send(self, msg: Message, timeout: Optional[float] = None) -> None: member in CanShellBus
/Zephyr-Core-3.7.0/drivers/ethernet/
Deth_native_posix.c53 uint8_t send[NET_ETH_MTU + ETH_HDR_LEN]; member
139 bool send) in update_gptp()
167 #define update_gptp(iface, pkt, send) argument
/Zephyr-Core-3.7.0/drivers/spi/
Dspi_sifive.c134 bool send = false; in spi_sifive_xfer() local
/Zephyr-Core-3.7.0/include/zephyr/drivers/
Dipm.h101 ipm_send_t send; member
Dbluetooth.h87 int (*send)(const struct device *dev, struct net_buf *buf); member
Dmbox.h223 mbox_send_t send; member
/Zephyr-Core-3.7.0/samples/net/sockets/packet/src/
Dpacket.c154 size_t send = 100U; in send_packet_socket() local
/Zephyr-Core-3.7.0/drivers/ipm/
Dipm_cavs_host.c44 static int send(const struct device *dev, int wait, uint32_t id, in send() function
/Zephyr-Core-3.7.0/include/zephyr/logging/
Dlog_multidomain_helper.h145 int (*send)(struct log_multidomain_link *link, void *data, size_t len); member
186 int (*send)(struct log_multidomain_backend *backend, void *data, size_t len); member
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_prof.c156 static int send(struct node_rx_pdu *rx) in send() function
/Zephyr-Core-3.7.0/drivers/xen/
Devents.c116 struct evtchn_send send; in notify_evtchn() local

12