Searched refs:mailslot (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/smbsrv/
H A DMakefile33 mailslot.h \
/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_netlogon.c29 * claims to specify the mailslot protocol.
43 #include <smbsrv/mailslot.h>
125 char *mailslot; member in struct:netlogon_opt
236 if (strcasecmp(netlogon_opt[i].mailslot, mailbox) == 0) {
244 syslog(LOG_DEBUG, "NetLogonReceive[%s]: unknown mailslot", mailbox);
254 * point we should receive a LOGON_PRIMARY_RESPONSE in the mailslot we
328 * $ appended. The mailslot for this request is MAILSLOT_NTLOGON. At some
329 * we should receive a LOGON_SAM_LOGON_RESPONSE in the mailslot we
337 * char *MailslotName; # response mailslot
H A Dsmbns_browser.c42 #include <smbsrv/mailslot.h>
182 * transfer; they are named via ASCII "mailslot (path) name". Mailslots are
193 * TID, MID, UID, and Flags are all 0 in mailslot requests.
223 * SMB: Mailslot opcode = Write mailslot
502 * The only transaction allowed to a mailslot is a mailslot write. Mailslot
504 * shows the interpretation of the TRANSACT SMB parameters for a mailslot
511 * SetupCount 3 Always 3 for mailslot writes
512 * Setup[0] 1 Command code == write mailslot
516 * the mailslot
[all...]
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_common_transact.c32 #include <smbsrv/mailslot.h>
1378 is_supported_mailslot(const char *mailslot) argument
1390 if (smb_strcasecmp(mailslot, mailslots[i], 0) == 0)

Completed in 76 milliseconds