| /onnv/onnv-gate/usr/src/lib/libpp/common/ |
| pp.def | 10 # dialect C dialect 25 ANSI_CPP :dialect: 28 APPLE_CC :dialect: 47 DYNAMIC :dialect: 48 EXTENSIONS :dialect: 50 GNUC :dialect:vendor: 52 GNUG :dialect:vendor: 60 LANGUAGE_C :dialect: 61 LANGUAGE_CPLUS :dialect [all...] |
| /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...] |
| smb_xlate.c | 239 smb_xlate_dialect_cd_to_str(int dialect) 241 return (smb_xlate_cd_to_str(smb_xlate_dialect, dialect));
|
| smb_locking_andx.c | 301 if (sr->session->dialect < NT_LM_0_12) {
|
| smb_tree_connect.c | 54 * If the negotiated dialect is MICROSOFT NETWORKS 1.03 or earlier, 126 * If the negotiated dialect is LANMAN1.0 or later, then it is a protocol 130 * If the negotiated dialect is prior to LANMAN1.0 and the client has not 161 * Service Description Earliest Dialect Allowed 170 * If the negotiated dialect is earlier than DOS LANMAN2.1, the response to 222 * Some servers negotiate "DOS LANMAN2.1" dialect or later and still send 297 if (sr->session->dialect < NT_LM_0_12) {
|
| smb_find.c | 127 * If the client is prior to the LANMAN1.0 dialect, the returned FileName 129 * If the client has negotiated a dialect prior to the LANMAN1.0 dialect, 141 * the core "search" protocol when LANMAN 1.0 dialect has been negotiated. 233 if ((sr->session->dialect <= LANMAN1_0) ||
|
| smb_session_setup_andx.c | 146 * If the negotiated SMB dialect is "NT LM 0.12" or later, the format of 191 * dialect. Implies CAP_NT_FIND. 277 if (sr->session->dialect >= NT_LM_0_12) {
|
| /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...] |
| snoop_slp.c | [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/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/cmd/perl/5.8.4/distrib/lib/I18N/ |
| LangTags.pm | 51 dialect) a given chunk of information is in. 263 (American English IS a dialect of all-English) 267 (Joual is a dialect of (a dialect of) French) 270 (all-English is a NOT dialect of American English)
|
| /onnv/onnv-gate/usr/src/uts/common/smbsrv/ |
| smb_ktypes.h | 715 int dialect; member in struct:smb_session [all...] |