Home
last modified time | relevance | path

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

/mirbsd/src/libexec/spamd/
Dsync.c67 struct sync_host { struct
68 LIST_ENTRY(sync_host) h_entry;
73 LIST_HEAD(synchosts, sync_host) sync_hosts = LIST_HEAD_INITIALIZER(sync_hosts); argument
82 struct sync_host *shost; in sync_addhost()
100 if ((shost = (struct sync_host *) in sync_addhost()
101 calloc(1, sizeof(struct sync_host))) == NULL) { in sync_addhost()
399 struct sync_host *shost; in sync_send()