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)
|