Searched defs:mailbox (Results 1 - 2 of 2) sorted by relevance
| /osnet-11/usr/src/lib/libsmbns/common/ |
| H A D | smbns_netlogon.c | 47 static void smb_netlogon_query(struct name_entry *server, char *mailbox, 119 char *mailbox, 159 src_name, ipstr, mailbox); 235 if (strcasecmp(netlogon_opt[i].mailslot, mailbox) == 0) { 236 syslog(LOG_DEBUG, "NetLogonReceive: %s", mailbox); 243 syslog(LOG_DEBUG, "NetLogonReceive[%s]: unknown mailslot", mailbox); 270 char *mailbox, 281 name_lengths = strlen(mailbox)+1+strlen(hostname)+1; 304 mailbox, 347 char *mailbox, 118 smb_netlogon_receive(struct datagram *datagram, char *mailbox, unsigned char *data, int datalen) argument 269 smb_netlogon_query(struct name_entry *server, char *mailbox, char *domain) argument 346 smb_netlogon_samlogon(struct name_entry *server, char *mailbox, char *domain, smb_sid_t *domain_sid) argument [all...] |
| H A D | smbns_browser.c | 598 int data_count, int reply, char *mailbox) 611 mailboxlen = strlen(mailbox) + 1; 642 mailbox); /* Mailbox address */ 852 char *mailbox) 859 if (strcmp(mailbox, MAILSLOT_LANMAN) != 0) { 860 syslog(LOG_DEBUG, "smb browser: wrong mailbox (%s)", mailbox); 910 char *mailbox; local 936 &mailbox); /* Mailbox address */ 952 if (strncasecmp("\\MAILSLOT\\NET\\", mailbox, 1 597 smb_browser_load_transact_header(unsigned char *buffer, int maxcnt, int data_count, int reply, char *mailbox) argument 851 smb_browser_process_AnnouncementRequest(struct datagram *datagram, char *mailbox) argument [all...] |
Completed in 39 milliseconds