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

  /device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
Service.c 22 locate any that are not in use. Create ::ESL_SERVICE structures to
49 ESL_SERVICE ** ppServiceListHead;
50 ESL_SERVICE * pService;
166 ppServiceListHead = (ESL_SERVICE **)pBuffer;
251 then frees the ::ESL_SERVICE structures.
271 ESL_SERVICE * pPreviousService;
272 ESL_SERVICE * pService;
273 ESL_SERVICE ** ppServiceListHead;
338 ppServiceListHead = (ESL_SERVICE **)pBuffer;
Socket.h 45 #define SERVICE_SIGNATURE SIGNATURE_32 ('S','k','t','S') ///< ESL_SERVICE memory signature
237 ESL_SERVICE * pNext; ///< Next service in the service list
419 ESL_SERVICE * pService; ///< Service for this port
    [all...]
Socket.c 23 Service Lists | ::ESL_SERVICE |-->| ESL_SERVICE |-->| ESL_SERVICE |--> NULL (pNext)
75 ::ESL_SERVICE manages the network interfaces for a given transport type (IP4, TCP4, UDP4, etc.)
    [all...]
Ip4.c     [all...]
Udp4.c 1054 ESL_SERVICE * pService;
    [all...]
Udp6.c     [all...]
Tcp4.c     [all...]
Tcp6.c     [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/Efi/
EfiSocketLib.h 132 typedef struct _ESL_SERVICE ESL_SERVICE; ///< Forward delcaration
267 locate any that are not in use. Create ::ESL_SERVICE structures to
291 activity on the network interface and then free the ::ESL_SERVICE

Completed in 174 milliseconds