Home | History | Annotate | Download | only in Udp4Dxe

Lines Matching refs:IpInfo

332   // Add an IpInfo for this instance.

334 Instance->IpInfo = IpIoAddIp (Udp4Service->IpIo);
335 if (Instance->IpInfo == NULL) {
371 // Open this instance's Ip4 protocol in the IpInfo BY_CHILD.
374 Instance->IpInfo->ChildHandle,
408 if (Instance->IpInfo != NULL) {
409 IpIoRemoveIp (Udp4Service->IpIo, Instance->IpInfo);
493 // Close the Ip4 protocol on this instance's IpInfo.
496 Instance->IpInfo->ChildHandle,
522 // Remove the IpInfo this instance consumes.
524 IpIoRemoveIp (Udp4Service->IpIo, Instance->IpInfo);