DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
Developing applications over NetBIOS using XTI

NetBIOS names and addresses

The definition (in /usr/include/xti.h) of a NetBIOS transport address is:

   struct nb_addr {
   	char    nb_type;
   	char    nb_name[NB_NAMELEN];
   };
The value of nb_type is either NB_UNIQUE or NB_GROUP, and the value of NB_NAMELEN is 16. The constants NB_UNIQUE, NB_GROUP, and NB_NAMELEN (NetBIOS name length) are defined in xti.h.

A NetBIOS name consists of 16 alphanumeric bytes. This address identifies a client or server process to the LAN. When specifying NetBIOS names:


© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 27 April 2004