Lines Matching refs:link
75 ISC_LINK(controlkey_t) link;
87 ISC_LINK(controlconnection_t) link;
105 ISC_LINK(controllistener_t) link;
133 ISC_LIST_UNLINK(*keylist, key, link);
181 ISC_LIST_UNLINK(listener->connections, conn, link);
193 ISC_LIST_UNLINK(listener->controls->listeners, listener, link);
209 next = ISC_LIST_NEXT(conn, link);
363 key = ISC_LIST_NEXT(key, link))
553 ISC_LINK_INIT(conn, link);
561 ISC_LIST_APPEND(listener->connections, conn, link);
638 next = ISC_LIST_NEXT(listener, link);
698 ISC_LINK_INIT(key, link);
699 ISC_LIST_APPEND(*keyids, key, link);
725 next = ISC_LIST_NEXT(keyid, link);
733 ISC_LIST_UNLINK(*keyids, keyid, link);
757 ISC_LIST_UNLINK(*keyids, keyid, link);
771 ISC_LIST_UNLINK(*keyids, keyid, link);
783 ISC_LIST_UNLINK(*keyids, keyid, link);
825 ISC_LINK_INIT(keyid, link);
869 ISC_LIST_APPEND(*keyids, keyid, link);
928 listener = ISC_LIST_NEXT(listener, link))
1082 ISC_LINK_INIT(listener, link);
1275 listener, link);
1287 listener, link);
1348 listener, link);
1360 listener, link);
1396 listener, link);
1407 listener, link);
1424 ISC_LIST_APPENDLIST(cp->listeners, new_listeners, link);