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

  /device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
Socket.h 47 #define PORT_SIGNATURE SIGNATURE_32 ('P','o','r','t') ///< ESL_PORT memory signature
97 typedef struct _ESL_PORT ESL_PORT; ///< Forward declaration
249 ESL_PORT * pPortList; ///< List of ports using this service
259 ESL_PORT * pPort; ///< Port structure address
413 ESL_PORT * pLinkService; ///< Link in service port list
414 ESL_PORT * pLinkSocket; ///< Link in socket port list
543 @param [in] pPort Address of an ::ESL_PORT structure.
551 IN ESL_PORT * pPort,
562 @param [in] ppPort Address of an ESL_PORT structure
580 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;
191 @param [in] pPort Address of an ::ESL_PORT structure.
197 IN ESL_PORT * pPort
202 ESL_PORT * pNextPort;
483 ESL_PORT * pPort;
619 ESL_PORT * pNextPort;
620 ESL_PORT * pPort;
831 @param [in] pPort Address of an ::ESL_PORT structure.
    [all...]
Tcp6.c 74 @param [in] pPort Address of an ::ESL_PORT structure.
80 IN ESL_PORT * pPort
114 ESL_PORT * pPort;
185 @param [in] pPort Address of an ::ESL_PORT structure.
191 IN ESL_PORT * pPort
196 ESL_PORT * pNextPort;
501 ESL_PORT * pPort;
650 ESL_PORT * pNextPort;
651 ESL_PORT * pPort;
862 @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,
56 @param [in] pPort Address of an ESL_PORT structure
73 IN ESL_PORT * pPort,
294 Initialize the network specific portions of an ::ESL_PORT structure.
297 ::ESL_PORT structure for use by the socket.
303 @param [in] pPort Address of an ESL_PORT structure
311 IN ESL_PORT * pPort,
378 @param [in] pPort Address of an ::ESL_PORT structure.
399 IN ESL_PORT * pPort,
    [all...]
Udp4.c 27 @param [in] pPort Address of an ::ESL_PORT structure.
34 IN ESL_PORT * pPort,
65 @param [in] pPort Address of an ESL_PORT structure
83 IN ESL_PORT * pPort,
216 Initialize the network specific portions of an ::ESL_PORT structure.
219 ::ESL_PORT structure for use by the socket.
225 @param [in] pPort Address of an ESL_PORT structure
233 IN ESL_PORT * pPort,
291 @param [in] pPort Address of an ::ESL_PORT structure.
312 IN ESL_PORT * pPort,
    [all...]
Udp6.c 27 @param [in] pPort Address of an ::ESL_PORT structure.
34 IN ESL_PORT * pPort,
65 @param [in] pPort Address of an ESL_PORT structure
83 IN ESL_PORT * pPort,
194 Initialize the network specific portions of an ::ESL_PORT structure.
197 ::ESL_PORT structure for use by the socket.
203 @param [in] pPort Address of an ESL_PORT structure
211 IN ESL_PORT * pPort,
275 @param [in] pPort Address of an ::ESL_PORT structure.
296 IN ESL_PORT * pPort,
    [all...]
Socket.c 36 | ::ESL_SOCKET |-->| ::ESL_PORT |-->| ESL_PORT |--> NULL (pLinkSocket)
42 | ESL_SOCKET |-->| ESL_PORT |--> NULL
81 ::ESL_PORT manages the connection with a single instance of the lower layer network.
197 | ::ESL_PORT |
211 The ::ESL_IO_MGMT structures are allocated as part of the ::ESL_PORT structure in
272 structrues and places the ESL_IO_MGMT structure onto the ESL_PORT::pRxFree list to
360 cancel routine using ESL_PORT::pfnRxCancel.
432 ::ESL_IO_MGMT structures as an extension to the ::ESL_PORT structure.
445 ESL_PORT::pTxActive or ESL_PORT::pTxOobActive. The routine then
    [all...]
Service.c 270 ESL_PORT * pPort;

Completed in 51 milliseconds