Home | History | Annotate | Download | only in AndroidFastbootTransportTcpDxe

Lines Matching refs:Configure

139   // PCB from the list of live connections. Subsequent attempts to Configure()

141 // Calling Configure with NULL is a workaround for this issue.
142 Status = mTcpConnection->Configure (mTcpConnection, NULL);
295 Set up TCP Fastboot transport: Configure the network device via DHCP then
415 // Configure the TCP instance
418 Status = mTcpListener->Configure (mTcpListener, &TcpConfigData);
429 Status = mTcpListener->Configure (mTcpListener, &TcpConfigData);
431 DEBUG ((EFI_D_ERROR, "TCP Configure: %r\n", Status));
495 // PCB from the list of live connections. Subsequent attempts to Configure()
497 // Calling Configure with NULL is a workaround for this issue.
498 Status = mTcpConnection->Configure (mTcpConnection, NULL);
508 Status = mTcpListener->Configure (mTcpListener, NULL);