own_svc_info::peer_list field
List of peers matched for specific service
![]()
SLIST_FOREACH(temp, &(p_own_svc->peer_list), next) {![]()
SLIST_INSERT_HEAD(&(p_own_svc->peer_list), p_peer_svc, next);![]()
SLIST_FOREACH(cur_ele, &(p_own_svc->peer_list), next) {![]()
if (SLIST_FIRST(&(p_own_svc->peer_list)) == cur_ele) {![]()
SLIST_REMOVE_HEAD(&(p_own_svc->peer_list), next);![]()
SLIST_INSERT_HEAD(&(p_own_svc->peer_list), p_peer_svc, next);![]()
SLIST_FOREACH_SAFE(p_peer_svc, &(p_own_svc->peer_list), next, temp) {![]()
SLIST_INIT(&(p_svc->peer_list));![]()
SLIST_FOREACH(temp, &(own_record->peer_list), next) {
own_svc_info::peer_list is read by 5 functions:
![]()
own_svc_info::peer_list