Searched refs:nrsp (Results 1 – 1 of 1) sorted by relevance
645 struct smb_negotiate_response *nrsp; in smb_connection_state() local685 if(h->status || smbc->got < sizeof(*nrsp) + sizeof(smbc->challenge) - 1) { in smb_connection_state()689 nrsp = msg; in smb_connection_state()690 memcpy(smbc->challenge, nrsp->bytes, sizeof(smbc->challenge)); in smb_connection_state()691 smbc->session_key = smb_swap32(nrsp->session_key); in smb_connection_state()