Home
last modified time | relevance | path

Searched refs:Socket (Results 1 – 25 of 28) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_ssl.c117 PySocketSockObject *Socket; /* Socket on which we're layered */ member
196 if (ret == 0 || !obj->Socket) { in PySSL_SetError()
202 return obj->Socket->errorhandler(); in PySSL_SetError()
283 self->Socket = NULL; in newPySSLObject()
407 self->Socket = Sock; in newPySSLObject()
408 Py_INCREF(self->Socket); in newPySSLObject()
465 nonblocking = (self->Socket->sock_timeout >= 0.0); in PySSL_SSLdo_handshake()
480 sockstate = check_socket_and_wait_for_timeout(self->Socket, 0); in PySSL_SSLdo_handshake()
482 sockstate = check_socket_and_wait_for_timeout(self->Socket, 1); in PySSL_SSLdo_handshake()
1101 Py_XDECREF(self->Socket); in PySSL_dealloc()
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/
DSockInterface.c397 SOCKET *Socket; in SockAccept() local
443 Socket = NET_LIST_USER_STRUCT (ListEntry, SOCKET, ConnectionList); in SockAccept()
445 if (SOCK_IS_CONNECTED (Socket)) { in SockAccept()
446 ListenToken->NewChildHandle = Socket->SockHandle; in SockAccept()
451 ASSERT (Socket->Parent != NULL); in SockAccept()
453 Socket->Parent->ConnCnt--; in SockAccept()
458 Socket->Parent->ConnCnt) in SockAccept()
460 Socket->Parent = NULL; in SockAccept()
DTcp4Dxe.inf51 Socket.h
DSocket.h395 IN SOCKET *Socket,
/device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
DSockInterface.c411 SOCKET *Socket; in SockAccept() local
460 Socket = NET_LIST_USER_STRUCT (ListEntry, SOCKET, ConnectionList); in SockAccept()
462 if (SOCK_IS_CONNECTED (Socket)) { in SockAccept()
463 ListenToken->NewChildHandle = Socket->SockHandle; in SockAccept()
468 ASSERT (Socket->Parent != NULL); in SockAccept()
470 Socket->Parent->ConnCnt--; in SockAccept()
475 Socket->Parent->ConnCnt) in SockAccept()
477 Socket->Parent = NULL; in SockAccept()
DTcpDxe.inf53 Socket.h
DSocket.h383 IN SOCKET *Socket,
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/
DMiscProcessorInformationFunction.c160 CHAR16 *Socket=NULL;
270 Socket = SmbiosMiscGetString (TokenToGet);
271 SocketStrLen = StrLen(Socket);
339 SmbiosRecord-> Socket= 1;
442 UnicodeStrToAsciiStr(Socket, OptionalStrStart);
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/DataSource/
DDataSource.c52 int Socket = -1; variable
337 if ( -1 != Socket ) { in SocketClose()
341 CloseStatus = close ( Socket ); in SocketClose()
345 Socket )); in SocketClose()
346 Socket = -1; in SocketClose()
434 ConnectStatus = connect ( Socket, in SocketConnect()
519 Socket = socket ( Family, in SocketNew()
522 if ( -1 != Socket ) { in SocketNew()
525 Socket )); in SocketNew()
528 } while ( -1 == Socket ); in SocketNew()
[all …]
/device/lge/bullhead/sepolicy/
Dperfd.te10 # Socket creation under /data/misc/perfd
Dfile.te25 # Socket node needed by ims_data daemon
/device/linaro/bootloader/edk2/StdLib/LibC/NetUtil/
DNetUtil.inf2 # BSD Socket Library, Infrastructure functions.
/device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
DEfiSocketLib.inf35 Socket.c
DReleaseNotes.txt1 The following issues exist with the EFI Socket Library:
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/
DSockets.inc3 # Socket Applications
/device/linaro/bootloader/edk2/StdLib/SocketDxe/
DSocketDxe.inf30 Socket.h
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/DataSink/
DDataSink.c280 int Socket; in SocketPoll() local
459 Socket = accept ( ListenSocket, in SocketPoll()
462 if ( -1 == Socket ) { in SocketPoll()
514 CloseStatus = close ( Socket ); in SocketPoll()
602 PollFd[ Index ].fd = Socket; in SocketPoll()
/device/linaro/bootloader/edk2/StdLib/
DStdLib.inc20 # Socket Support Libraries
106 # Socket Layer
DReadMe.txt52 EDK II Socket Libraries. These applications include:
296 If desired, all of the Socket applications, in AppPkg, can be built by including Sockets.inc:
300 Figure 2: Socket Applications "Boilerplate" Inclusion
353 A DXE driver version of the Socket library is also built.
371 # Socket Layer
446 Applications that use file system features or the Socket library depend upon
DStdLib.dsc140 # Socket Libraries - LibC based
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/Madt/
DMadt30.aslc71 // Bit 24: Core ID Bit 25: Core Pair ID Bit 26-27: Reserved Bit 28-30: Socket ID Bit 31: Reserved
72 // 4 Sockets and 4 Cores per Socket.
/device/linaro/bootloader/edk2/AppPkg/
DReadMe.txt63 EDK II Socket Libraries. These applications include:
307 If desired, all of the Socket applications, in AppPkg, can be built by including Sockets.inc:
311 Figure 2: Socket Applications "Boilerplate" Inclusion
364 A DXE driver version of the Socket library is also built.
382 # Socket Layer
457 Applications that use file system features or the Socket library depend upon
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/
DReadMe.txt52 EDK II Socket Libraries. These applications include:
296 If desired, all of the Socket applications, in AppPkg, can be built by including Sockets.inc:
300 Figure 2: Socket Applications "Boilerplate" Inclusion
353 A DXE driver version of the Socket library is also built.
371 # Socket Layer
446 Applications that use file system features or the Socket library depend upon
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
DSmbios.h147 UINT8 Socket; member
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DSmBios.h756 SMBIOS_TABLE_STRING Socket; member

12