HomeSort by relevance Sort by last modified time
    Searched defs:pPort (Results 1 - 10 of 10) sorted by null

  /device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
Service.c 270 ESL_PORT * pPort;
312 pPort = pService->pPortList;
313 while ( NULL != pPort ) {
317 pPort->pService = NULL;
318 pService->pPortList = pPort->pLinkService;
323 EslSocketPortCloseStart ( pPort,
330 pPort = pService->pPortList;
Udp4.c 27 @param [in] pPort Address of an ::ESL_PORT structure.
34 IN ESL_PORT * pPort,
46 pUdp4 = &pPort->Context.Udp4;
65 @param [in] pPort Address of an ESL_PORT structure
83 IN ESL_PORT * pPort,
104 pPort->pSocket->errno = EADDRNOTAVAIL;
112 pConfig = &pPort->Context.Udp4.ConfigData;
143 Status = bBindTest ? EslSocketBindTest ( pPort, EADDRNOTAVAIL )
156 pPort,
225 @param [in] pPort Address of an ESL_PORT structure
    [all...]
Udp6.c 27 @param [in] pPort Address of an ::ESL_PORT structure.
34 IN ESL_PORT * pPort,
46 pUdp6 = &pPort->Context.Udp6;
65 @param [in] pPort Address of an ESL_PORT structure
83 IN ESL_PORT * pPort,
100 pConfig = &pPort->Context.Udp6.ConfigData;
109 Status = bBindTest ? EslSocketBindTest ( pPort, EADDRNOTAVAIL )
116 pPort->pSocket->bAddressSet = TRUE;
123 pPort,
203 @param [in] pPort Address of an ESL_PORT structure
    [all...]
Ip4.c 24 @param [in] pPort Address of an ::ESL_PORT structure.
29 IN ESL_PORT * pPort,
39 pIp4 = &pPort->Context.Ip4;
56 @param [in] pPort Address of an ESL_PORT structure
73 IN ESL_PORT * pPort,
90 pPort->pSocket->errno = EADDRNOTAVAIL;
98 pConfig = &pPort->Context.Ip4.ModeData.ConfigData;
110 pPort,
303 @param [in] pPort Address of an ESL_PORT structure
311 IN ESL_PORT * pPort,
    [all...]
Tcp4.c 74 @param [in] pPort Address of an ::ESL_PORT structure.
80 IN ESL_PORT * pPort
114 ESL_PORT * pPort;
145 pPort = pSocket->pPortList;
146 pTcp4 = &pPort->Context.Tcp4;
191 @param [in] pPort Address of an ::ESL_PORT structure.
197 IN ESL_PORT * pPort
212 pSocket = pPort->pSocket;
213 pTcp4 = &pPort->Context.Tcp4;
228 pPort,
    [all...]
Tcp6.c 74 @param [in] pPort Address of an ::ESL_PORT structure.
80 IN ESL_PORT * pPort
114 ESL_PORT * pPort;
144 pPort = pSocket->pPortList;
145 pTcp6 = &pPort->Context.Tcp6;
185 @param [in] pPort Address of an ::ESL_PORT structure.
191 IN ESL_PORT * pPort
206 pSocket = pPort->pSocket;
207 pTcp6 = &pPort->Context.Tcp6;
222 pPort,
    [all...]
Socket.c 220 pPort->pRxActive
232 pPort->pRxFree
414 pPort->pTxActive or pTxOobActive
426 pPort->pTxFree or pTxOobFree
    [all...]
Socket.h 259 ESL_PORT * pPort; ///< Port structure address
543 @param [in] pPort Address of an ::ESL_PORT structure.
551 IN ESL_PORT * pPort,
580 IN ESL_PORT * pPort,
719 IN ESL_PORT * pPort,
733 @param [in] pPort Address of an ::ESL_PORT structure.
742 IN ESL_PORT * pPort
754 @param [in] pPort Address of an ::ESL_PORT structure.
765 IN ESL_PORT * pPort
779 @param [in] pPort Address of an ::ESL_PORT structure.
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/WebServer/
WebServer.c 45 WSDT_PORT * pPort;
171 LengthInBytes = sizeof ( *pPort );
174 (VOID **)&pPort );
185 pPort->RequestLength = 0;
186 pPort->TxBytes = 0;
199 pWebServer->ppPortList[ pWebServer->Entries ] = pPort;
310 @param [in] pPort The address of a WSDT_PORT structure
321 IN WSDT_PORT * pPort
398 if ( 0 == pPort->RequestLength ) {
402 pPort->RequestLength = recv ( SocketFD
    [all...]
  /external/python/cpython2/Lib/plat-mac/Carbon/
AppleEvents.py 795 pPort = FOUR_CHAR_CODE('ppor')
    [all...]

Completed in 157 milliseconds