Searched refs:localnames (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/usr.sbin/smtpd/
H A Dconfig.c121 * declare special "localhost", "anyhost" and "localnames" tables
159 t = table_create(conf, "static", "<localnames>", NULL);
167 set_localaddrs(struct smtpd *conf, struct table *localnames) argument
195 table_add(localnames, ss_to_text(&ss), NULL);
214 table_add(localnames, ss_to_text(&ss), NULL);

Completed in 170 milliseconds