Home
last modified time | relevance | path

Searched refs:packet_recvfrom (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/
A Daf_packet.h112 int packet_recvfrom(int s, void *mem, size_t len, int flags,
/AliOS-Things-master/components/lwip/lwip2.0.0/core/
A Daf_packet.c274 packet_recvfrom(int s, void *mem, size_t len, int flags, in packet_recvfrom() function
496 return (packet_recvfrom(s, mem, len, flags, NULL, NULL)); in packet_recv()
/AliOS-Things-master/components/lwip/lwip2.0.0/api/
A Dsockets.c969 return packet_recvfrom(s, mem, len, flags, from, fromlen); in lwip_recvfrom()

Completed in 9 milliseconds