node status flags -- where are they documented?

Steve Langasek vorlon at netexpress.net
Tue May 7 18:13:01 GMT 2002


On Tue, May 07, 2002 at 11:46:15AM -0400, Derrell.Lipman at UnwiredUniverse.com wrote:
> I am modifying nmblookup to provide an easily script-parsable output format.
> I'd like to (at least marginally) document the output, but I can't locate
> anyplace that describes what the node status flag bits actually mean.  The CVS
> version nmblookup displays single letters for representing four of the bits.
> What do these mean?

>                 fstrcat(ret, (flags & 0x80) ? "<GROUP> " : "        ");
>                 if ((flags & 0x60) == 0x00) fstrcat(ret,"B ");
>                 if ((flags & 0x60) == 0x20) fstrcat(ret,"P ");
>                 if ((flags & 0x60) == 0x40) fstrcat(ret,"M ");
>                 if ((flags & 0x60) == 0x60) fstrcat(ret,"H ");

> What do B, P, M, and H stand for?

Broadcast, Point-To-Point, Multicast, and Hybrid?

Steve Langasek
postmodern programmer
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 232 bytes
Desc: not available
Url : http://lists.samba.org/archive/samba-technical/attachments/20020507/b173ecc5/attachment.bin


More information about the samba-technical mailing list