HomeSort by: relevance | last modified time | path
    Searched refs:listentry (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/ldpd/
socketops.h 69 SLIST_ENTRY(hello_socket) listentry;
socketops.c 189 SLIST_INSERT_HEAD(&hello_socket_head, hs, listentry);
269 SLIST_INSERT_HEAD(&hello_socket_head, hs, listentry);
283 SLIST_FOREACH(hs, &hello_socket_head, listentry)
485 SLIST_FOREACH(hs, &hello_socket_head, listentry)
561 SLIST_FOREACH(hs, &hello_socket_head, listentry)
875 SLIST_FOREACH(hs, &hello_socket_head, listentry) {

Completed in 19 milliseconds