|
БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
FIND_NAME_BUFFER
The FIND_NAME_BUFFER structure contains information about a local network session. One or more FIND_NAME_BUFFER structures follows a FIND_NAME_HEADER structure when an application specifies the NCBFINDNAME command in the ncb_command member of the NCB structure.
typedef struct _FIND_NAME_BUFFER { // fnb UCHAR length; UCHAR access_control; UCHAR frame_control; UCHAR destination_addr[6]; UCHAR source_addr[6]; UCHAR routing_info[18]; } FIND_NAME_BUFFER;
Members
length
Specifies the length, in bytes, of the FIND_NAME_BUFFER structure. Although this structure always occupies 33 bytes, not all of the structure is necessarily valid.
access_control
Specifies the access control for the LAN header.
frame_control
Specifies the frame control for the LAN header.
destination_addr
Specifies the destination address of the remote node where the name was found.
source_addr
Specifies the source address for the remote node where the name was found.
routing_info
Specifies additional routing information.
See Also
FIND_NAME_HEADER, NCB
|
Пригласи друзей и счет твоего мобильника всегда будет положительным! |
|
Пригласи друзей и счет твоего мобильника всегда будет положительным! |
FIND_NAME_BUFFER
Структура FIND_NAME_BUFFER содержит информацию о локальном сетевом сеансе. Одна или более структур FIND_NAME_BUFFER следует за структурой FIND_NAME_HEADER когда приложение определяет команду NCBFINDNAME в ncb_command элементе структуры NCB.
typedef struct _FIND_NAME_BUFFER { // длина fnb UCHAR; access_control UCHAR; frame_control UCHAR; UCHAR destination_addr[6]; UCHAR source_addr[6]; UCHAR routing_info[18]; } FIND_NAME_BUFFER;
Участники
длина
Определяет длину, в байтах, структуры FIND_NAME_BUFFER. Хотя эта структура всегда занимает 33 байта, не вся структура обязательно правильная.
access_control
Определяет управление доступа для заголовка LAN.
frame_control
Определяет фреймовое управление для заголовка LAN.
destination_addr
Определяет адрес расположения дистанционного узла где имя было обнаружено.
source_addr
Определяет исходный адрес для дистанционного узла где имя было обнаружено.
routing_info
Определяет дополнительную информацию маршрутизации.
Смотри Также
FIND_NAME_HEADER, NCB
|
|
|
|