Lines Matching refs:pnext
115 struct server *pnext; member
561 ps->pnext = server_list; in add_server()
662 server_list = server_list->pnext; /* delete from server_list */ in add_to_active()
663 ps->pnext = active_list; in add_to_active()
675 active_list = active_list->pnext;
679 for (n = active_list; n; n = n->pnext) {
681 p->pnext = n->pnext;
728 for (ps = active_list; ps; ps = ps->pnext)
742 for (ps = active_list; ps; ps = ps->pnext)
760 for (ps = active_list; ps; ps = ps->pnext) {
795 for (ps = active_list; ps; ps = ps->pnext)
982 for (s = active_list; s; s = s->pnext) { in get_xfr_response()