Searched refs:packet_sendto (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/ |
A D | af_packet.h | 109 int packet_sendto(int s, const void *data, size_t size, int flags,
|
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ |
A D | af_packet.c | 742 packet_sendto(int s, const void *data, size_t size, int flags, in packet_sendto() function
|
/AliOS-Things-master/components/lwip/lwip2.0.0/api/ |
A D | sockets.c | 1362 return packet_sendto(s, data, size, flags, to, tolen); in lwip_sendto()
|
Completed in 9 milliseconds