• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba/source/smbd/

Lines Matching defs:protocol

31 reply for the core protocol
44 reply for the coreplus protocol
63 reply for the lanman 1.0 protocol
100 reply for the lanman 2.0 protocol
156 reply for the nt protocol
233 /* these are the protocol lists used for auto architecture detection:
236 protocol [PC NETWORK PROGRAM 1.0]
237 protocol [XENIX CORE]
238 protocol [MICROSOFT NETWORKS 1.03]
239 protocol [LANMAN1.0]
240 protocol [Windows for Workgroups 3.1a]
241 protocol [LM1.2X002]
242 protocol [LANMAN2.1]
243 protocol [NT LM 0.12]
246 protocol [PC NETWORK PROGRAM 1.0]
247 protocol [XENIX CORE]
248 protocol [MICROSOFT NETWORKS 1.03]
249 protocol [LANMAN1.0]
250 protocol [Windows for Workgroups 3.1a]
251 protocol [LM1.2X002]
252 protocol [LANMAN2.1]
253 protocol [NT LM 0.12]
256 protocol [PC NETWORK PROGRAM 1.0]
257 protocol [LANMAN1.0]
258 protocol [Windows for Workgroups 3.1a]
259 protocol [LM1.2X002]
260 protocol [LANMAN2.1]
261 protocol [NT LM 0.12]
264 protocol [PC NETWORK PROGRAM 1.0]
265 protocol [XENIX CORE]
266 protocol [LANMAN1.0]
267 protocol [LM1.2X002]
268 protocol [LANMAN2.1]
274 * This appears to be the matrix of which protocol is used by which
332 int protocol;
341 DEBUG(3,("Requested protocol [%s]\n",p));
402 for (protocol = 0; supported_protocols[protocol].proto_name; protocol++)
406 if (lp_maxprotocol() >= supported_protocols[protocol].protocol_level)
409 if (strequal(p,supported_protocols[protocol].proto_name))
421 fstrcpy(remote_proto,supported_protocols[protocol].short_name);
423 outsize = supported_protocols[protocol].proto_reply_fn(outbuf);
424 DEBUG(3,("Selected protocol %s\n",supported_protocols[protocol].proto_name));
427 DEBUG(0,("No protocol supported !\n"));