HomeSort by relevance Sort by last modified time
    Searched defs:dialect (Results 1 - 6 of 6) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/fs/smbsrv/
smb_negotiate.c 63 * UCHAR BufferFormat; 0x02 -- Dialect
75 * The protocol does not impose any particular structure to the dialect
79 * If the server does not understand any of the dialect strings, or if PC
80 * NETWORK PROGRAM 1.0 is the chosen dialect, the response format is
86 * USHORT DialectIndex; Index of selected dialect
89 * If the chosen dialect is greater than core up to and including
96 * USHORT DialectIndex; Index of selected dialect
135 * Clients using the "MICROSOFT NETWORKS 1.03" dialect use a different
139 * If the negotiated dialect is "DOS LANMAN2.1" or "LANMAN2.1", then
142 * If the negotiated dialect is NT LM 0.12, the response format i
242 int dialect = 0; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/smbsrv/libsmbrdr/common/
smbrdr_session.c 303 * really expect to see dialect 0 in the response. The only other
313 unsigned short dialect; local
347 "1.(dialect)w(mode)b12.(key)l(cap)l10.(keylen)b2.",
348 &dialect, &tmp_secmode, &sess->sesskey, &sess->remote_caps,
351 if (rc <= 0 || dialect != 0) {
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
slp.h 46 unsigned char dialect; member in struct:slpv1_hdr
snoop_smb.c 883 char dialect[256]; local
893 sprintf(xtra, "Dialect#=%d ", protodata[0]);
909 length = snprintf(dialect, sizeof (dialect),
916 sprintf(xtra, "LastDialect=%s ", dialect);
921 length = snprintf(dialect, sizeof (dialect),
923 sprintf(GETLINE, "Dialect String = %s",
924 dialect);
    [all...]
  /onnv/onnv-gate/usr/src/lib/libslp/javalib/com/sun/slp/
SLPHeaderV1.java 134 int dialect = (int) ((char)dis.read() & 0xFF); local
137 // Dialect must be zero.
139 if (dialect != 0) {
319 baos.write((byte) (0xFF & 0)); // dialect...
  /onnv/onnv-gate/usr/src/uts/common/smbsrv/
smb_ktypes.h 715 int dialect; member in struct:smb_session
    [all...]

Completed in 240 milliseconds