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

/macosx-10.9.5/ppp-727.90.1/Controller/
H A Dscnc_utils.h108 CFStringRef copy_primary_interface_name(CFStringRef exceptionServiceID);
H A Dscnc_utils.c2696 Pass in the optional exceptionServiceID to find the primary interface excluding
2697 the specified service; if the exceptionServiceID is primary, find the next active
2700 If NULL is passed for exceptionServiceID, find the true primary interface.
2702 CFStringRef copy_primary_interface_name(CFStringRef exceptionServiceID) argument
2716 if (serviceID && my_CFEqual(serviceID, exceptionServiceID)) {
2727 if (interfaceName == NULL && mustSearchNWIOrder && exceptionServiceID != NULL) {
2728 CFStringRef exceptionInterfaceName = copy_interface_name(exceptionServiceID);

Completed in 175 milliseconds