Home
last modified time | relevance | path

Searched defs:sendto (Results 1 – 5 of 5) sorted by relevance

/Zephyr-Core-2.7.6/subsys/net/lib/sockets/
Dsockets_internal.h57 ssize_t (*sendto)(void *obj, const void *buf, size_t len, int flags, member
/Zephyr-Core-2.7.6/include/net/
Dnet_offload.h103 int (*sendto)(struct net_pkt *pkt, member
Dsocket.h708 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/
Dsocket.h71 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/
Dnet_context.c1414 bool sendto) in context_sendto()