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

/macosx-10.10.1/ntp-92/ntpd/
H A Dntp_monitor.c71 * structures. The free structures are linked with the hash_next field.
173 md_next = md->hash_next;
174 md->hash_next = mon_free;
195 md->hash_next = mon_free;
299 md = md->hash_next;
324 mon_free = md->hash_next;
349 md->hash_next = mon_hash[hash];
374 md->hash_next = (md + 1);
381 md->hash_next = freedata;
396 mon_hash[hash] = md->hash_next;
[all...]
/macosx-10.10.1/ntp-92/include/
H A Dntp.h750 struct mon_data *hash_next; /* next structure in hash list */ member in struct:mon_data

Completed in 183 milliseconds