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

/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dcurl_ntlm_msgs.c714 int lmrespoff; local
863 lmrespoff = 64; /* size of the message header */
865 ntrespoff = lmrespoff + 0x18;
868 domoff = lmrespoff + 0x18;
921 SHORTPAIR(lmrespoff),
958 DEBUGASSERT(size == (size_t)lmrespoff);
968 ntlm_print_hex(stderr, (char *)&ntlmbuf[lmrespoff], 0x18);

Completed in 36 milliseconds