Home
last modified time | relevance | path

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

/external/curl/lib/
Dsmb.c636 struct smb_negotiate_response *nrsp; in smb_connection_state() local
676 if(h->status || smbc->got < sizeof(*nrsp) + sizeof(smbc->challenge) - 1) { in smb_connection_state()
680 nrsp = msg; in smb_connection_state()
681 memcpy(smbc->challenge, nrsp->bytes, sizeof(smbc->challenge)); in smb_connection_state()
682 smbc->session_key = smb_swap32(nrsp->session_key); in smb_connection_state()