Lines Matching refs:servers
715 /* when using random ports, servers which would otherwise use
796 for (srv = daemon->servers; srv; srv = srv->next)
820 for (new = daemon->servers; new; new = tmp)
884 daemon->servers = ret;
1004 int set_servers(const char *servers)
1011 strncpy(s, servers, sizeof(s));
1013 /* move old servers to free list - we can reuse the memory
1014 and not risk malloc if there are the same or fewer new servers.
1015 Servers which were specced on the command line go to the new list. */
1016 for (serv = daemon->servers; serv;)
1023 /* forward table rules reference servers, so have to blow them away */
1096 daemon->servers = new_servers;
1101 /* Return zero if no servers found, in that case we keep polling.
1119 /* move old servers to free list - we can reuse the memory
1120 and not risk malloc if there are the same or fewer new servers.
1121 Servers which were specced on the command line go to the new list. */
1122 for (serv = daemon->servers; serv;)
1129 /* forward table rules reference servers, so have to blow them away */
1210 daemon->servers = new_servers;