--- mstools/h/nb30.h 2018/08/09 18:20:01 1.1 +++ mstools/h/nb30.h 2018/08/09 18:20:34 1.1.1.2 @@ -160,6 +160,26 @@ typedef struct _LANA_ENUM { UCHAR lana[MAX_LANA]; } LANA_ENUM, *PLANA_ENUM; +/* + * Structure returned to the NCB command NCBFINDNAME is FIND_NAME_HEADER followed + * by an array of FIND_NAME_BUFFER structures. + */ + +typedef struct _FIND_NAME_HEADER { + WORD node_count; + UCHAR reserved; + UCHAR unique_group; +} FIND_NAME_HEADER, *PFIND_NAME_HEADER; + +typedef struct _FIND_NAME_BUFFER { + UCHAR length; + UCHAR access_control; + UCHAR frame_control; + UCHAR destination_addr[6]; + UCHAR source_addr[6]; + UCHAR routing_info[18]; +} FIND_NAME_BUFFER, *PFIND_NAME_BUFFER; + /**************************************************************** * *