Searched defs:mta_domain (Results 1 – 2 of 2) sorted by relevance
696 struct mta_domain { struct698 char *name;699 int as_host;701 int mxstatus;702 int refcount;703 size_t nconn;704 time_t lastconn;705 time_t lastmxquery;
2245 mta_domain(char *name, int as_host) in mta_domain() function