Searched refs:DNS_INSTANCE_SIGNATURE (Results 1 – 3 of 3) sorted by relevance
/device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/ |
D | DnsDriver.h | 38 #define DNS_INSTANCE_SIGNATURE SIGNATURE_32 ('D', 'N', 'S', 'I') macro 109 CR (a, DNS_INSTANCE, Dns4, DNS_INSTANCE_SIGNATURE) 112 CR (a, DNS_INSTANCE, Dns6, DNS_INSTANCE_SIGNATURE)
|
D | DnsDriver.c | 102 DnsIns->Signature = DNS_INSTANCE_SIGNATURE; in DnsCreateInstance() 159 Instance = NET_LIST_USER_STRUCT_S (Entry, DNS_INSTANCE, Link, DNS_INSTANCE_SIGNATURE); in DnsDestroyChildEntryInHandleBuffer()
|
D | DnsImpl.c | 1633 NET_CHECK_SIGNATURE (Instance, DNS_INSTANCE_SIGNATURE); in DnsOnPacketReceived() 1695 NET_CHECK_SIGNATURE (Instance, DNS_INSTANCE_SIGNATURE); in DnsOnPacketSent()
|