Home
last modified time | relevance | path

Searched refs:lwip_shutdown (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/
A Dsockets.h456 #define lwip_shutdown shutdown macro
487 int lwip_shutdown(int s, int how);
518 #define shutdown(s,how) lwip_shutdown(s,how)
/AliOS-Things-master/components/netmgr/net/
A Dnet_impl.c33 return lwip_shutdown(s, how); in net_shutdown()
/AliOS-Things-master/components/netmgr/net/include/sys/
A Dsocket.h48 #define lwip_shutdown shutdown macro
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/
A Dsockets.h553 int lwip_shutdown(int s, int how);
/AliOS-Things-master/components/lwip/lwip2.0.0/api/
A Dsockets.c2115 lwip_shutdown(int s, int how) in lwip_shutdown() function

Completed in 14 milliseconds