summaryrefslogtreecommitdiff
path: root/source/include/nameserv.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2002-07-15 10:35:28 +0000
committerAndrew Tridgell <tridge@samba.org>2002-07-15 10:35:28 +0000
commit03ac082dcb375b6f3ca3d810a6a6367542bc23ce (patch)
treef13f085fad5de50ebe4b066eb7e2629d55032a2d /source/include/nameserv.h
parentb8d39651fb90ef170055735412417239a63afc5d (diff)
downloadsamba-03ac082dcb375b6f3ca3d810a6a6367542bc23ce.tar.gz
updated the 3.0 branch from the head branch - ready for alpha18
Diffstat (limited to 'source/include/nameserv.h')
-rw-r--r--source/include/nameserv.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/source/include/nameserv.h b/source/include/nameserv.h
index 53a5a3b5d8a..fefa243c3fd 100644
--- a/source/include/nameserv.h
+++ b/source/include/nameserv.h
@@ -458,6 +458,14 @@ struct res_rec {
char rdata[MAX_DGRAM_SIZE];
};
+/* Define these so we can pass info back to caller of name_query */
+#define NM_FLAGS_RS 0x80 /* Response. Cheat */
+#define NM_FLAGS_AA 0x40 /* Authoritative */
+#define NM_FLAGS_TC 0x20 /* Truncated */
+#define NM_FLAGS_RD 0x10 /* Recursion Desired */
+#define NM_FLAGS_RA 0x08 /* Recursion Available */
+#define NM_FLAGS_B 0x01 /* Broadcast */
+
/* An nmb packet. */
struct nmb_packet
{