Home
last modified time | relevance | path

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

/hal_ti-3.4.0/simplelink/source/ti/drivers/net/wifi/
Dsl_socket.h562 #if _SL_INCLUDE_FUNC(sl_Socket)
563 _i16 sl_Socket(_i16 Domain, _i16 Type, _i16 Protocol);
/hal_ti-3.4.0/simplelink/source/ti/drivers/net/wifi/slnetif/
Dslnetifwifi.c130 return (sl_Socket(Domain, mappedSocketType, Protocol)); in SlNetIfWifi_socket()
/hal_ti-3.4.0/simplelink/source/ti/drivers/net/wifi/source/
Dsl_socket.c124 #if _SL_INCLUDE_FUNC(sl_Socket)
133 _i16 sl_Socket(_i16 Domain, _i16 Type, _i16 Protocol) in sl_Socket() function
1361 retVal = sl_Socket(SL_AF_INET, SL_SOCK_DGRAM, 0); in _SlDrvOpenCtrlSocket()