Searched refs:socketType (Results 1 - 4 of 4) sorted by path

/macosx-10.9.5/CF-855.17/
H A DCFSocket.c297 int socketType = 0;
299 socklen_t typeSize = sizeof(socketType);
300 int ret = getsockopt(ufd, SOL_SOCKET, SO_TYPE, (void *)&socketType, (socklen_t *)&typeSize);
301 if (ret < 0) socketType = 0;
320 memory->_connOriented = (SOCK_STREAM == socketType || SOCK_SEQPACKET == socketType);
3100 CFSocketRef CFSocketCreate(CFAllocatorRef allocator, SInt32 protocolFamily, SInt32 socketType, SInt32 protocol, CFOptionFlags callBackTypes, CFSocketCallBack callout, const CFSocketContext *context) { argument
3106 if (0 >= socketType) socketType = SOCK_STREAM;
3107 if (0 >= protocol && SOCK_STREAM == socketType) protoco
[all...]
H A DCFSocket.h124 SInt32 socketType; member in struct:__anon504
168 CF_EXPORT CFSocketRef CFSocketCreate(CFAllocatorRef allocator, SInt32 protocolFamily, SInt32 socketType, SInt32 protocol, CFOptionFlags callBackTypes, CFSocketCallBack callout, const CFSocketContext *context);
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfstream.py318 socketType=socket.SOCK_STREAM,
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfstream.py307 socketType=socket.SOCK_STREAM,

Completed in 223 milliseconds