Searched refs:servers (Results 1 - 25 of 28) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/include/
H A Duser_objs.h16 int test_chooser( struct line_list *servers,
H A Dlpd_jobs.h28 void Wait_for_subserver( int timeout, struct line_list *servers
/asus-wl-520gu-7.0.1.45/src/router/rc/
H A Dntp.c36 char servers[32]; local
37 //char *ntpclient_argv[] = {"ntpclient", "-h", servers, "-i", "3", "-l", "-s", NULL};
42 strcpy(servers, nvram_safe_get("ntp_servers"));
44 if (!strlen(servers)) return 0;
55 ret=eval("ntpclient", "-h", servers, "-i", "3", "-l", "-s");
H A Dservices.c246 char *servers = nvram_safe_get("ntp_server");
247 char *ntp_argv[] = {"ntpclient", "-h", servers, "-i", "3", "-l", "-s", NULL};
249 if (strlen(servers)) {
H A Dcommon_ex.c189 char servers[64]; local
822 memset(servers, 0, sizeof(servers));
825 sprintf(servers, "%s%s ", servers, nvram_safe_get("ntp_server0"));
827 sprintf(servers, "%s%s ", servers, nvram_safe_get("ntp_server1"));
829 nvram_set("ntp_servers", servers);
/asus-wl-520gu-7.0.1.45/src/router/rc.orig/
H A Dntp.c36 char servers[32]; local
37 //char *ntpclient_argv[] = {"ntpclient", "-h", servers, "-i", "3", "-l", "-s", NULL};
42 strcpy(servers, nvram_safe_get("ntp_servers"));
44 if (!strlen(servers)) return 0;
55 ret=eval("ntpclient", "-h", servers, "-i", "3", "-l", "-s");
H A Dservices.c246 char *servers = nvram_safe_get("ntp_server");
247 char *ntp_argv[] = {"ntpclient", "-h", servers, "-i", "3", "-l", "-s", NULL};
249 if (strlen(servers)) {
H A Dcommon_ex.c189 char servers[64]; local
817 memset(servers, 0, sizeof(servers));
820 sprintf(servers, "%s%s ", servers, nvram_safe_get("ntp_server0"));
822 sprintf(servers, "%s%s ", servers, nvram_safe_get("ntp_server1"));
824 nvram_set("ntp_servers", servers);
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/radius/radiusclient/etc/
H A DMakefile.am23 realms servers radiusclient.conf.in
30 install-data-local: realms servers
34 echo " $(INSTALL) -m600 $(srcdir)/servers $(pkgsysconfdir)/servers"; \
35 $(INSTALL) -m600 $(srcdir)/servers $(pkgsysconfdir)/servers
39 rm -f $(pkgsysconfdir)/servers
H A DMakefile.in102 realms servers radiusclient.conf.in
218 install-data-local: realms servers
222 echo " $(INSTALL) -m600 $(srcdir)/servers $(DESTDIR)$(pkgsysconfdir)/servers"; \
223 $(INSTALL) -m600 $(srcdir)/servers $(DESTDIR)$(pkgsysconfdir)/servers
227 rm -f $(DESTDIR)$(pkgsysconfdir)/servers
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/plugins/radius/radiusclient/etc/
H A DMakefile.am23 realms servers radiusclient.conf.in
30 install-data-local: realms servers
34 echo " $(INSTALL) -m600 $(srcdir)/servers $(pkgsysconfdir)/servers"; \
35 $(INSTALL) -m600 $(srcdir)/servers $(pkgsysconfdir)/servers
39 rm -f $(pkgsysconfdir)/servers
H A DMakefile.in102 realms servers radiusclient.conf.in
218 install-data-local: realms servers
222 echo " $(INSTALL) -m600 $(srcdir)/servers $(DESTDIR)$(pkgsysconfdir)/servers"; \
223 $(INSTALL) -m600 $(srcdir)/servers $(DESTDIR)$(pkgsysconfdir)/servers
227 rm -f $(DESTDIR)$(pkgsysconfdir)/servers
/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/common/
H A Duser_objs.c26 * extern int CHOOSER_ROUTINE( struct line_list *servers,
29 * servers is a (dynamically) allocated array of pointers to line_list data
37 * for( i = 1; i < servers->count; ++i ){
38 * sp = (void *)servers->list[i];
50 * indexes into the servers.list for their information. You can
58 * sp = (void *)servers->list[n];
64 * servers list. If you return or set it to -1, skip this job.
75 int test_chooser( struct line_list *servers, argument
82 DEBUG1("test_chooser: servers %d, available %d",
83 servers
[all...]
H A Dlpd_jobs.c62 * the list of servers to be used for this queue. The "ss" flag sets
89 * else if( no jobs to print and no servers active ) then
271 * hack up the server information list into a list of servers
386 struct line_list servers, tinfo, *sp, *datafile, chooser_list, chooser_env; local
396 Init_line_list(&servers);
414 Free_listof_line_list( &servers );
507 Check_max(&servers,1);
513 servers.list[servers.count++] = (char *)sp;
536 Get_subserver_info( &servers,
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/utils/
H A Dsmbtree.c32 /* Holds a list of workgroups or servers */
40 static struct name_list *workgroups, *servers, *shares; variable in typeref:struct:
69 display tree of smb workgroups, servers and shares
105 /* Retrieve the list of servers for a given workgroup */
124 &servers))
156 /* List servers */
158 free_name_list(servers);
159 servers = NULL;
165 for (sv = servers; sv; sv = sv->next) {
198 { "servers", '
[all...]
/asus-wl-520gu-7.0.1.45/src/router/dnsmasq/
H A Dforward.c40 struct server *servers, struct server *last_server)
48 /* may be recursion not speced or no servers available. */
49 if (!header->rd || !servers)
56 forward->sentto = servers; /* at end of list, recycle */
64 /* If the query ends in the domain in one of our servers, set
72 for (serv=servers; serv; serv=serv->next)
86 /* In strict_order mode, or when using domain specific servers
87 always try servers in the order specified in resolv.conf,
91 forward->sentto = servers;
115 /* only send to servers dealin
37 forward_query(int udpfd, int peerfd, int peerfd6, union mysockaddr *udpaddr, HEADER *header, int plen, int strict_order, char *dnamebuff, struct server *servers, struct server *last_server) argument
[all...]
H A Ddnsmasq.c57 struct server *servers, *last_server; local
199 serv_addrs = servers = last_server = check_servers(serv_addrs, interfaces, peerfd, peerfd6);
249 servers = last_server =
250 check_servers(reload_servers(resolv, dnamebuff, servers),
279 servers = last_server =
280 check_servers(reload_servers(resolv, dnamebuff, servers),
350 servers, last_server);
H A Ddnsmasq.h121 int from_resolv; /* 1 for servers from resolv, 0 for command line. */
196 struct server *servers, struct server *last_server);
201 struct server *reload_servers(char *fname, char *buff, struct server *servers);
H A Ddnsmasq-rh.spec22 Dnsmasq is lightweight, easy to configure DNS forwarder designed to provide DNS (domain name) services to a small network where using BIND would be overkill. It can be have its DNS servers automatically configured by PPP or DHCP, and it can serve the names of local machines which are not in the global DNS. It is ideal for networks behind NAT routers and connected via modem, ISDN, ADSL, or cable-modem connections.
H A Ddnsmasq-suse.spec24 overkill. It can be have its DNS servers automatically configured by PPP
/asus-wl-520gu-7.0.1.45/src/router/samba/source/nmbd/
H A Dnmbd_synclists.c65 struct in_addr ip, BOOL local, BOOL servers,
114 if (servers) {
132 struct in_addr ip, BOOL local, BOOL servers)
177 sync_child(name, nm_type, work->work_group, ip, local, servers,
63 sync_child(char *name, int nm_type, char *workgroup, struct in_addr ip, BOOL local, BOOL servers, char *fname) argument
130 sync_browse_lists(struct work_record *work, char *name, int nm_type, struct in_addr ip, BOOL local, BOOL servers) argument
/asus-wl-520gu-7.0.1.45/src/router/cdma/
H A Dcommon_ex.c173 char servers[64]; local
569 memset(servers, 0, sizeof(servers));
572 sprintf(servers, "%s%s ", servers, nvram_safe_get("ntp_server0"));
574 sprintf(servers, "%s%s ", servers, nvram_safe_get("ntp_server1"));
576 nvram_set("ntp_servers", servers);
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/
H A Dipconfig.c741 u8 servers; local
763 servers= *ext/4;
764 if (servers > CONF_NAMESERVERS_MAX)
765 servers = CONF_NAMESERVERS_MAX;
766 for (i = 0; i < servers; i++) {
/asus-wl-520gu-7.0.1.45/src/router/samba/source/smbd/
H A Dlanman.c964 struct srv_info_struct **servers,
979 /* request for everything is code for request all servers */
1000 Realloc(*servers,sizeof(**servers)*alloced);
1002 DEBUG(0,("get_server_info: failed to enlarge servers info struct!\n"));
1005 else *servers = ts;
1006 memset((char *)((*servers)+count),'\0',sizeof(**servers)*(alloced-count));
1008 s = &(*servers)[count];
1023 /* Filter the servers/domain
963 get_server_info(uint32 servertype, struct srv_info_struct **servers, const char *domain) argument
1173 struct srv_info_struct *servers=NULL; local
2349 struct srv_info_struct *servers=NULL; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/examples/LDAP/smbldap-tools/
H A Dsmbldap-tools.spec46 In settings with OpenLDAP and Samba-LDAP servers, this collection is

Completed in 104 milliseconds

12