Searched refs:mail_local_host (Results 1 – 2 of 2) sorted by relevance
50 char mail_local_host[HOST_NAME_LEN]; member
413 snprintf(PW32G(mail_buffer), sizeof(PW32G(mail_buffer)), "HELO %s\r\n", PW32G(mail_local_host)); in SendText()800 if (gethostname(PW32G(mail_local_host), HOST_NAME_LEN)) { in MailConnect()805 ent = gethostbyname(PW32G(mail_local_host)); in MailConnect()825 strcpy(PW32G(mail_local_host), "["); in MailConnect()826 strcpy(PW32G(mail_local_host) + 1, ent->h_name); in MailConnect()827 strcpy(PW32G(mail_local_host) + namelen + 1, "]"); in MailConnect()834 strcpy(PW32G(mail_local_host), ent->h_name); in MailConnect()
Completed in 14 milliseconds