Home | History | Annotate | Download | only in lib

Lines Matching refs:smb

42 #include "smb.h"
71 * SMB handler interface
74 "SMB", /* scheme */
125 /* Append a string to an SMB message */
130 /* Append a null-terminated string to an SMB message */
135 /* SMB is mostly little endian */
161 /* SMB request state */
173 /* SMB request data */
185 struct smb_conn *smb = &conn->proto.smbc;
197 if(smb->state != newstate)
198 infof(conn->data, "SMB conn %p state change from %s to %s\n",
199 (void *)smb, names[smb->state], names[newstate]);
202 smb->state = newstate;
224 infof(conn->data, "SMB request %p state change from %s to %s\n",
263 connkeep(conn, "SMB default");
655 connclose(conn, "SMB: failed to send negotiate message");
665 connclose(conn, "SMB: failed to communicate");
677 connclose(conn, "SMB: negotiation failed");
685 connclose(conn, "SMB: failed to send setup message");
693 connclose(conn, "SMB: authentication failed");
738 connclose(conn, "SMB: failed to send tree connect message");
748 connclose(conn, "SMB: failed to communicate");
888 connclose(conn, "SMB: failed to send message");