Searched refs:pentry (Results 1 – 1 of 1) sorted by relevance
62 entry_private* pentry = new (std::nothrow) entry_private; in CreateInterface() local63 memset(pentry, 0, sizeof(entry_private)); in CreateInterface()64 pentry->accessing = ppp_interface_count; in CreateInterface()65 sEntryList.Add(pentry); in CreateInterface()68 pentry, ppp_interface_count, NULL, NULL); in CreateInterface()70 if (device == NULL || pentry == NULL) { in CreateInterface()103 entry_private* pentry = new (std::nothrow) entry_private; in CreateInterfaceWithName() local104 memset(pentry, 0, sizeof(entry_private)); in CreateInterfaceWithName()105 pentry->accessing = ppp_interface_count; in CreateInterfaceWithName()106 sEntryList.Add(pentry); in CreateInterfaceWithName()[all …]