Searched defs:mailslot (Results 1 - 2 of 2) sorted by relevance

/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
/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 61 milliseconds