Searched refs:server (Results 1 - 25 of 325) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/ipfilter/l4check/
H A Dl4check.conf13 # server is still alive.
26 remote server 192.168.1.2,23
27 remote server 192.168.1.2,2101
28 remote server 192.168.1.3,25
29 remote server 192.168.1.254,8000
30 remote server 192.168.1.1,9
/freebsd-9.3-release/share/examples/sunrpc/msg/
H A Drprintmsg.c15 char *server; local
26 server = argv[1];
31 * server designated on the command line. We tell the rpc package
32 * to use the "tcp" protocol when contacting the server.
34 cl = clnt_create(server, MESSAGEPROG, MESSAGEVERS, "tcp");
37 * Couldn't establish connection with server.
40 clnt_pcreateerror(server);
45 * Call the remote procedure "printmessage" on the server
50 * An error occurred while calling the server.
53 clnt_perror(cl, server);
[all...]
/freebsd-9.3-release/contrib/bind9/bin/named/include/named/
H A Dstatschannel.h24 * The statistics channels built-in the name server.
36 ns_statschannels_configure(ns_server_t *server, const cfg_obj_t *config,
44 * If the IP address or port has changed, destroy the old server
50 ns_statschannels_shutdown(ns_server_t *server);
56 ns_stats_dump(ns_server_t *server, FILE *fp);
58 * Dump statistics counters managed by the server to the file fp.
H A Dserver.h42 * Name server state. Better here than in lots of separate global variables.
64 /*% Use hostname for server id */
66 char * server_id; /*%< User-specified server id */
183 * Create a server object with default settings.
191 * Destroy a server object, freeing its memory.
195 ns_server_reloadwanted(ns_server_t *server);
197 * Inform a server that a reload is wanted. This function
198 * may be called asynchronously, from outside the server's task.
204 ns_server_flushonshutdown(ns_server_t *server, isc_boolean_t flush);
206 * Inform the server tha
[all...]
/freebsd-9.3-release/lib/libypclnt/
H A Dypclnt_new.c43 ypclnt_new(const char *domain, const char *map, const char *server) argument
53 if (server != NULL && (ypclnt->server = strdup(server)) == NULL)
59 free(ypclnt->server);
/freebsd-9.3-release/contrib/ntp/conf/
H A Dpogo.conf5 server 127.127.6.1 prefer # IRIG from GPS1
7 server 127.127.4.1 # spectracom GPS receiver
10 server 127.127.22.0 # PPS from GPS2
15 server 128.4.1.2 # mizbeaver
16 server 128.175.60.175 version 3 # ntp1.nss
36 requestkey 14 # key (7) for accessing server variables
37 controlkey 14 # key (6) for accessing server variables
H A Drackety.conf5 # This is for a dedicated primary server connected to four reference
13 server 127.127.4.0 prefer # Spectracom GPS receiver #1
15 server 127.127.4.1 # Spectracom GPS receiver #2
17 server 127.127.4.2 # Spectracom WWVB receiver #1
20 server 127.127.4.3 # Spectracom WWVB receiver #2
23 server 127.127.22.1 # PPS
46 requestkey 14 # key (7) for accessing server variables
47 controlkey 14 # key (6) for accessing server variables
/freebsd-9.3-release/lib/librpcsvc/
H A Dyp_passwd.c56 char *server; local
67 if (yp_master(domain, "passwd.byname", &server))
70 rval = getrpcport(server, YPPASSWDPROG,
74 free(server);
78 rval = callrpc(server, YPPASSWDPROG, YPPASSWDVERS, YPPASSWDPROC_UPDATE,
82 free(server);
/freebsd-9.3-release/etc/
H A Dntp.conf17 # users with a static IP and good upstream NTP servers to add a server
22 server 0.freebsd.pool.ntp.org iburst
23 server 1.freebsd.pool.ntp.org iburst
24 server 2.freebsd.pool.ntp.org iburst
25 #server 3.freebsd.pool.ntp.org iburst
28 # If you want to pick yourself which country's public NTP server
33 # server 0.CC.pool.ntp.org iburst
34 # server 1.CC.pool.ntp.org iburst
35 # server 2.CC.pool.ntp.org iburst
56 # this server
[all...]
/freebsd-9.3-release/contrib/bind9/lib/dns/rdata/generic/
H A Dafsdb_18.h30 dns_name_t server; member in struct:dns_rdata_afsdb
/freebsd-9.3-release/usr.sbin/ppp/
H A Dserver.h31 struct server { struct
53 ((d)->type == SERVER_DESCRIPTOR ? (struct server *)(d) : NULL)
55 extern struct server server;
H A Dserver.c45 #include "server.h"
53 struct server *s = descriptor2server(d);
62 log_Printf(LogTIMER, "server: fdset(r) %d\n", s->fd);
75 struct server *s = descriptor2server(d);
91 struct server *s = descriptor2server(d);
203 struct server server = { variable in typeref:struct:server
218 char name[sizeof server.cfg.sockname];
224 if (server.cfg.sockname[0] != '\0') {
225 strcpy(name, server
[all...]
/freebsd-9.3-release/contrib/ofed/libsdp/
H A Dlibsdp.conf25 use both server * *:*
83 # Note: that "both" semantics is different between "server" and "client" roles:
84 # For a "server" is means that the server will be listening on both sdp and tcp
89 # "server" or "listen" - for defining the listening port address family
100 # Either the local address the server is bind to or the remote server
126 # use tcp server ttcp* *:22-25
128 # Listen on both TCP and SDP by any server that listen on port 8080
130 # use both server * *
[all...]
/freebsd-9.3-release/crypto/openssh/regress/
H A Dproto-mismatch.sh8 server=$1
10 banner=`echo ${client} | ${SSHD} -o "Protocol=${server}" -i -f ${OBJ}/sshd_proxy`
/freebsd-9.3-release/crypto/openssl/demos/state_machine/
H A DMakefile9 ./state_machine 10000 ../../apps/server.pem ../../apps/server.pem
/freebsd-9.3-release/contrib/ntp/ntpdate/
H A Dntpdate.c157 int sys_samples = DEFSAMPLES; /* number of samples/server */
159 struct server *sys_servers; /* the server list */
203 static void transmit (struct server *);
205 static void server_data (struct server *, s_fp, l_fp *, u_fp);
206 static void clock_filter (struct server *);
207 static struct server *clock_select (void);
210 static struct server *findserver (sockaddr_u *);
223 static void printserver (struct server *, FILE *);
435 "usage: %s [-46bBdqsuv] [-a key#] [-e delay] [-k file] [-p samples] [-o version#] [-t timeo] server
737 register struct server *server; local
927 server_data( register struct server *server, s_fp d, l_fp *c, u_fp e ) argument
1027 struct server *server; local
1249 register struct server *sp, *server; local
1348 register struct server *server; local
1434 struct server *server; local
1483 struct server *server; local
[all...]
/freebsd-9.3-release/share/examples/sunrpc/dir/
H A Drls.c16 char *server; local
30 server = argv[1];
35 * server designated on the command line. We tell the rpc package
36 * to use the "tcp" protocol when contacting the server.
38 cl = clnt_create(server, DIRPROG, DIRVERS, "tcp");
41 * Couldn't establish connection with server.
44 clnt_pcreateerror(server);
49 * Call the remote procedure "readdir" on the server
54 * An error occurred while calling the server.
57 clnt_perror(cl, server);
[all...]
/freebsd-9.3-release/contrib/amd/scripts/
H A Dexpn.172 # ask each server in turn a whole bunch of questions, addresses to
77 # string "$addr *** $server" where $addr is the address to be
78 # expanded "foo" or maybe "foo@bar" and $server is the hostname
79 # of the SMTP server to contact.
85 # $server : name of the current we are currently looking at
86 # @users = $users{@hosts[0]} : addresses to expand at this server
88 # $names{"$users[0] *** $server"} : the 'name' associated with the address
89 # $mxbacktrace{"$users[0] *** $server"} : record of mx expansion
90 # $mx_secondary{$server} : other mx relays at the same priority
91 # $domainify_fallback{"$users[0] *** $server"}
[all...]
H A Dexpn.in71 # ask each server in turn a whole bunch of questions, addresses to
76 # string "$addr *** $server" where $addr is the address to be
77 # expanded "foo" or maybe "foo@bar" and $server is the hostname
78 # of the SMTP server to contact.
84 # $server : name of the current we are currently looking at
85 # @users = $users{@hosts[0]} : addresses to expand at this server
87 # $names{"$users[0] *** $server"} : the 'name' associated with the address
88 # $mxbacktrace{"$users[0] *** $server"} : record of mx expansion
89 # $mx_secondary{$server} : other mx relays at the same priority
90 # $domainify_fallback{"$users[0] *** $server"}
[all...]
/freebsd-9.3-release/secure/libexec/
H A DMakefile7 SUBDIR+=sftp-server ssh-keysign ssh-pkcs11-helper
/freebsd-9.3-release/secure/libexec/sftp-server/
H A DMakefile5 PROG= sftp-server
6 SRCS= sftp-server.c sftp-common.c sftp-server-main.c
7 MAN= sftp-server.8
/freebsd-9.3-release/lib/libncp/
H A Dncpl_net.c53 char server[NCP_BINDERY_NAME_LEN + 1]; local
61 bzero(server, sizeof(server));
64 strcpy(server, li->server);
65 ncp_str_upper(server);
70 /* if no server specified return info about nearest */
71 if (!li->server[0]) {
72 strcpy(li->server, nearest);
76 if (strcmp(server, neares
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dmk_req.c42 const krb5_principal server,
57 ret = krb5_copy_principal (context, server, &this_cred.server);
95 krb5_principal server; local
102 ret = krb5_build_principal (context, &server,
113 server, in_data, ccache, outbuf);
114 krb5_free_principal (context, server);
39 krb5_mk_req_exact(krb5_context context, krb5_auth_context *auth_context, const krb5_flags ap_req_options, const krb5_principal server, krb5_data *in_data, krb5_ccache ccache, krb5_data *outbuf) argument
/freebsd-9.3-release/contrib/wpa/src/crypto/
H A Dtls_internal.c29 int server; member in struct:tls_global
36 struct tlsv1_server *server; member in struct:tls_connection
96 if (!global->server) {
105 if (global->server) {
106 conn->server = tlsv1_server_init(global->server_cred);
107 if (conn->server == NULL) {
127 if (conn->server)
128 tlsv1_server_deinit(conn->server);
141 if (conn->server)
142 return tlsv1_server_established(conn->server);
[all...]
/freebsd-9.3-release/contrib/tcp_wrappers/
H A Dptx.c42 static struct sockaddr_in server; local
54 if (getmyinaddr(request->fd, &server, sizeof(server)) == 0) {
55 request->server->sin = &server;

Completed in 509 milliseconds

1234567891011>>