Home | History | Annotate | Download | only in Protocol

Lines Matching refs:OptionList

344   /// Number of the DHCPv6 options in the OptionList.

350 /// OptionCount is zero. OptionList should not contain Client Identifier option
354 EFI_DHCP6_PACKET_OPTION **OptionList;
370 /// OptionList parameter.
376 /// packet. Rapid Commit option can not be specified through OptionList parameter.
453 - OptionCount > 0 and OptionList is NULL.
454 - OptionList is not NULL, and Client Id option, Reconfigure Accept option,
455 Rapid Commit option or any IA option is specified in the OptionList.
532 Client Identifier option can not be specified through OptionList
536 OptionList parameter.
537 @param[in] OptionCount Number of options in OptionList.
538 @param[in] OptionList List of other DHCPv6 options. These options will be appended
560 - OptionCount > 0 and OptionList is NULL.
561 - OptionList is not NULL, and Client Identify option or
562 Option Request option is specified in the OptionList.
580 IN EFI_DHCP6_PACKET_OPTION *OptionList[] OPTIONAL,