Home | History | Annotate | Download | only in EfiSocketLib

Lines Matching refs:bConfigured

552   This routine uses the flag ESL_SOCKET::bConfigured to determine

590 if ( !pSocket->bConfigured ) {
644 if ( !pSocket->bConfigured ) {
690 pPort->bConfigured = TRUE;
691 pSocket->bConfigured = TRUE;
715 Status = pSocket->bConfigured ? EFI_SUCCESS : EFI_NOT_STARTED;