Searched defs:sendto (Results 1 – 5 of 5) sorted by relevance
/Zephyr-Core-2.7.6/subsys/net/lib/sockets/ |
D | sockets_internal.h | 57 ssize_t (*sendto)(void *obj, const void *buf, size_t len, int flags, member
|
/Zephyr-Core-2.7.6/include/net/ |
D | net_offload.h | 103 int (*sendto)(struct net_pkt *pkt, member
|
D | socket.h | 708 static inline ssize_t sendto(int sock, const void *buf, size_t len, int flags, in sendto() function
|
/Zephyr-Core-2.7.6/include/posix/sys/ |
D | socket.h | 71 static inline ssize_t sendto(int sock, const void *buf, size_t len, int flags, in sendto() function
|
/Zephyr-Core-2.7.6/subsys/net/ip/ |
D | net_context.c | 1414 bool sendto) in context_sendto()
|