Searched defs:DNSmsg (Results 1 – 1 of 1) sorted by relevance
174 typedef struct DNSmsg DNSmsg; typedef364 struct DNSmsg struct366 ushort id;367 int flags;368 int qdcount; /* questions */369 RR *qd;370 int ancount; /* answers */371 RR *an;372 int nscount; /* name servers */373 RR *ns;[all …]