Searched defs:server (Results 1 - 25 of 259) sorted by relevance

1234567891011

/netbsd-current/external/bsd/ipf/dist/lib/
H A Dconnecttcp.c18 connecttcp(char *server, int port) argument
/netbsd-current/external/mit/libuv/dist/test/
H A Dtest-pipe-pending-instances.c27 static void connection_cb(uv_stream_t* server, int status) { argument
H A Dtest-pipe-bind-error.c76 uv_pipe_t server; local
97 uv_pipe_t server; local
122 uv_pipe_t server; local
142 uv_pipe_t server; local
[all...]
H A Dtest-tcp-bind6-error.c76 uv_tcp_t server; local
104 uv_tcp_t server; local
132 uv_tcp_t server; local
161 uv_tcp_t server; local
[all...]
H A Dtest-tcp-connect-error.c50 uv_tcp_t server; local
H A Dtest-udp-multicast-interface6.c32 static uv_udp_t server; variable
H A Dtest-udp-multicast-ttl.c32 static uv_udp_t server; variable
H A Dtest-tcp-connect6-error.c48 uv_tcp_t server; local
H A Dtest-udp-multicast-interface.c32 static uv_udp_t server; variable
H A Dtest-pipe-connect-multiple.c44 static void connection_cb(uv_stream_t* server, int status) { argument
H A Dtest-tcp-try-write-error.c29 static uv_tcp_t server; variable
/netbsd-current/crypto/external/bsd/openssl.old/dist/util/perl/TLSProxy/
H A DAlert.pm31 sub server subroutine
/netbsd-current/crypto/external/bsd/openssl/dist/util/perl/TLSProxy/
H A DAlert.pm31 sub server subroutine
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/
H A Dafsdb_18.h26 dns_name_t server; member in struct:dns_rdata_afsdb
/netbsd-current/external/mpl/bind/dist/lib/dns/rdata/generic/
H A Dafsdb_18.h25 dns_name_t server; member in struct:dns_rdata_afsdb
/netbsd-current/crypto/external/bsd/netpgp/dist/src/hkpclient/
H A Dmain.c40 char server[BUFSIZ]; local
/netbsd-current/crypto/external/bsd/netpgp/dist/src/libpaa/
H A Dserver.c45 paa_server_info_t server; local
/netbsd-current/lib/libtelnet/
H A Dmisc.c54 auth_encrypt_init(const char *local, const char *remote, const char *name, int server) argument
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dmk_req.c95 krb5_principal server; local
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
H A Dmk_error.c39 krb5_mk_error_ext(krb5_context context, krb5_error_code error_code, const char *e_text, const krb5_data *e_data, const krb5_principal server, const PrincipalName *client_name, const Realm *client_realm, time_t *client_time, int *client_usec, krb5_data *reply) argument
98 krb5_mk_error(krb5_context context, krb5_error_code error_code, const char *e_text, const krb5_data *e_data, const krb5_principal client, const krb5_principal server, time_t *client_time, int *client_usec, krb5_data *reply) argument
/netbsd-current/crypto/external/bsd/netpgp/dist/src/pgp2ssh/
H A Dmain.c49 char server[BUFSIZ]; local
/netbsd-current/usr.bin/eject/
H A Dam_glue.c93 static const char *server = "localhost"; local
/netbsd-current/usr.sbin/ypset/
H A Dypset.c110 bind_tohost(struct sockaddr_in *sin, char *dom, char *server) argument
/netbsd-current/crypto/external/bsd/heimdal/dist/tests/plugin/
H A Dwindc.c45 pac_verify(void *ctx, krb5_context context, const krb5_principal new_ticket_client, const krb5_principal delegation_proxy, struct hdb_entry_ex * client, struct hdb_entry_ex * server, struct hdb_entry_ex * krbtgt, krb5_pac *pac) argument
68 client_access(void *ctx, krb5_context context, krb5_kdc_configuration *config, hdb_entry_ex *client, const char *client_name, hdb_entry_ex *server, const char *server_name, KDC_REQ *req, METHOD_DATA *data) argument
/netbsd-current/external/mit/libuv/dist/docs/code/pipe-echo-server/
H A Dmain.c54 void on_new_connection(uv_stream_t *server, int status) { argument
79 uv_pipe_t server; local

Completed in 318 milliseconds

1234567891011