Searched refs:zpacket_sendto_ctx (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/subsys/net/lib/sockets/ |
D | sockets_packet.c | 237 ssize_t zpacket_sendto_ctx(struct net_context *ctx, const void *buf, size_t len, in zpacket_sendto_ctx() function 390 return zpacket_sendto_ctx(obj, buffer, count, 0, NULL, 0); in packet_sock_write_vmeth() 436 return zpacket_sendto_ctx(obj, buf, len, flags, dest_addr, addrlen); in packet_sock_sendto_vmeth()
|