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

/macosx-10.9.5/NFS-81/showmount/
H A Dmshow.c174 info->sockref = CFSocketCreateWithNative(kCFAllocatorDefault, DNSServiceRefSockFD(info->sdref),
177 printf("CFSocketCreateWithNative failed\n");
196 nfsinfo.sockref = CFSocketCreateWithNative(kCFAllocatorDefault, DNSServiceRefSockFD(nfsinfo.sdref),
208 mountdinfo.sockref = CFSocketCreateWithNative(kCFAllocatorDefault, DNSServiceRefSockFD(mountdinfo.sdref),
/macosx-10.9.5/eap8021x-180/eapolclient.tproj/
H A DFDHandler.c88 = CFSocketCreateWithNative(NULL, fd, kCFSocketReadCallBack,
/macosx-10.9.5/CF-855.17/
H A DCFSocket.h169 CF_EXPORT CFSocketRef CFSocketCreateWithNative(CFAllocatorRef allocator, CFSocketNativeHandle sock, CFOptionFlags callBackTypes, CFSocketCallBack callout, const CFSocketContext *context);
H A DCFSocket.c234 CFSocketRef CFSocketCreateWithNative(CFAllocatorRef allocator, CFSocketNativeHandle ufd, CFOptionFlags callBackTypes, CFSocketCallBack callout, const CFSocketContext *context) {
248 CFLog(kCFLogLevelWarning, CFSTR("*** CFSocketCreateWithNative(): creating CFSocket with silly fd type (%07o) -- may or may not work"), type);
264 CFLog(kCFLogLevelWarning, CFSTR("*** CFSocketCreateWithNative(): creating CFSocket with unsupported fd type -- may or may not work"));
438 // CFLog(5, CFSTR("CFSocketCreateWithNative(): created socket %p with callbacks 0x%x"), sock, callBackTypes);
2373 CFLog(5, CFSTR("CFSocketCreateWithNative(): created socket %p (%d) with callbacks 0x%x"), memory, memory->_socket, callBackTypes);
2378 CFSocketRef CFSocketCreateWithNative(CFAllocatorRef allocator, CFSocketNativeHandle sock, CFOptionFlags callBackTypes, CFSocketCallBack callout, const CFSocketContext *context) { function
3119 s = CFSocketCreateWithNative(allocator, sock, callBackTypes, callout, context);
/macosx-10.9.5/bootp-268.1/IPConfiguration.bproj/
H A DFDSet.c86 = CFSocketCreateWithNative(NULL, fd, kCFSocketReadCallBack,
H A Darp_session.c2448 socket = CFSocketCreateWithNative(NULL, fileno(stdin),
2452 fprintf(stderr, "CFSocketCreateWithNative failed\n");
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfsocket.py78 sock = CFSocketCreateWithNative(None, sd.fileno(),
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfsocket.py85 sock = CFSocketCreateWithNative(None, sd.fileno(),
/macosx-10.9.5/mDNSResponder-522.92.1/Clients/
H A DDNSServiceReg.m78 CFSocketRef c = CFSocketCreateWithNative(kCFAllocatorDefault, s, kCFSocketReadCallBack, myCFSocketCallBack, &myCFSocketContext);
H A DDNSServiceBrowser.m631 fSocketRef = CFSocketCreateWithNative(kCFAllocatorDefault, DNSServiceRefSockFD(fServiceRef), kCFSocketReadCallBack, ProcessSockData, &context);
/macosx-10.9.5/bootp-268.1/bsdpc.tproj/
H A Dbsdpc.c496 socket = CFSocketCreateWithNative(NULL, fileno(stdin), kCFSocketReadCallBack,
499 fprintf(stderr, "CFSocketCreateWithNative failed\n");
/macosx-10.9.5/configd-596.15/Plugins/KernelEventMonitor/
H A Deventmon.c754 es = CFSocketCreateWithNative(NULL,
/macosx-10.9.5/ppp-727.90.1/Controller/
H A Dppp_socket_server.c131 if ((ref = CFSocketCreateWithNative(NULL, s, kCFSocketReadCallBack,
170 if ((ref = CFSocketCreateWithNative(NULL, s,
H A Dscnc_utils.c2061 if ((*eventref = CFSocketCreateWithNative(NULL, *eventfd,
H A Dipsec_manager.c2603 if ((serv->u.ipsec.controlref = CFSocketCreateWithNative(NULL, serv->u.ipsec.controlfd,
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSMacOSX/PreferencePane/
H A DDNSServiceDiscoveryPref.m192 MyDNSServiceState * query = (MyDNSServiceState *)info; // context passed in to CFSocketCreateWithNative().
219 query->socket = CFSocketCreateWithNative(NULL, sock, kCFSocketReadCallBack, MySocketReadCallback, &context);
/macosx-10.9.5/bootp-268.1/BSDPClient/
H A DBSDPClient.c909 socket = CFSocketCreateWithNative(NULL, fd, kCFSocketReadCallBack,
/macosx-10.9.5/configd-596.15/Plugins/Logger/
H A Dlogger.c484 es = CFSocketCreateWithNative(NULL,
/macosx-10.9.5/eap8021x-180/EAPOLController.bproj/
H A Dcontroller.c647 = CFSocketCreateWithNative(NULL, client->eapol_fd,
/macosx-10.9.5/emacs-92/emacs/src/
H A Dmac.c5179 CFSocketCreateWithNative (NULL, fd,
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSMacOSX/
H A DmDNSMacOSX.c3603 i->BPF_cfs = CFSocketCreateWithNative(kCFAllocatorDefault, fd, kCFSocketReadCallBack, bpf_callback, &myCFSocketContext);

Completed in 425 milliseconds