Home
last modified time | relevance | path

Searched refs:text_to_relayhost (Results 1 – 3 of 3) sorted by relevance

/openbsd/usr.sbin/smtpd/
H A Dto.c270 text_to_relayhost(struct relayhost *relay, const char *s) in text_to_relayhost() function
H A Dsmtpd.h1664 int text_to_relayhost(struct relayhost *, const char *);
H A Dmta.c705 if (smarthost && !text_to_relayhost(&relayh, smarthost)) { in mta_handle_envelope()