Home | History | Annotate | Download | only in UefiPxeBcDxe

Lines Matching refs:Nii

452   @retval EFI_SUCCESS            Get the result whether UNDI supports IPv6 by NII or AIP protocol successfully.

453 @retval EFI_NOT_FOUND Don't know whether UNDI supports IPv6 since NII or AIP is not available.
476 // Check whether the UNDI supports IPv6 by NII protocol.
478 if (Private->Nii != NULL) {
479 *Ipv6Support = Private->Nii->Ipv6Supported;
1437 // Get the NII interface if it exists, it's not required.
1442 (VOID **) &Private->Nii,
1448 Private->Nii = NULL;