Home
last modified time | relevance | path

Searched defs:mta_domain (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/usr.sbin/smtpd/
Dsmtpd.h696 struct mta_domain { struct
698 char *name;
699 int as_host;
701 int mxstatus;
702 int refcount;
703 size_t nconn;
704 time_t lastconn;
705 time_t lastmxquery;
Dmta.c2245 mta_domain(char *name, int as_host) in mta_domain() function