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

  /src/usr.sbin/ldpd/
socketops.h 65 extern SLIST_HEAD(hello_info_head,hello_info) hello_info_head;
fsm.c 103 SLIST_FOREACH(hi, &hello_info_head, infos)
115 SLIST_INSERT_HEAD(&hello_info_head, hi, infos);
socketops.c 64 struct hello_info_head hello_info_head; variable in typeref:struct:hello_info_head
777 SLIST_FOREACH_SAFE(hi, &hello_info_head, infos, hinext) {
781 SLIST_REMOVE(&hello_info_head, hi, hello_info, infos);
834 SLIST_INIT(&hello_info_head);
1043 SLIST_FOREACH(hi, &hello_info_head, infos) {
1191 SLIST_FOREACH(hi, &hello_info_head, infos)
ldp_command.c 546 SLIST_FOREACH(hi, &hello_info_head, infos) {

Completed in 15 milliseconds