Home
last modified time | relevance | path

Searched refs:nrsp (Results 1 – 1 of 1) sorted by relevance

/external/curl/lib/
Dsmb.c645 struct smb_negotiate_response *nrsp; in smb_connection_state() local
685 if((smbc->got < sizeof(*nrsp) + sizeof(smbc->challenge) - 1) || in smb_connection_state()
690 nrsp = msg; in smb_connection_state()
691 memcpy(smbc->challenge, nrsp->bytes, sizeof(smbc->challenge)); in smb_connection_state()
692 smbc->session_key = smb_swap32(nrsp->session_key); in smb_connection_state()