Searched refs:LINK_SLIST (Results 1 – 9 of 9) sorted by relevance
| /freebsd-10-stable/contrib/ntp/ntpd/ |
| D | ntp_peer.c | 141 LINK_SLIST(peer_free, &init_peer_alloc[i], p_link); in init_peer() 167 LINK_SLIST(peer_free, &peers[i], p_link); in getmorepeermem() 531 LINK_SLIST(peer_free, p, p_link); in free_peer() 670 LINK_SLIST(dstadr->peers, p, ilink); in set_peerdstadr() 1000 LINK_SLIST(peer_hash[hash], peer, adr_link); in newpeer() 1003 LINK_SLIST(assoc_hash[hash], peer, aid_link); in newpeer() 1005 LINK_SLIST(peer_list, peer, p_link); in newpeer()
|
| D | ntp_restrict.c | 230 LINK_SLIST(restrictlist4, &restrict_def4, link); in init_restrict() 231 LINK_SLIST(restrictlist6, &restrict_def6, link); in init_restrict() 253 LINK_SLIST(resfree4, res, link); in alloc_res4() 279 LINK_SLIST(resfree6, res, link); in alloc_res6() 315 LINK_SLIST(*plisthead, res, link); in free_res()
|
| D | ntp_monitor.c | 146 LINK_SLIST(mon_free, m, hash_next); in mon_free_entry() 494 LINK_SLIST(mon_hash[hash], mon, hash_next); in ntp_monitor()
|
| D | ntp_io.c | 635 LINK_SLIST(asyncio_reader_list, reader, link); in add_asyncio_reader() 931 LINK_SLIST(*pmclisthead, ep, mclink); in add_interface() 1217 LINK_SLIST(nic_rule_list, rule, next); in add_nic_rule() 4407 LINK_SLIST(refio, rio, next); 4506 LINK_SLIST(fd_list, lsock, link); 4565 LINK_SLIST(remoteaddr_list, laddr, link);
|
| /freebsd-10-stable/contrib/ntp/libntp/ |
| D | authkeys.c | 356 LINK_SLIST(authfreekeys, sk, llink.f); in auth_moremem() 362 LINK_SLIST(authallocs, allocrec, link); in auth_moremem() 465 LINK_SLIST(key_hash[hash], sk, hlink); in auth_resize_hashtable() 505 LINK_SLIST(*bucket, sk, hlink); in allocsymkey() 539 LINK_SLIST(authfreekeys, sk, llink.f); in freesymkey()
|
| D | recvbuff.c | 100 LINK_SLIST(free_recv_list, bufp, link); in create_buffers() 164 LINK_SLIST(free_recv_list, rb, link); in freerecvbuf()
|
| /freebsd-10-stable/contrib/ntp/include/ |
| D | ntp_lists.h | 128 #define LINK_SLIST(listhead, pentry, nextlink) \ macro
|
| /freebsd-10-stable/contrib/ntp/sntp/ |
| D | main.c | 569 LINK_SLIST(*pkt_listp, spkt, link); in queue_xmt()
|
| /freebsd-10-stable/contrib/ntp/ntpq/ |
| D | ntpq-subs.c | 2451 LINK_SLIST(hash_table[hash], add, hlink); in add_mru()
|