Searched refs:sync_host (Results 1 – 1 of 1) sorted by relevance
67 struct sync_host { struct68 LIST_ENTRY(sync_host) h_entry;73 LIST_HEAD(synchosts, sync_host) sync_hosts = LIST_HEAD_INITIALIZER(sync_hosts); argument82 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()