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

  /device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
Socket.c     [all...]
Tcp4.c     [all...]
Ip4.c 594 @param [in] pIo The address of an ::ESL_IO_MGMT structure
600 IN ESL_IO_MGMT * pIo
613 Status = pIo->Token.Ip4Rx.Status;
618 pRxData = pIo->Token.Ip4Rx.Packet.RxData;
642 pPacket = pIo->pPacket;
648 EslSocketRxComplete ( pIo, Status, LengthInBytes, FALSE );
    [all...]
Udp4.c 490 @param [in] pIo Address of an ::ESL_IO_MGMT structure
496 IN ESL_IO_MGMT * pIo
509 Status = pIo->Token.Udp4Rx.Status;
514 pRxData = pIo->Token.Udp4Rx.Packet.RxData;
538 pPacket = pIo->pPacket;
544 EslSocketRxComplete ( pIo, Status, LengthInBytes, FALSE );
975 @param [in] pIo Address of an ::ESL_IO_MGMT structure
981 IN ESL_IO_MGMT * pIo
995 pPacket = pIo->pPacket;
996 pPort = pIo->pPort;
    [all...]
Udp6.c 484 @param [in] pIo Address of an ::ESL_IO_MGMT structure
490 IN ESL_IO_MGMT * pIo
503 Status = pIo->Token.Udp6Rx.Status;
508 pRxData = pIo->Token.Udp6Rx.Packet.RxData;
532 pPacket = pIo->pPacket;
538 EslSocketRxComplete ( pIo, Status, LengthInBytes, FALSE );
    [all...]
Tcp6.c     [all...]
Socket.h 595 @param [in] pIo The address of an ::ESL_IO_MGMT structure
602 IN ESL_IO_MGMT * pIo
860 @param [in] pIo Address of an ::ESL_IO_MGMT structure.
867 IN ESL_IO_MGMT * pIo
913 @param [in] pIo The ESL_IO_MGMT structure address
920 IN ESL_IO_MGMT * pIo
    [all...]

Completed in 925 milliseconds