Searched refs:nwiInterfaceName (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/ppp-727.90.1/Controller/
H A Dscnc_utils.c2733 CFStringRef nwiInterfaceName = CFStringCreateWithCString(kCFAllocatorDefault, nwi_interface_name, kCFStringEncodingASCII); local
2734 if (nwiInterfaceName && !my_CFEqual(nwiInterfaceName, exceptionInterfaceName)) {
2737 interfaceName = my_CFRetain(nwiInterfaceName);
2740 my_CFRelease(&nwiInterfaceName);

Completed in 190 milliseconds