Searched refs:mail_local_host (Results 1 – 2 of 2) sorted by relevance
46 char mail_local_host[HOST_NAME_LEN]; member
414 snprintf(PW32G(mail_buffer), sizeof(PW32G(mail_buffer)), "HELO %s\r\n", PW32G(mail_local_host)); in SendText()817 if (gethostname(PW32G(mail_local_host), HOST_NAME_LEN)) { in MailConnect()822 ent = gethostbyname(PW32G(mail_local_host)); in MailConnect()842 strcpy(PW32G(mail_local_host), "["); in MailConnect()843 strcpy(PW32G(mail_local_host) + 1, ent->h_name); in MailConnect()844 strcpy(PW32G(mail_local_host) + namelen + 1, "]"); in MailConnect()851 strcpy(PW32G(mail_local_host), ent->h_name); in MailConnect()
Completed in 9 milliseconds