Searched refs:service (Results 76 - 100 of 129) sorted by relevance

123456

/freebsd-10.0-release/contrib/serf/auth/
H A Dauth_spnego_sspi.c196 const char *service,
219 ctx->target_name = apr_pstrcat(scratch_pool, service, "/", canonname,
195 serf__spnego_init_sec_context(serf__spnego_context_t *ctx, const char *service, const char *hostname, serf__spnego_buffer_t *input_buf, serf__spnego_buffer_t *output_buf, apr_pool_t *result_pool, apr_pool_t *scratch_pool ) argument
/freebsd-10.0-release/contrib/wpa/wpa_supplicant/
H A Dp2p_supplicant.h102 const char *service);
104 const char *service);
/freebsd-10.0-release/crypto/heimdal/kadmin/
H A Dkadm_conn.c46 add_kadm_port(krb5_context contextp, const char *service, unsigned int port) argument
56 p->port = strdup(service);
72 * otherwise it's port|service[/protocol]
/freebsd-10.0-release/crypto/openssh/contrib/cygwin/
H A Dssh-user-config26 CSIH_SCRIPT=/usr/share/csih/cygwin-service-installation-helper.sh
/freebsd-10.0-release/crypto/openssh/
H A Dgss-genr.c210 /* Create a service name for the given host */
240 ssh_gssapi_buildmic(Buffer *b, const char *user, const char *service, argument
247 buffer_put_cstring(b, service);
H A Dauth.h59 char *service; member in struct:Authctxt
/freebsd-10.0-release/contrib/telnet/libtelnet/
H A Dkerberos5.c235 krb5_principal service; local
243 &service);
256 ret = krb5_unparse_name_fixed(context, service, sname, sizeof(sname));
266 service,
268 krb5_free_principal (context, service);
/freebsd-10.0-release/contrib/telnet/telnetd/
H A Dtelnetd.c331 const char *service = "telnet"; local
338 service = *argv;
345 error = getaddrinfo(NULL, service, &hints, &res);
348 errx(1, "tcp/%s: %s\n", service, gai_strerror(error));
350 errx(1, "tcp/%s: %s\n", service, strerror(errno));
/freebsd-10.0-release/crypto/heimdal/appl/telnet/libtelnet/
H A Dkerberos5.c257 krb5_principal service; local
265 &service);
274 ret = krb5_unparse_name_fixed(context, service, sname, sizeof(sname));
285 service,
287 krb5_free_principal (context, service);
/freebsd-10.0-release/sys/dev/iir/
H A Diir.h100 /* data direction raw service */
104 /* Cache/raw service commands */
105 #define GDT_INIT 0 /* service initialization */
123 /* Additional raw service commands */
124 #define GDT_RESERVE 14 /* reserve device to raw service */
171 #define GDT_S_RAW_SCSI 12 /* raw service: target error */
172 #define GDT_S_RAW_ILL 0xff /* raw service: illegal */
185 /* Cache service command */
201 /* Screen service defines */
207 /* Screen service comman
401 u_int16_t service; member in struct:gdt_ucmd
524 u_int16_t service; member in struct:__anon8518::__anon8519::__anon8520
529 u_int16_t service; member in struct:__anon8518::__anon8519::__anon8521
536 u_int16_t service; member in struct:__anon8518::__anon8519::__anon8522
587 u_int16_t cmd_status, service; member in struct:gdt_intr_ctx
[all...]
H A Diir_pci.c77 #define GDT_OS_USED 0x10 /* u_int8_t [16], OS code per service */
95 #define GDT_PLX_SERVICE 0x46 /* u_int16_t, service */
113 #define GDT_MPR_SERVICE 0x16 /* u_int16_t, service */
436 ctx->service =
444 if (ctx->service != GDT_SCREENSERVICE &&
/freebsd-10.0-release/usr.sbin/ppp/
H A Dfilter.c76 ParsePort(const char *service, const char *proto) argument
82 servent = getservbyname(service, proto);
86 port = strtol(service, &cp, 0);
87 if (cp == service) {
89 service);
/freebsd-10.0-release/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_handlers_p2p.c2062 char *service = NULL; local
2087 } else if (!os_strcmp(entry.key, "service") &&
2089 service = os_strdup(entry.str_value);
2108 if (version <= 0 || service == NULL)
2111 if (wpas_p2p_service_add_upnp(wpa_s, version, service) != 0)
2114 os_free(service);
2115 service = NULL;
2131 os_free(service);
2148 char *service = NULL; local
2179 else if (!os_strcmp(entry.key, "service")
2247 char *service = NULL; local
[all...]
/freebsd-10.0-release/lib/librpcsec_gss/
H A Drpcsec_gss_conf.c372 rpc_gss_get_mech_info(const char *mech, rpc_gss_service_t *service) argument
381 * I'm not sure what to do with service
388 *service = rpc_gss_svc_privacy;
/freebsd-10.0-release/lib/libtacplus/
H A Dtaclib.c941 tac_create_authen(struct tac_handle *h, int action, int type, int service) argument
951 as->service = service;
957 tac_create_author(struct tac_handle *h, int method, int type, int service) argument
967 areq->service = service;
973 tac_create_acct(struct tac_handle *h, int acct, int action, int type, int service) argument
984 as->authen_service = service;
/freebsd-10.0-release/usr.bin/calendar/calendars/
H A Dcalendar.computer23 02/11 Last day of JOSS service at RAND Corp., 1966
/freebsd-10.0-release/usr.sbin/bluetooth/bthidcontrol/
H A Dsdp.c49 static uint16_t service = SDP_SERVICE_CLASS_HUMAN_INTERFACE_DEVICE; variable
113 if (sdp_search(ss, 1, &service, nattrs, attrs, nvalues, values) != 0)
/freebsd-10.0-release/contrib/subversion/
H A Dwin-tests.py80 print(" --httpd-service : Run Apache httpd as Windows service (default)")
203 elif opt == '--httpd-service':
443 service, no_log, httpv2, short_circuit, bulk_updates):
458 self.service = service
488 if self.service:
656 if self.service:
662 if self.service:
668 "Install and start HTTPD service"
[all...]
/freebsd-10.0-release/crypto/heimdal/lib/krb5/
H A Drd_req.c852 krb5_principal service = NULL; local
916 &service,
921 server = service;
931 if (service == NULL && (context->flags & KRB5_CTX_F_RD_REQ_IGNORE) == 0)
1009 * and update the service principal in the ticket to match
1072 if (service)
1073 krb5_free_principal(context, service);
/freebsd-10.0-release/sys/kgssapi/
H A Dgsstest.c603 * First we need to contact the remote RPCBIND service to find
671 * that can talk to the remote service.
721 * the requested service was not found. Make sure we received
797 char service[128]; local
813 uprintf("Can't connect to service\n");
817 memcpy(service, "host@", 5);
818 getcredhostname(td->td_ucred, service + 5, sizeof(service) - 5);
821 service, "kerberosv5", rpc_gss_svc_privacy,
825 uprintf("Can't authorize to service (mec
[all...]
/freebsd-10.0-release/contrib/ntp/ntpdate/
H A Dntpdate.c1358 char service[5]; local
1359 strcpy(service, "ntp");
1368 printf("Looking for host %s and service %s\n", serv, service);
1371 error = getaddrinfo(serv, service, &hints, &addrResult);
1710 char service[5]; local
1723 strcpy(service, "ntp");
1733 if(getaddrinfo(NULL, service, &hints, &res) != 0) {
/freebsd-10.0-release/sys/rpc/rpcsec_gss/
H A Dsvc_rpcsec_gss.c142 bool_t cl_locked; /* fixed service+qop */
472 switch (client->cl_rawcred.service) {
795 * Attempt to translate mech type and service into a
799 switch (client->cl_rawcred.service) {
956 client->cl_rawcred.service = gc->gc_svc;
976 client->cl_qop, client->cl_rawcred.service);
1292 * The service and sequence number must be ignored for
1306 * Check for valid service.
1421 * particular service+qop pair, enforce that
1425 if (client->cl_rawcred.service !
[all...]
/freebsd-10.0-release/usr.sbin/dconschat/
H A Ddconschat.c628 char service[10]; local
672 snprintf(service, sizeof(service), "%d", sport);
673 error = getaddrinfo(host, service, &hints, &res);
675 errx(1, "tcp/%s: %s\n", service, gai_strerror(error));
/freebsd-10.0-release/contrib/ofed/management/opensm/opensm/
H A Dosm_qos_parser_l.l176 SERVICE_ID service\-id
/freebsd-10.0-release/sys/boot/ofw/libofw/
H A Dopenfirm.c110 /* Test to see if a service exists. */
118 cell_t service; member in struct:__anon6133
126 args.service = (cell_t)name;

Completed in 328 milliseconds

123456