Searched defs:TCP_Server_Info (Results 1 – 1 of 1) sorted by relevance
545 struct TCP_Server_Info { struct546 struct list_head tcp_ses_list;547 struct list_head smb_ses_list;548 int srv_count; /* reference counter */550 char server_RFC1001_name[RFC1001_NAME_LEN_WITH_NULL];551 struct smb_version_operations *ops;552 struct smb_version_values *vals;553 enum statusEnum tcpStatus; /* what we think the status is */554 char *hostname; /* hostname portion of UNC string */555 struct socket *ssocket;[all …]