Home | History | Annotate | Download | only in Udp4Dxe

Lines Matching refs:TimeoutEvent

325                   &Udp4Service->TimeoutEvent

335 Udp4Service->TimeoutEvent,
347 if (Udp4Service->TimeoutEvent != NULL) {
348 gBS->CloseEvent (Udp4Service->TimeoutEvent);
369 // Cancel the TimeoutEvent timer.
371 gBS->SetTimer (Udp4Service->TimeoutEvent, TimerCancel, 0);
374 // Close the TimeoutEvent timer.
376 gBS->CloseEvent (Udp4Service->TimeoutEvent);