Searched refs:sockCreate (Results 1 – 3 of 3) sorted by relevance
163 …int16_t (*sockCreate) (void *ifContext, int16_t domain, int16_t type, int16_t protocol, voi… member
131 (NULL != ifConf->sockCreate) && in SlNetIf_configCheck()
401 …createdSd = (netIf->ifConf)->sockCreate(netIf->ifContext, domain, type, protocol, &(sdNode->sdCont… in SlNetSock_create()