Lines Matching refs:itohs
234 #define itohs(is) \ macro
305 uint16 len = itohs(buf + NTLM_BUFFER_LEN_OFFSET); in unload_buffer()
654 hdr->flags2 = itohs(p); p += 2; in unload_smb_header()
655 hdr->PidHigh = itohs(p); p += 2; in unload_smb_header()
657 hdr->tid = itohs(p); p += 2; in unload_smb_header()
658 hdr->pid = itohs(p); p += 2; in unload_smb_header()
659 hdr->uid = itohs(p); p += 2; in unload_smb_header()
660 hdr->mid = itohs(p); in unload_smb_header()
667 resp->dialect_index = itohs(p); p += 2; in unload_negprot_resp()
669 resp->max_mpx_count = itohs(p); p += 2; in unload_negprot_resp()
670 resp->max_number_vcs = itohs(p); p += 2; in unload_negprot_resp()
677 resp->server_time_zone = itohs(p); p += 2; in unload_negprot_resp()
705 resp->andx_offset = itohs(p); p += 2; in unload_session_setup_resp()
706 resp->action = itohs(p); in unload_session_setup_resp()
1134 bytecount = itohs(p); in smb_negotiate_protocol()