Searched refs:allocName (Results 1 – 1 of 1) sorted by relevance
172 char *allocName = NULL; in SlNetIf_add() local232 allocName = malloc(strLen + 1); in SlNetIf_add()235 if (NULL == allocName) in SlNetIf_add()248 strcpy(allocName, ifName); in SlNetIf_add()256 (ifNode->netIf).ifName = allocName; in SlNetIf_add()268 retVal = ifConf->ifCreateContext(ifID, allocName, &((ifNode->netIf).ifContext)); in SlNetIf_add()