HomeSort by relevance Sort by last modified time
    Searched refs:IaInnerOpt (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/NetworkPkg/Dhcp6Dxe/
Dhcp6Utility.h 280 @param[in] IaInnerOpt The pointer to the buffer.
289 IN UINT8 *IaInnerOpt,
299 @param[in] IaInnerOpt The pointer to the inner options in the Ia option.
313 IN UINT8 *IaInnerOpt,
Dhcp6Utility.c 1035 @param[in] IaInnerOpt The pointer to the buffer.
1044 IN UINT8 *IaInnerOpt,
    [all...]
Dhcp6Io.c 549 UINT8 *IaInnerOpt;
629 IaInnerOpt = Option + 16;
634 IaInnerOpt = Option + 8;
658 Option = Dhcp6SeekOption (IaInnerOpt, IaInnerLen, Dhcp6OptStatusCode);
672 IaInnerOpt,
703 UINT8 *IaInnerOpt;
778 IaInnerOpt = *Option + 16;
781 IaInnerOpt = *Option + 8;
804 *Option = Dhcp6SeekOption (IaInnerOpt, IaInnerLen, Dhcp6OptStatusCode);
    [all...]

Completed in 99 milliseconds