Home
last modified time | relevance | path

Searched refs:question_type (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_netbios_name.c522 BE_OUT16(heap, npb->question[i].question_type); in smb_name_buf_from_packet()
787 npb->question[i].question_type = BE_IN16(scan); scan += 2; in smb_name_buf_to_packet()
1541 question.question_type = NAME_QUESTION_TYPE_NB; in smb_name_Bnode_add_name()
1572 question.question_type = NAME_QUESTION_TYPE_NB; in smb_name_Bnode_find_name()
1591 question.question_type = NAME_QUESTION_TYPE_NB; in smb_name_Bnode_delete_name()
1634 question.question_type = NAME_QUESTION_TYPE_NB; in smb_name_Pnode_add_name()
1674 question.question_type = NAME_QUESTION_TYPE_NB; in smb_name_Pnode_refresh_name()
1709 question.question_type = NAME_QUESTION_TYPE_NB; in smb_name_Pnode_find_name()
1729 question.question_type = NAME_QUESTION_TYPE_NB; in smb_name_Pnode_delete_name()
1873 if (question->question_type == NAME_QUESTION_TYPE_NB) { in smb_name_process_Bnode_packet()
[all …]
H A Dsmbns_netbios.h184 unsigned question_type; member