Home
last modified time | relevance | path

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

/hal_ti-2.7.6/simplelink/source/ti/net/
Dslnetif.h163 …int16_t (*sockCreate) (void *ifContext, int16_t domain, int16_t type, int16_t protocol, voi…
Dslnetsock.h820 int16_t SlNetSock_create(int16_t domain, int16_t type, int16_t protocol, uint32_t ifBitmap, int16_t…
Dslnetsock.c321 int16_t SlNetSock_create(int16_t domain, int16_t type, int16_t protocol, uint32_t ifBitmap, int16_t… in SlNetSock_create() argument
401 …createdSd = (netIf->ifConf)->sockCreate(netIf->ifContext, domain, type, protocol, &(sdNode->sdCont… in SlNetSock_create()