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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_c/ex_rep/base/
H A Drep_net.c55 * of the group. The machtab also contains the parameters that are needed
75 /* Data structure that describes each entry in the machtab. */
102 machtab_t *machtab; local
104 if ((machtab = malloc(sizeof(machtab_t))) == NULL) {
109 LIST_INIT(&machtab->machlist);
112 machtab->nextid = 2;
113 machtab->timeout_time = 2 * 1000000; /* 2 seconds. */
114 machtab->current = machtab->max = 0;
115 machtab
597 machtab_t *machtab; local
[all...]
H A Drep_msg.c26 machtab_t *machtab; member in struct:__anon6327
194 ea->machtab = tab;
248 machtab_t *machtab; local
259 machtab = cargs->machtab;
272 if ((ns = listen_socket_accept(machtab,
286 ha->tab = machtab;
321 machtab_t *machtab; local
330 machtab = aa->machtab;
443 machtab_t *machtab; local
[all...]
H A Drep_base.c20 * Process globals (we could put these in the machtab I suppose).
39 machtab_t *machtab; local
59 machtab = NULL;
174 machtab_init(&machtab, totalsites)) != 0)
176 my_app_data.comm_infrastructure = machtab;
192 ca.machtab = machtab;
202 aa.machtab = machtab;
259 err: if (machtab !
[all...]
H A Drep_base.h40 machtab_t *machtab; member in struct:__anon6325
50 machtab_t *machtab; member in struct:__anon6326

Completed in 128 milliseconds