HomeSort by relevance Sort by last modified time
    Searched refs:DnsSb (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/
DnsDriver.c 196 @param DnsSb The Dns service binding instance.
201 IN DNS_SERVICE *DnsSb
204 UdpIoFreeIo (DnsSb->ConnectUdp);
206 if (DnsSb->TimerToGetMap != NULL){
207 gBS->CloseEvent (DnsSb->TimerToGetMap);
210 if (DnsSb->Timer != NULL){
211 gBS->CloseEvent (DnsSb->Timer);
214 FreePool (DnsSb);
243 DNS_SERVICE *DnsSb;
246 DnsSb = NULL;
    [all...]
DnsDriver.h 181 @param DnsSb The Dns service binding instance.
186 IN DNS_SERVICE *DnsSb

Completed in 292 milliseconds