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

/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/reachability/
H A Dclient.c23 target1 = SCNetworkReachabilityCreateWithName(NULL, "web.apple.com");
30 target2 = SCNetworkReachabilityCreateWithName(NULL, "www.comcast.net");
33 target3 = SCNetworkReachabilityCreateWithName(NULL, "www.comcast.net");
36 target4 = SCNetworkReachabilityCreateWithName(NULL, "www.nonexistenthost.com");
39 target5 = SCNetworkReachabilityCreateWithName(NULL, "www.washingtonpost.com");
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-SystemConfiguration/PyObjCTest/
H A Dtest_scnetworkreachability.py23 self.failUnlessResultIsCFRetained(SCNetworkReachabilityCreateWithName)
24 v = SCNetworkReachabilityCreateWithName(None, 'www.python.org')
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-SystemConfiguration/PyObjCTest/
H A Dtest_scnetworkreachability.py26 self.assertResultIsCFRetained(SCNetworkReachabilityCreateWithName)
27 v = SCNetworkReachabilityCreateWithName(None, b'www.python.org')
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-SystemConfiguration-2.5.1/PyObjCTest/
H A Dtest_scnetworkreachability.py32 self.assertResultIsCFRetained(SCNetworkReachabilityCreateWithName)
33 v = SCNetworkReachabilityCreateWithName(None, b'www.python.org')
/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetwork.c91 networkAddress = SCNetworkReachabilityCreateWithName(NULL, nodename);
H A DSCNetworkReachability.h219 @function SCNetworkReachabilityCreateWithName
231 SCNetworkReachabilityCreateWithName (
H A DSCNetworkReachability.c1968 SCNetworkReachabilityCreateWithName(CFAllocatorRef allocator, function
2065 target = SCNetworkReachabilityCreateWithName(NULL, ptrName);
2171 target = SCNetworkReachabilityCreateWithName(allocator, name);
2275 clone = SCNetworkReachabilityCreateWithName(NULL,
/macosx-10.10.1/configd-699.1.5/tests/
H A DReachabilityTester.c119 reachRef = SCNetworkReachabilityCreateWithName(kCFAllocatorDefault, chost);
/macosx-10.10.1/configd-699.1.5/scutil.tproj/
H A Dtests.c351 target = SCNetworkReachabilityCreateWithName(NULL, argv[0]);
358 target = SCNetworkReachabilityCreateWithName(NULL, argv[0]);
/macosx-10.10.1/bootp-298/IPConfiguration.bproj/
H A Dstf.c224 stf->reach = SCNetworkReachabilityCreateWithName(NULL, relay_hostname);
227 "6TO4 %s:SCNetworkReachabilityCreateWithName failed, %s",
/macosx-10.10.1/ppp-786.1.1/Drivers/PPTP/PPTP-plugin/
H A Dmain.c609 ref = SCNetworkReachabilityCreateWithName(NULL, remoteaddress);
867 ref = SCNetworkReachabilityCreateWithName(NULL, remoteaddress);
/macosx-10.10.1/ppp-786.1.1/Drivers/L2TP/L2TP-plugin/
H A Dmain.c933 ref = SCNetworkReachabilityCreateWithName(NULL, remoteaddress);
1273 ref = SCNetworkReachabilityCreateWithName(NULL, remoteaddress);
/macosx-10.10.1/configd-699.1.5/Plugins/Logger/
H A Dlogger.c1191 target = SCNetworkReachabilityCreateWithName(NULL, nodename);
1194 SCLOG(NULL, NULL, ASL_LEVEL_ERR, CFSTR("SCNetworkReachabilityCreateWithName() failed"));

Completed in 300 milliseconds