Home | History | Annotate | Download | only in Udp6Dxe

Lines Matching refs:IpInfo

359   // Add an IpInfo for this instance.

361 Instance->IpInfo = IpIoAddIp (Udp6Service->IpIo);
362 if (Instance->IpInfo == NULL) {
398 // Open this instance's Ip6 protocol in the IpInfo BY_CHILD.
401 Instance->IpInfo->ChildHandle,
435 if (Instance->IpInfo != NULL) {
436 IpIoRemoveIp (Udp6Service->IpIo, Instance->IpInfo);
520 // Close the Ip6 protocol on this instance's IpInfo.
523 Instance->IpInfo->ChildHandle,
549 // Remove the IpInfo this instance consumes.
551 IpIoRemoveIp (Udp6Service->IpIo, Instance->IpInfo);