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

  /device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
Service.c 312 pPort = pService->pPortList;
318 pService->pPortList = pPort->pLinkService;
330 pPort = pService->pPortList;
Socket.c 25 ^ | (pPortList) |
811 if ( NULL == pSocket->pPortList ) {
    [all...]
Tcp4.c 145 pPort = pSocket->pPortList;
295 pPort = pSocket->pPortList;
494 pPort = pSocket->pPortList;
645 pPort = pSocket->pPortList;
783 if ( NULL == pSocket->pPortList ) {
    [all...]
Tcp6.c 144 pPort = pSocket->pPortList;
313 pPort = pSocket->pPortList;
512 pPort = pSocket->pPortList;
676 pPort = pSocket->pPortList;
814 if ( NULL == pSocket->pPortList ) {
    [all...]
Socket.h 249 ESL_PORT * pPortList; ///< List of ports using this service
    [all...]
Ip4.c 699 if ( NULL == pSocket->pPortList ) {
713 pPort = pSocket->pPortList;
942 pPort = pSocket->pPortList;
    [all...]
Udp4.c 595 if ( NULL == pSocket->pPortList ) {
609 pPort = pSocket->pPortList;
805 pPort = pSocket->pPortList;
    [all...]
Udp6.c 589 if ( NULL == pSocket->pPortList ) {
602 pPort = pSocket->pPortList;
850 pPort = pSocket->pPortList;
    [all...]

Completed in 92 milliseconds