Home
last modified time | relevance | path

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

/curl/lib/
H A Dsmb.c842 struct smb_negotiate_response *nrsp; in smb_connection_state() local
882 if((smbc->got < sizeof(*nrsp) + sizeof(smbc->challenge) - 1) || in smb_connection_state()
887 nrsp = msg; in smb_connection_state()
888 memcpy(smbc->challenge, nrsp->bytes, sizeof(smbc->challenge)); in smb_connection_state()
889 smbc->session_key = smb_swap32(nrsp->session_key); in smb_connection_state()

Completed in 6 milliseconds