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

/openbsd-current/usr.sbin/dhcpd/
H A Dsync.c56 struct sync_host { struct
57 LIST_ENTRY(sync_host) h_entry;
62 LIST_HEAD(synchosts, sync_host) sync_hosts = LIST_HEAD_INITIALIZER(sync_hosts);
70 struct sync_host *shost;
88 if ((shost = (struct sync_host *)
89 calloc(1, sizeof(struct sync_host))) == NULL) {
355 struct sync_host *shost;
/openbsd-current/libexec/spamd/
H A Dsync.c57 struct sync_host { struct
58 LIST_ENTRY(sync_host) h_entry;
63 LIST_HEAD(synchosts, sync_host) sync_hosts = LIST_HEAD_INITIALIZER(sync_hosts);
72 struct sync_host *shost;
90 if ((shost = (struct sync_host *)
91 calloc(1, sizeof(struct sync_host))) == NULL) {
391 struct sync_host *shost;

Completed in 171 milliseconds