Searched refs:itohl (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/plugins/
H A Dntlm.c235 #define itohl(il) \ macro
308 offset = itohl(buf + NTLM_BUFFER_OFFSET_OFFSET);
614 hdr->status = itohl(p); p += 4;
633 resp->max_buffer_size = itohl(p); p += 4;
634 resp->max_raw_size = itohl(p); p += 4;
635 resp->session_key = itohl(p); p += 4;
636 resp->capabilities = itohl(p); p += 4;
637 resp->system_time_low = itohl(p); p += 4;
638 resp->system_time_high = itohl(p); p += 4;
1408 itohl(clienti
[all...]

Completed in 198 milliseconds