Searched refs:nrsp (Results 1 – 1 of 1) sorted by relevance
842 struct smb_negotiate_response *nrsp; in smb_connection_state() local882 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