HomeSort by relevance Sort by last modified time
    Searched defs:Pdu (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/NetworkPkg/HttpDxe/
HttpsSupport.c 815 Receive one TLS PDU. An TLS PDU contains an TLS record header and it's
820 @param[out] Pdu The received TLS PDU.
823 @retval EFI_SUCCESS An TLS PDU is received.
833 OUT NET_BUF **Pdu,
932 // Form the PDU from a list of PDU.
934 *Pdu = NetbufFromBufList (NbufList, 0, 0, FreeNbufList, NbufList);
935 if (*Pdu == NULL)
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
IScsiProto.c 350 @retval EFI_SUCCESS The iSCSI login request PDU is built and sent on this
360 NET_BUF *Pdu;
364 // build the Login Request PDU
366 Pdu = IScsiPrepareLoginReq (Conn);
367 if (Pdu == NULL) {
373 Status = Tcp4IoTransmit (&Conn->Tcp4Io, Pdu);
375 NetbufFree (Pdu);
385 @retval EFI_SUCCESS The iSCSI login response PDU is received and processed.
394 NET_BUF *Pdu;
396 Pdu = NULL;
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
IScsiProto.c 562 @retval EFI_SUCCESS The iSCSI login request PDU is built and sent on this
573 NET_BUF *Pdu;
577 // Build the Login Request PDU.
579 Pdu = IScsiPrepareLoginReq (Conn);
580 if (Pdu == NULL) {
586 Status = TcpIoTransmit (&Conn->TcpIo, Pdu);
588 NetbufFree (Pdu);
599 @retval EFI_SUCCESS The iSCSI login response PDU is received and processed.
609 NET_BUF *Pdu;
611 Pdu = NULL;
    [all...]

Completed in 102 milliseconds