HomeSort by relevance Sort by last modified time
    Searched refs:ESL_SOCKET (Results 1 - 9 of 9) sorted by null

  /device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
Socket.h 46 #define SOCKET_SIGNATURE SIGNATURE_32 ('S','c','k','t') ///< ESL_SOCKET memory signature
98 typedef struct _ESL_SOCKET ESL_SOCKET; ///< Forward declaration
420 ESL_SOCKET * pSocket; ///< Socket for this port
497 IN ESL_SOCKET * pSocket,
505 @param [in] pSocket Address of an ::ESL_SOCKET structure.
515 IN ESL_SOCKET * pSocket
527 @param [in] pSocket Address of an ::ESL_SOCKET structure.
537 IN ESL_SOCKET * pSocket
609 @param [in] pSocket Address of a ESL_SOCKET structure
618 IN ESL_SOCKET * pSocket
    [all...]
DxeSupport.c 47 ESL_SOCKET * pSocket;
Socket.c 36 | ::ESL_SOCKET |-->| ::ESL_PORT |-->| ESL_PORT |--> NULL (pLinkSocket)
42 | ESL_SOCKET |-->| ESL_PORT |--> NULL
77 ::ESL_SOCKET manages the activity for a single socket instance. As such, it contains
85 to the ::ESL_SOCKET that manage the data:
87 <li>ESL_SOCKET::pRxPacketListHead - Normal (low) priority receive data</li>
88 <li>ESL_SOCKET::pRxOobPacketListHead - High (out-of-band or urgent) priority receive data</li>
89 <li>ESL_SOCKET::pTxPacketListHead - Normal (low) priority transmit data</li>
90 <li>ESL_SOCKET::pTxOobPacketListHead - High (out-of-band or urgent) priority transmit data</li>
259 | ::ESL_SOCKET |
275 ESL_SOCKET::pRxOobPacketListTail or ESL_SOCKET::pRxPacketListTail depending on
    [all...]
Tcp4.c 22 number of connections exceeds the backlog (ESL_SOCKET::MaxFifoDepth),
49 @param [in] pSocket Address of an ::ESL_SOCKET structure.
58 IN ESL_SOCKET * pSocket
94 @param [in] pSocket Address of an ::ESL_SOCKET structure.
109 IN ESL_SOCKET * pSocket,
183 completes. It sets the ESL_SOCKET::bConnected flag to notify the
187 ESL_SOCKET::ConnectStatus.
203 ESL_SOCKET * pSocket;
333 This routine polls the ESL_SOCKET::bConnected flag to determine
337 the connection is complete. The ESL_SOCKET::bConnected flag is
    [all...]
Tcp6.c 22 number of connections exceeds the backlog (ESL_SOCKET::MaxFifoDepth),
49 @param [in] pSocket Address of an ::ESL_SOCKET structure.
58 IN ESL_SOCKET * pSocket
94 @param [in] pSocket Address of an ::ESL_SOCKET structure.
109 IN ESL_SOCKET * pSocket,
177 completes. It sets the ESL_SOCKET::bConnected flag to notify the
181 ESL_SOCKET::ConnectStatus.
197 ESL_SOCKET * pSocket;
351 This routine polls the ESL_SOCKET::bConnected flag to determine
355 the connection is complete. The ESL_SOCKET::bConnected flag is
    [all...]
UseEfiSocketLib.c 108 This routine creates the ::ESL_SOCKET structure and returns
129 ESL_SOCKET * pSocket;
Ip4.c 143 @param [in] pSocket Address of an ::ESL_SOCKET structure
152 IN ESL_SOCKET * pSocket,
192 @param [in] pSocket Address of an ::ESL_SOCKET structure
201 IN ESL_SOCKET * pSocket,
316 ESL_SOCKET * pSocket;
656 This routine uses the flag ESL_SOCKET::bConfigured to determine
665 @param [in] pSocket Address of an ::ESL_SOCKET structure
673 IN ESL_SOCKET * pSocket
882 @param [in] pSocket Address of an ::ESL_SOCKET structure
901 IN ESL_SOCKET * pSocket,
    [all...]
Udp4.c 238 ESL_SOCKET * pSocket;
552 This routine uses the flag ESL_SOCKET::bConfigured to determine
561 @param [in] pSocket Address of an ::ESL_SOCKET structure
569 IN ESL_SOCKET * pSocket
745 @param [in] pSocket Address of an ::ESL_SOCKET structure
764 IN ESL_SOCKET * pSocket,
987 ESL_SOCKET * pSocket;
    [all...]
Udp6.c 216 ESL_SOCKET * pSocket;
546 This routine uses the flag ESL_SOCKET::bConfigured to determine
555 @param [in] pSocket Address of an ::ESL_SOCKET structure
563 IN ESL_SOCKET * pSocket
790 @param [in] pSocket Address of an ::ESL_SOCKET structure
809 IN ESL_SOCKET * pSocket,
    [all...]

Completed in 1437 milliseconds