Home
last modified time | relevance | path

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

/hal_ti-3.4.0/simplelink/source/ti/drivers/net/wifi/
Dnetapp.h736 #if _SL_INCLUDE_FUNC(sl_NetAppDnsGetHostByName)
737 _i16 sl_NetAppDnsGetHostByName(_i8 * pHostName,const _u16 NameLen, _u32* OutIpAddr,const _u8 Fami…
/hal_ti-3.4.0/simplelink/source/ti/drivers/net/wifi/slnetif/
Dslnetifwifi.c416 retVal = sl_NetAppDnsGetHostByName((signed char *)name, nameLen, (_u32 *)ipAddr, family); in SlNetIfWifi_getHostByName()
/hal_ti-3.4.0/simplelink/source/ti/drivers/net/wifi/source/
Dnetapp.c841 #if _SL_INCLUDE_FUNC(sl_NetAppDnsGetHostByName)
849 _i16 sl_NetAppDnsGetHostByName(_i8 * pHostName,const _u16 NameLen, _u32* OutIpAddr,const _u8 Fami… in sl_NetAppDnsGetHostByName() function