Home | History | Annotate | Download | only in IScsiDxe

Lines Matching refs:Dhcp6

2   iSCSI DHCP6 related configuration routines.

308 // The server sends this option to inform the client about DHCP6 server address.
373 EFI_DHCP6_PROTOCOL *Dhcp6;
398 Dhcp6 = NULL;
403 // Create a DHCP6 child instance and get the protocol.
418 (VOID **) &Dhcp6,
448 Status = Dhcp6->InfoRequest (
449 Dhcp6,
480 Status = Dhcp6->InfoRequest (
481 Dhcp6,
507 if (Dhcp6 != NULL) {