Searched refs:readset_out (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/ |
A D | af_packet.h | 128 fd_set *readset_out, fd_set *writeset_out, fd_set *exceptset_out);
|
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ |
A D | af_packet.c | 445 fd_set *readset_out, fd_set *writeset_out, fd_set *exceptset_out) in packet_selscan() argument 487 *readset_out = lreadset; in packet_selscan()
|
/AliOS-Things-master/components/lwip/lwip2.0.0/api/ |
A D | sockets.c | 1589 fd_set *readset_out, fd_set *writeset_out, fd_set *exceptset_out) in lwip_selscan() argument 1645 pkt_nready = packet_selscan(maxfdp1, readset_in, NULL, NULL, readset_out, NULL, NULL); in lwip_selscan() 1668 *readset_out = lreadset; in lwip_selscan()
|
Completed in 8 milliseconds