Searched refs:IaInnerOpt (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Dhcp6Dxe/
H A DDhcp6Utility.h276 @param[in] IaInnerOpt The pointer to the buffer.
284 IN UINT8 *IaInnerOpt,
294 @param[in] IaInnerOpt The pointer to the inner options in the Ia option.
307 IN UINT8 *IaInnerOpt,
H A DDhcp6Utility.c941 @param[in] IaInnerOpt The pointer to the buffer.
949 IN UINT8 *IaInnerOpt,
990 Cursor = IaInnerOpt;
993 while (Cursor < IaInnerOpt + IaInnerLen) {
1020 @param[in] IaInnerOpt The pointer to the inner options in the Ia option.
1033 IN UINT8 *IaInnerOpt,
1051 Dhcp6ParseAddrOption (IaInnerOpt, IaInnerLen, &AddrNum, NULL);
1073 Dhcp6ParseAddrOption (IaInnerOpt, IaInnerLen, &AddrNum, Ia->IaAddress);
948 Dhcp6ParseAddrOption( IN UINT8 *IaInnerOpt, IN UINT16 IaInnerLen, OUT UINT32 *AddrNum, IN OUT EFI_DHCP6_IA_ADDRESS *AddrBuf ) argument
1031 Dhcp6GenerateIaCb( IN DHCP6_INSTANCE *Instance, IN UINT8 *IaInnerOpt, IN UINT16 IaInnerLen, IN UINT32 T1, IN UINT32 T2 ) argument
H A DDhcp6Io.c523 UINT8 *IaInnerOpt; local
596 IaInnerOpt = Option + 16;
601 IaInnerOpt = Option + 8;
625 Option = Dhcp6SeekOption (IaInnerOpt, IaInnerLen, Dhcp6OptStatusCode);
639 IaInnerOpt,
670 UINT8 *IaInnerOpt; local
745 IaInnerOpt = *Option + 16;
748 IaInnerOpt = *Option + 8;
771 *Option = Dhcp6SeekOption (IaInnerOpt, IaInnerLen, Dhcp6OptStatusCode);

Completed in 1670 milliseconds