Symbol: smtpd
usr.sbin/smtpd/config.c
155
set_local(struct smtpd *conf, const char *hostname)
usr.sbin/smtpd/config.c
167
set_localaddrs(struct smtpd *conf, struct table *localnames)
usr.sbin/smtpd/config.c
29
void set_local(struct smtpd *, const char *);
usr.sbin/smtpd/config.c
30
void set_localaddrs(struct smtpd *, struct table *);
usr.sbin/smtpd/config.c
32
struct smtpd *
usr.sbin/smtpd/config.c
35
struct smtpd *conf = NULL;
usr.sbin/smtpd/parse.y
3141
parse_config(struct smtpd *x_conf, const char *filename, int opts)
usr.sbin/smtpd/parse.y
86
struct smtpd *conf = NULL;
usr.sbin/smtpd/smtpctl.c
69
struct smtpd *env;
usr.sbin/smtpd/smtpd.c
122
struct smtpd *env = NULL;
usr.sbin/smtpd/smtpd.c
482
struct smtpd *conf;
usr.sbin/smtpd/smtpd.c
51
static int smtpd(void);
usr.sbin/smtpd/smtpd.c
735
return smtpd();
usr.sbin/smtpd/smtpd.h
1014
extern struct smtpd *env;
usr.sbin/smtpd/smtpd.h
1294
struct smtpd *config_default(void);
usr.sbin/smtpd/smtpd.h
1515
int parse_config(struct smtpd *, const char *, int);
usr.sbin/smtpd/smtpd.h
1630
struct table *table_find(struct smtpd *, const char *);
usr.sbin/smtpd/smtpd.h
1631
struct table *table_create(struct smtpd *, const char *, const char *,
usr.sbin/smtpd/smtpd.h
1645
void table_destroy(struct smtpd *, struct table *);
usr.sbin/smtpd/smtpd.h
1651
void table_open_all(struct smtpd *);
usr.sbin/smtpd/smtpd.h
1652
void table_dump_all(struct smtpd *);
usr.sbin/smtpd/smtpd.h
1653
void table_close_all(struct smtpd *);
usr.sbin/smtpd/table.c
126
table_find(struct smtpd *conf, const char *name)
usr.sbin/smtpd/table.c
218
table_create(struct smtpd *conf, const char *backend, const char *name,
usr.sbin/smtpd/table.c
281
table_destroy(struct smtpd *conf, struct table *t)
usr.sbin/smtpd/table.c
515
table_dump_all(struct smtpd *conf)
usr.sbin/smtpd/table.c
526
table_open_all(struct smtpd *conf)
usr.sbin/smtpd/table.c
538
table_close_all(struct smtpd *conf)