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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/src/
H A Dhttp-ntlm.c410 int lmrespoff;
444 lmrespoff = hostoff + hostlen;
445 ntrespoff = lmrespoff + 0x18;
494 SHORTPAIR(lmrespoff),
408 int lmrespoff; local
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dcurl_ntlm_msgs.c655 int lmrespoff; local
786 lmrespoff = 64; /* size of the message header */
788 ntrespoff = lmrespoff + 0x18;
791 domoff = lmrespoff + 0x18;
844 SHORTPAIR(lmrespoff),
881 DEBUGASSERT(size == (size_t)lmrespoff);
891 ntlm_print_hex(stderr, (char *)&ntlmbuf[lmrespoff], 0x18);

Completed in 103 milliseconds