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

1234567891011>>

/netbsd-6-1-5-RELEASE/dist/ipf/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
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/bin/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
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/virtual-time/
H A Dstop.pl20 # Based on the type of server specified, signal the server to stop, wait
22 # If a server is specified, stop it. Otherwise, stop all servers for test.
28 # [--use-rndc] test [server]
31 # server - name of the server directory
33 my $usage = "usage: $0 [--use-rndc] test-directory [server-directory]";
46 my $server = $ARGV[1];
52 die "No server directory: \"$server\"\
[all...]
H A Dstart.pl20 # Based on the type of server specified, check for port availability, remove
21 # temporary files, start the server, and verify that the server is running.
22 # If a server is specified, start it. Otherwise, start all servers for test.
29 # --noclean test [server [options]]
31 # --noclean - Do not cleanup files in server directory
33 # server - name of the server directory
34 # options - alternate options for the server
36 my $usage = "usage: $0 [--noclean] test-directory [server
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/
H A Dstop.pl21 # Based on the type of server specified, signal the server to stop, wait
23 # If a server is specified, stop it. Otherwise, stop all servers for test.
29 # [--use-rndc] test [server]
32 # server - name of the server directory
34 my $usage = "usage: $0 [--use-rndc] test-directory [server-directory]";
47 my $server = $ARGV[1];
53 die "No server directory: \"$server\"\
[all...]
H A Dstart.pl21 # Based on the type of server specified, check for port availability, remove
22 # temporary files, start the server, and verify that the server is running.
23 # If a server is specified, start it. Otherwise, start all servers for test.
31 # --noclean test [server [options]]
33 # --noclean - Do not cleanup files in server directory
35 # server - name of the server directory
36 # options - alternate options for the server
46 my $usage = "usage: $0 [--noclean] [--restart] test-directory [server
[all...]
/netbsd-6-1-5-RELEASE/external/mit/xorg/server/xorg-server/hw/xfree86/init/
H A DMakefile10 .PATH: ${X11SRCDIR.xorg-server}/hw/xfree86/common
13 CPPFLAGS+= -I${X11SRCDIR.xorg-server}/hw/xfree86/common \
14 -I${X11SRCDIR.xorg-server}/hw/xfree86/os-support \
15 -I${X11SRCDIR.xorg-server}/hw/xfree86/os-support/bus \
16 -I${X11SRCDIR.xorg-server}/mfb \
17 -I${X11SRCDIR.xorg-server}/mi \
18 -I${X11SRCDIR.xorg-server}/include \
19 -I${X11SRCDIR.xorg-server}/os \
20 -I${X11SRCDIR.xorg-server}/Xext \
25 -I${X11SRCDIR.xorg-server}/X
[all...]
/netbsd-6-1-5-RELEASE/external/mit/xorg/server/xorg-server/hw/xfree86/dri2/
H A DMakefile10 .PATH: ${X11SRCDIR.xorg-server}/hw/xfree86/${LIB}
13 CPPFLAGS+= -I${X11SRCDIR.xorg-server}/hw/xfree86/${LIB} \
14 -I${X11SRCDIR.xorg-server}/include \
15 -I${X11SRCDIR.xorg-server}/hw/xfree86/common \
16 -I${X11SRCDIR.xorg-server}/hw/xfree86/os-support \
17 -I${X11SRCDIR.xorg-server}/hw/xfree86/os-support/bus \
18 -I${X11SRCDIR.xorg-server}/xfixes \
19 -I${X11SRCDIR.xorg-server}/glx \
20 -I${X11SRCDIR.xorg-server}/GL/include \
21 -I${X11SRCDIR.xorg-server}/mode
[all...]
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/xsasl/
H A Dxsasl_dovecot_server.c7 /* Dovecot SASL server-side plug-in
13 /* This module implements the Dovecot SASL server-side authentication
21 /* The location of the Dovecot authentication server's UNIX-domain
186 /* xsasl_dovecot_server_mech_append - append server mechanism entry */
204 /* xsasl_dovecot_server_mech_free - destroy server mechanism list */
218 /* xsasl_dovecot_server_mech_filter - filter server mechanism list */
231 * Match Postfix properties against Dovecot server properties.
250 /* xsasl_dovecot_server_connect - initial auth server handshake */
355 /* xsasl_dovecot_server_disconnect - dispose of server connection state */
397 /* xsasl_dovecot_server_create - create server instanc
403 XSASL_DOVECOT_SERVER *server; local
459 XSASL_DOVECOT_SERVER *server = (XSASL_DOVECOT_SERVER *) xp; local
479 XSASL_DOVECOT_SERVER *server = (XSASL_DOVECOT_SERVER *) xp; local
496 xsasl_dovecot_parse_reply(XSASL_DOVECOT_SERVER *server, char **line) argument
514 xsasl_dovecot_parse_reply_args(XSASL_DOVECOT_SERVER *server, char *line, VSTRING *reply, int success) argument
545 xsasl_dovecot_handle_reply(XSASL_DOVECOT_SERVER *server, VSTRING *reply) argument
612 XSASL_DOVECOT_SERVER *server = (XSASL_DOVECOT_SERVER *) xp; local
690 XSASL_DOVECOT_SERVER *server = (XSASL_DOVECOT_SERVER *) xp; local
710 XSASL_DOVECOT_SERVER *server = (XSASL_DOVECOT_SERVER *) xp; local
[all...]
H A Dxsasl.h24 * Generic server object. Specific instances extend this with their own
35 #define xsasl_server_free(server) (server)->free(server)
36 #define xsasl_server_first(server, method, init_resp, reply) \
37 (server)->first((server), (method), (init_resp), (reply))
38 #define xsasl_server_next(server, request, reply) \
39 (server)->next((server), (reques
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/named/include/named/
H A Dstatschannel.h26 * The statistics channels built-in the name server.
38 ns_statschannels_configure(ns_server_t *server, const cfg_obj_t *config,
46 * If the IP address or port has changed, destroy the old server
52 ns_statschannels_shutdown(ns_server_t *server);
58 ns_stats_dump(ns_server_t *server, FILE *fp);
60 * Dump statistics counters managed by the server to the file fp.
H A Dserver.h44 * Name server state. Better here than in lots of separate global variables.
66 /*% Use hostname for server id */
68 char * server_id; /*%< User-specified server id */
176 * Create a server object with default settings.
184 * Destroy a server object, freeing its memory.
188 ns_server_reloadwanted(ns_server_t *server);
190 * Inform a server that a reload is wanted. This function
191 * may be called asynchronously, from outside the server's task.
197 ns_server_flushonshutdown(ns_server_t *server, isc_boolean_t flush);
199 * Inform the server tha
[all...]
/netbsd-6-1-5-RELEASE/external/mit/xorg/server/xorg-server/hw/xfree86/dixmods/wfb/
H A DMakefile8 -I${X11SRCDIR.xorg-server}/Xext \
9 -I${X11SRCDIR.xorg-server}/fb
13 .PATH: ${X11SRCDIR.xorg-server}/fb
/netbsd-6-1-5-RELEASE/external/mit/xorg/server/xorg-server/hw/xfree86/utils/
H A DMakefile.utils8 DUMMYOBJDIR!= cd ${NETBSDSRCDIR}/external/mit/xorg/server/xorg-server/hw/xfree86/dummy && ${PRINTOBJDIR}
9 SCANPCIOBJDIR!= cd ${NETBSDSRCDIR}/external/mit/xorg/server/xorg-server/hw/xfree86/scanpci && ${PRINTOBJDIR}
10 XORGOSOBJDIR!= cd ${NETBSDSRCDIR}/external/mit/xorg/server/xorg-server/hw/xfree86/xorgos && ${PRINTOBJDIR}
/netbsd-6-1-5-RELEASE/external/mit/xorg/server/xorg-server/hw/xfree86/vgahw/
H A DMakefile10 .PATH: ${X11SRCDIR.xorg-server}/hw/xfree86/${LIB}
13 CPPFLAGS+= -I${X11SRCDIR.xorg-server}/hw/xfree86/vgahw \
14 -I${X11SRCDIR.xorg-server}/hw/xfree86/common \
15 -I${X11SRCDIR.xorg-server}/hw/xfree86/os-support \
16 -I${X11SRCDIR.xorg-server}/hw/xfree86/os-support/bus \
17 -I${X11SRCDIR.xorg-server}/Xext \
18 -I${X11SRCDIR.xorg-server}/cfb \
19 -I${X11SRCDIR.xorg-server}/mfb \
20 -I${X11SRCDIR.xorg-server}/mi \
21 -I${X11SRCDIR.xorg-server}/includ
[all...]
/netbsd-6-1-5-RELEASE/external/mit/xorg/server/xorg-server/hw/xfree86/dri/
H A DMakefile10 .PATH: ${X11SRCDIR.xorg-server}/hw/xfree86/${LIB}
13 CPPFLAGS+= -I${X11SRCDIR.xorg-server}/hw/xfree86/${LIB} \
14 -I${X11SRCDIR.xorg-server}/include \
15 -I${X11SRCDIR.xorg-server}/hw/xfree86/common \
16 -I${X11SRCDIR.xorg-server}/hw/xfree86/os-support \
17 -I${X11SRCDIR.xorg-server}/hw/xfree86/os-support/bus \
18 -I${X11SRCDIR.xorg-server}/glx \
19 -I${X11SRCDIR.xorg-server}/GL/include \
20 -I${X11SRCDIR.xorg-server}/modes \
21 -I${X11SRCDIR.xorg-server}/dd
[all...]
/netbsd-6-1-5-RELEASE/external/mit/xorg/server/xorg-server/hw/xfree86/pcidata/
H A DMakefile3 # XXX this one is installed in modular-xorg-server
12 .PATH: ${X11SRCDIR.xorg-server}/hw/xfree86/scanpci
15 CPPFLAGS+= -I${X11SRCDIR.xorg-server}/hw/xfree86/common \
16 -I${X11SRCDIR.xorg-server}/hw/xfree86/os-support \
17 -I${X11SRCDIR.xorg-server}/hw/xfree86/os-support/bus \
18 -I${X11SRCDIR.xorg-server}/include \
19 -I${X11SRCDIR.xorg-server}/os \
21 -I${X11SRCDIR.xorg-server}/Xext \
25 -I${X11SRCDIR.xorg-server}/Xi \
26 -I${X11SRCDIR.xorg-server}/h
[all...]
/netbsd-6-1-5-RELEASE/external/mit/xorg/server/xorg-server/hw/xfree86/scanpci/
H A DMakefile3 # XXX this one is installed in modular-xorg-server
12 .PATH: ${X11SRCDIR.xorg-server}/hw/xfree86/scanpci
16 CPPFLAGS+= -I${X11SRCDIR.xorg-server}/hw/xfree86/common \
17 -I${X11SRCDIR.xorg-server}/hw/xfree86/os-support \
18 -I${X11SRCDIR.xorg-server}/hw/xfree86/os-support/bus \
19 -I${X11SRCDIR.xorg-server}/include \
20 -I${X11SRCDIR.xorg-server}/os \
22 -I${X11SRCDIR.xorg-server}/Xext \
26 -I${X11SRCDIR.xorg-server}/Xi \
27 -I${X11SRCDIR.xorg-server}/h
[all...]
/netbsd-6-1-5-RELEASE/external/mit/xorg/server/xorg-server/hw/xfree86/xf8_16bpp/
H A DMakefile10 .PATH: ${X11SRCDIR.xorg-server}/hw/xfree86/${LIB}
13 CPPFLAGS+= -I${X11SRCDIR.xorg-server}/hw/xfree86/${LIB} \
14 -I${X11SRCDIR.xorg-server}/mi \
15 -I${X11SRCDIR.xorg-server}/Xext \
16 -I${X11SRCDIR.xorg-server}/include \
17 -I${X11SRCDIR.xorg-server}/hw/xfree86/os-support \
18 -I${X11SRCDIR.xorg-server}/hw/xfree86/common \
/netbsd-6-1-5-RELEASE/external/mit/xorg/server/xorg-server/hw/xfree86/loader/
H A DMakefile7 LOADERDIR= ${X11SRCDIR.xorg-server}/hw/xfree86/${LIB}
16 CPPFLAGS+= -I${X11SRCDIR.xorg-server}/hw/xfree86/${LIB} \
17 -I${X11SRCDIR.xorg-server}/hw/xfree86/parser \
18 -I${X11SRCDIR.xorg-server}/hw/xfree86/dixmods/extmod \
19 -I${X11SRCDIR.xorg-server}/hw/xfree86/vbe \
20 -I${X11SRCDIR.xorg-server}/miext/cw \
21 -I${X11SRCDIR.xorg-server}/miext/sync \
22 -I${X11SRCDIR.xorg-server}/hw/xfree86/int10 \
23 -I${X11SRCDIR.xorg-server}/hw/xfree86/ddc \
24 -I${X11SRCDIR.xorg-server}/h
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/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
/netbsd-6-1-5-RELEASE/crypto/external/bsd/netpgp/dist/src/hkpclient/
H A Dmain.c40 char server[BUFSIZ]; local
47 (void) snprintf(server, sizeof(server), "localhost");
54 (void) snprintf(server, sizeof(server), optarg);
64 if (hkpc_get(&res, server, port, family, argv[optind], argv[i]) >= 0) {
/netbsd-6-1-5-RELEASE/external/mit/xorg/server/xorg-server/damageext/
H A DMakefile7 .PATH: ${X11SRCDIR.xorg-server}/damageext
11 CPPFLAGS+= -I${X11SRCDIR.xorg-server}/include \
12 -I${X11SRCDIR.xorg-server}/Xext \
13 -I${X11SRCDIR.xorg-server}/xfixes \
14 -I${X11SRCDIR.xorg-server}/damagext \
18 -I${X11SRCDIR.xorg-server}/../include \
/netbsd-6-1-5-RELEASE/external/mit/xorg/server/xorg-server/xfixes/
H A DMakefile8 .PATH: ${X11SRCDIR.xorg-server}/xfixes
13 CPPFLAGS+= -I${X11SRCDIR.xorg-server}/include \
14 -I${X11SRCDIR.xorg-server}/Xext \
15 -I${X11SRCDIR.xorg-server}/fixes \
16 -I${X11SRCDIR.xorg-server}/render \
19 -I${X11SRCDIR.xorg-server}/../include
/netbsd-6-1-5-RELEASE/external/mit/xorg/server/xorg-server/hw/xfree86/dixmods/extmod/
H A DMakefile10 .PATH: ${X11SRCDIR.xorg-server}/hw/xfree86/dixmods/extmod
16 CPPFLAGS+= -I${X11SRCDIR.xorg-server}/hw/xfree86/${LIB} \
17 -I${X11SRCDIR.xorg-server}/hw/xfree86/afb \
18 -I${X11SRCDIR.xorg-server}/hw/xfree86/mfb \
19 -I${X11SRCDIR.xorg-server}/hw/xfree86/cfb \
20 -I${X11SRCDIR.xorg-server}/hw/xfree86/dbe \
21 -I${X11SRCDIR.xorg-server}/hw/xfree86/hw/xfree86/loader \
22 -I${X11SRCDIR.xorg-server}/hw/xfree86/miext/shadow \
23 -I${X11SRCDIR.xorg-server}/hw/xfree86/common \
24 -I${X11SRCDIR.xorg-server}/Xex
[all...]

Completed in 215 milliseconds

1234567891011>>