Searched defs:recvfrom (Results 1 – 3 of 3) sorted by relevance
/Zephyr-Core-2.7.6/subsys/net/lib/sockets/ |
D | sockets_internal.h | 59 ssize_t (*recvfrom)(void *obj, void *buf, size_t max_len, int flags, member
|
/Zephyr-Core-2.7.6/include/posix/sys/ |
D | socket.h | 84 static inline ssize_t recvfrom(int sock, void *buf, size_t max_len, int flags, in recvfrom() function
|
/Zephyr-Core-2.7.6/include/net/ |
D | socket.h | 721 static inline ssize_t recvfrom(int sock, void *buf, size_t max_len, int flags, in recvfrom() function
|