Home
last modified time | relevance | path

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

/src/contrib/ntp/ntpd/
H A Dntp_peer.c141 LINK_SLIST(peer_free, &init_peer_alloc[i], p_link); in init_peer()
167 LINK_SLIST(peer_free, &peers[i], p_link); in getmorepeermem()
533 LINK_SLIST(peer_free, p, p_link); in free_peer()
694 LINK_SLIST(dstadr->peers, p, ilink); in set_peerdstadr()
1057 LINK_SLIST(peer_hash[hash], peer, adr_link); in newpeer()
1060 LINK_SLIST(assoc_hash[hash], peer, aid_link); in newpeer()
1062 LINK_SLIST(peer_list, peer, p_link); in newpeer()
H A Dntp_restrict.c218 LINK_SLIST(restrictlist4, &restrict_def4, link); in init_restrict()
219 LINK_SLIST(restrictlist6, &restrict_def6, link); in init_restrict()
241 LINK_SLIST(resfree4, res, link); in alloc_res4()
267 LINK_SLIST(resfree6, res, link); in alloc_res6()
303 LINK_SLIST(*flisthead_ptr, res, link); in free_res()
H A Dntp_monitor.c148 LINK_SLIST(mon_free, m, hash_next); in mon_free_entry()
497 LINK_SLIST(mon_hash[hash], mon, hash_next); in ntp_monitor()
H A Dntp_io.c618 LINK_SLIST(asyncio_reader_list, reader, link); in add_asyncio_reader()
844 LINK_SLIST(*pmclisthead, ep, mclink); in add_interface()
1124 LINK_SLIST(nic_rule_list, rule, next); in add_nic_rule()
4459 LINK_SLIST(refio, rio, next);
4558 LINK_SLIST(fd_list, lsock, link);
4623 LINK_SLIST(remoteaddr_list, laddr, link);
/src/contrib/ntp/libntp/
H A Dauthkeys.c355 LINK_SLIST(authfreekeys, sk, llink.f); in auth_moremem()
361 LINK_SLIST(authallocs, allocrec, link); in auth_moremem()
464 LINK_SLIST(key_hash[hash], sk, hlink); in auth_resize_hashtable()
504 LINK_SLIST(*bucket, sk, hlink); in allocsymkey()
538 LINK_SLIST(authfreekeys, sk, llink.f); in freesymkey()
H A Drecvbuff.c148 LINK_SLIST(free_recv_list, bufp, link); in create_buffers()
222 LINK_SLIST(free_recv_list, rb, link); in freerecvbuf()
/src/contrib/ntp/include/
H A Dntp_lists.h128 #define LINK_SLIST(listhead, pentry, nextlink) \ macro
/src/contrib/ntp/sntp/
H A Dmain.c574 LINK_SLIST(*pkt_listp, spkt, link); in queue_xmt()
/src/contrib/ntp/ntpq/
H A Dntpq-subs.c2522 LINK_SLIST(hash_table[hash], add, hlink); in add_mru()