Searched refs:itohs (Results 1 – 7 of 7) sorted by relevance
234 #define itohs(is) \ macro654 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()705 resp->andx_offset = itohs(p); p += 2; in unload_session_setup_resp()706 resp->action = itohs(p); in unload_session_setup_resp()[all …]
231 #define itohs(is) \ macro651 hdr->flags2 = itohs(p); p += 2; in unload_smb_header()652 hdr->PidHigh = itohs(p); p += 2; in unload_smb_header()654 hdr->tid = itohs(p); p += 2; in unload_smb_header()655 hdr->pid = itohs(p); p += 2; in unload_smb_header()656 hdr->uid = itohs(p); p += 2; in unload_smb_header()657 hdr->mid = itohs(p); in unload_smb_header()664 resp->dialect_index = itohs(p); p += 2; in unload_negprot_resp()702 resp->andx_offset = itohs(p); p += 2; in unload_session_setup_resp()703 resp->action = itohs(p); in unload_session_setup_resp()[all …]