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

/macosx-10.10.1/ppp-786.1.1/Controller/
H A Dscnc_main.c1273 my_CFRelease(&serv->cellularConnection);
2464 my_CFRelease(&serv->cellularConnection);
2503 serv->cellularConnection = _CTServerConnectionCreate(kCFAllocatorDefault, cellular_callback, &ctxt);
2504 if (!serv->cellularConnection)
2507 error = _CTServerConnectionGetPacketContextActive(serv->cellularConnection, 0, &active);
2515 my_CFRelease(&serv->cellularConnection);
2525 error = _CTServerConnectionRegisterForNotification(serv->cellularConnection, kCTRegistrationDataStatusChangedNotification);
2527 error = _CTServerConnectionRegisterForNotification(serv->cellularConnection, kCTRegistrationDataActivateFailedNotification);
2529 error = _CTServerConnectionSetPacketContextActiveByServiceType(serv->cellularConnection, kCTDataConnectionServiceTypeInternet, TRUE);
2533 _CTServerConnectionAddToRunLoop(serv->cellularConnection, CFRunLoopGetCurren
[all...]
H A Dscnc_main.h291 CTServerConnectionRef cellularConnection; member in struct:service

Completed in 181 milliseconds