Searched refs:dnsmsg_header (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Network/slirp/libalias/
H A Dalias_dns.c32 union dnsmsg_header union
52 AssertCompileSize(union dnsmsg_header, 12);
98 static void doanswer(union dnsmsg_header *pHdr, struct dns_meta_data *pReqMeta, char *pszQname, struct ip *pIp, struct hostent *pHostent)
126 + sizeof(union dnsmsg_header)
205 union dnsmsg_header *pHdr = NULL;
209 pHdr = (union dnsmsg_header *)udp_next(udp);

Completed in 31 milliseconds