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

/netbsd-current/usr.sbin/ldpd/
H A Dsocketops.h69 SLIST_ENTRY(hello_socket) listentry; member in struct:hello_socket
H A Dsocketops.c189 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 92 milliseconds