Home
last modified time | relevance | path

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

/hal_ti-2.7.6/simplelink/source/ti/net/
Dslnetif.h165 …int32_t (*sockShutdown) (int16_t sd, void *sdContext, int16_t how); …
Dslnetsock.h868 int32_t SlNetSock_shutdown(int16_t sd, int16_t how);
Dslnetsock.c477 int32_t SlNetSock_shutdown(int16_t sd, int16_t how) in SlNetSock_shutdown() argument
500 retVal = (netIf->ifConf)->sockShutdown(realSd, sdContext, how); in SlNetSock_shutdown()