Searched refs:Domain (Results 1 – 5 of 5) sorted by relevance
/hal_ti-3.4.0/simplelink/source/ti/drivers/net/wifi/ |
D | slnetifwifi.h | 139 int16_t SlNetIfWifi_socket(void *ifContext, int16_t Domain, int16_t Type, int16_t Protocol, void **…
|
D | sl_socket.h | 563 _i16 sl_Socket(_i16 Domain, _i16 Type, _i16 Protocol);
|
/hal_ti-3.4.0/simplelink/source/ti/drivers/net/wifi/slnetif/ |
D | slnetifwifi.c | 126 int16_t SlNetIfWifi_socket(void *ifContext, int16_t Domain, int16_t Type, int16_t Protocol, void **… in SlNetIfWifi_socket() argument 130 return (sl_Socket(Domain, mappedSocketType, Protocol)); in SlNetIfWifi_socket()
|
/hal_ti-3.4.0/simplelink/source/ti/drivers/net/wifi/source/ |
D | sl_socket.c | 133 _i16 sl_Socket(_i16 Domain, _i16 Type, _i16 Protocol) in sl_Socket() argument 137 Msg.Cmd.Domain = (_u8)Domain; in sl_Socket()
|
D | protocol.h | 774 _u8 Domain; member
|