Home | History | Annotate | Download | only in Dhcp6Dxe

Lines Matching refs:AddrBuf

1038   @param[in, out] AddrBuf       The pointer to the address buffer.

1047 IN OUT EFI_DHCP6_IA_ADDRESS *AddrBuf
1082 // 1. Pass addrbuf == null, to get the addrnum over the Ia inner options.
1083 // 2. Pass addrbuf != null, to resolve the addresses over the Ia inner
1084 // options to the addrbuf.
1101 if (AddrBuf != NULL) {
1102 CopyMem (AddrBuf, IaAddr, sizeof (EFI_DHCP6_IA_ADDRESS));
1103 AddrBuf->PreferredLifetime = PreferredLt;
1104 AddrBuf->ValidLifetime = ValidLt;
1105 AddrBuf = (EFI_DHCP6_IA_ADDRESS *) ((UINT8 *) AddrBuf + sizeof (EFI_DHCP6_IA_ADDRESS));