From e6ea227235b694c823a1eb17be3f0bcadc2a74a4 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 28 Jan 2005 11:26:51 +0000 Subject: r5054: added a nmblookup tool, based on the new nbt library (This used to be commit 9587cbcb9ea5303b345c31a662e9cd75d7cd705d) --- source4/librpc/idl/nbt.idl | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'source4/librpc') diff --git a/source4/librpc/idl/nbt.idl b/source4/librpc/idl/nbt.idl index 909ff502e8..e12ec6290a 100644 --- a/source4/librpc/idl/nbt.idl +++ b/source4/librpc/idl/nbt.idl @@ -82,6 +82,15 @@ interface nbt nbt_qclass question_class; } nbt_name_question; + /* these are the possible values of the NBT_NM_OWNER_TYPE + field */ + typedef enum { + NBT_NODE_B = 0x0000, + NBT_NODE_P = 0x2000, + NBT_NODE_M = 0x4000, + NBT_NODE_H = 0x6000 + } nbt_node_type; + typedef [bitmap16bit] bitmap { NBT_NM_PERMANENT = 0x0200, NBT_NM_ACTIVE = 0x0400, -- cgit