Searched refs:zcan_sendto_ctx (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/subsys/net/lib/sockets/ |
D | sockets_can.c | 225 ssize_t zcan_sendto_ctx(struct net_context *ctx, const void *buf, size_t len, in zcan_sendto_ctx() function 374 return zcan_sendto_ctx(obj, buffer, count, 0, NULL, 0); in can_sock_write_vmeth() 503 return zcan_sendto_ctx(obj, buf, len, flags, dest_addr, addrlen); in can_sock_sendto_vmeth()
|