Searched refs:zpacket_recvfrom_ctx (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/subsys/net/lib/sockets/ |
D | sockets_packet.c | 297 ssize_t zpacket_recvfrom_ctx(struct net_context *ctx, void *buf, size_t max_len, in zpacket_recvfrom_ctx() function 384 return zpacket_recvfrom_ctx(obj, buffer, count, 0, NULL, 0); in packet_sock_read_vmeth() 449 return zpacket_recvfrom_ctx(obj, buf, max_len, flags, in packet_sock_recvfrom_vmeth()
|