Lines Matching defs:mailbox
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;
936 &mailbox); /* Mailbox address */
952 if (strncasecmp("\\MAILSLOT\\NET\\", mailbox, 14) == 0) {
953 smb_netlogon_receive(datagram, mailbox, data, datalen);
968 smb_browser_process_AnnouncementRequest(datagram, mailbox);