Searched refs:service (Results 51 - 75 of 126) sorted by relevance

123456

/freebsd-9.3-release/lib/libsdp/
H A DMakefile12 SRCS= search.c service.c session.c util.c
/freebsd-9.3-release/contrib/ofed/libibverbs/examples/
H A Drc_pingpong.c146 char *service; local
153 if (asprintf(&service, "%d", port) < 0)
156 n = getaddrinfo(servername, service, &hints, &res);
160 free(service);
175 free(service);
221 char *service; local
228 if (asprintf(&service, "%d", port) < 0)
231 n = getaddrinfo(NULL, service, &hints, &res);
235 free(service);
254 free(service);
[all...]
H A Duc_pingpong.c134 char *service; local
141 if (asprintf(&service, "%d", port) < 0)
144 n = getaddrinfo(servername, service, &hints, &res);
148 free(service);
163 free(service);
209 char *service; local
216 if (asprintf(&service, "%d", port) < 0)
219 n = getaddrinfo(NULL, service, &hints, &res);
223 free(service);
242 free(service);
[all...]
H A Dud_pingpong.c133 char *service; local
140 if (asprintf(&service, "%d", port) < 0)
143 n = getaddrinfo(servername, service, &hints, &res);
147 free(service);
162 free(service);
207 char *service; local
214 if (asprintf(&service, "%d", port) < 0)
217 n = getaddrinfo(NULL, service, &hints, &res);
221 free(service);
240 free(service);
[all...]
H A Dsrq_pingpong.c153 char *service; local
162 if (asprintf(&service, "%d", port) < 0)
165 n = getaddrinfo(servername, service, &hints, &res);
169 free(service);
184 free(service);
241 char *service; local
250 if (asprintf(&service, "%d", port) < 0)
253 n = getaddrinfo(NULL, service, &hints, &res);
257 free(service);
276 free(service);
[all...]
/freebsd-9.3-release/crypto/heimdal/tests/kdc/
H A Dcheck-digest.in133 --name-type=hostbased-service datan@TEST || \
137 --name-type=hostbased-service datan@host.TEST || \
141 --name-type=hostbased-service datan@host.test.domain2 || \
145 --name-type=hostbased-service datan@host.foo 2>/dev/null && \
160 --name-type=hostbased-service datan@TEST || \
H A Dcheck-referral.in49 service=ldap/host.sub.test.h5l.se
90 ${kadmin} add -p foo --use-defaults ${service}@${R2} || exit 1
170 #echo "Getting client for ${service}@${R} (kdc referral)"
174 #${kgetcred} --server ${service}@${R} ||
178 #${klist} | grep "${service}@${R2}" > /dev/null || \
182 #echo "Getting client for ${service}@${R2} (client side guessing)"
186 #${kgetcred} --server ${service}@${R2} ||
190 #${klist} | grep "${service}@${R2}" > /dev/null || \
/freebsd-9.3-release/sys/rpc/rpcsec_gss/
H A Drpcsec_gss.c173 struct ucred *cred, rpc_gss_service_t service)
180 h = HASHSTEP(h, (int) service);
191 gss_OID mech_oid, rpc_gss_service_t service)
214 h = rpc_gss_hash(principal, mech_oid, cred, service);
222 && gd->gd_cred.gc_svc == service) {
254 auth = rpc_gss_seccreate_int(clnt, cred, principal, mech_oid, service,
267 && tgd->gd_cred.gc_svc == service) {
308 const char *mechanism, rpc_gss_service_t service, const char *qop,
327 return (rpc_gss_seccreate_int(clnt, cred, principal, oid, service,
333 gss_OID mech_oid, rpc_gss_service_t service, u_in
172 rpc_gss_hash(const char *principal, gss_OID mech, struct ucred *cred, rpc_gss_service_t service) argument
190 rpc_gss_secfind(CLIENT *clnt, struct ucred *cred, const char *principal, gss_OID mech_oid, rpc_gss_service_t service) argument
307 rpc_gss_seccreate(CLIENT *clnt, struct ucred *cred, const char *principal, const char *mechanism, rpc_gss_service_t service, const char *qop, rpc_gss_options_req_t *options_req, rpc_gss_options_ret_t *options_ret) argument
332 rpc_gss_seccreate_int(CLIENT *clnt, struct ucred *cred, const char *principal, gss_OID mech_oid, rpc_gss_service_t service, u_int qop_num, rpc_gss_options_req_t *options_req, rpc_gss_options_ret_t *options_ret) argument
416 rpc_gss_set_defaults(AUTH *auth, rpc_gss_service_t service, const char *qop) argument
[all...]
/freebsd-9.3-release/contrib/bind9/lib/dns/rdata/generic/
H A Dnaptr_35.c418 REQUIRE(naptr->service != NULL || naptr->service_len == 0);
429 RETERR(mem_tobuffer(target, naptr->service, naptr->service_len));
452 naptr->service = NULL;
474 naptr->service = mem_maybedup(mctx, r.base, naptr->service_len);
475 if (naptr->service == NULL)
499 if (mctx != NULL && naptr->service != NULL)
500 isc_mem_free(mctx, naptr->service);
518 if (naptr->service != NULL)
519 isc_mem_free(naptr->mctx, naptr->service);
/freebsd-9.3-release/crypto/heimdal/appl/test/
H A Duu_client.c40 proto (int sock, const char *hostname, const char *service) argument
192 return client_doit (argv[argc], port, service, proto);
H A Dgssapi_server.c133 proto (int sock, const char *service) argument
296 doit (int port, const char *service) argument
325 return proto (sock2, service);
333 return doit (port, service);
/freebsd-9.3-release/usr.bin/bluetooth/rfcomm_sppd/
H A Drfcomm_sdp.c63 int service, int *channel, int *error)
67 uint16_t serv = (uint16_t) service;
94 * used to gain access to the service, the ProtocolDescriptorList
98 * A minimal Protocol Descriptor List for RFCOMM based service would
112 * in) for RFCOMM based service would be 12 bytes.
161 * stacks that may be used to gain access to the service described by
162 * the service record. If the ProtocolDescriptorList describes a single
191 * protocol/service multiplexer (PSM) and the RFCOMM server
62 rfcomm_channel_lookup(bdaddr_t const *local, bdaddr_t const *remote, int service, int *channel, int *error) argument
/freebsd-9.3-release/contrib/openresolv/
H A Dconfigure122 echo "Overriding service status check for Arch Linux"
130 if [ -x /sbin/rc-service ]; then
131 RESTARTCMD="/sbin/rc-service -e \1 \&\& /sbin/rc-service \1 -- -Ds restart"
148 printf "Checking for service ... "
149 if [ -x /sbin/service ]; then
151 RESTARTCMD="/sbin/service \1 \&\& /sbin/service \1 restart"
/freebsd-9.3-release/sys/dev/iir/
H A Diir.c160 u_int8_t service, u_int16_t opcode,
167 static int gdt_sync_event(struct gdt_softc *gdt, int service,
169 static int gdt_async_event(struct gdt_softc *gdt, int service);
291 printf("iir%d: Screen service initialization error %d\n",
302 printf("iir%d: Cache service initialization error %d\n",
353 printf("iir%d: Raw service initialization error %d\n",
359 /* Set/get features raw service (scatter/gather) */
375 /* Set/get features cache service (scatter/gather) */
576 u_int8_t service, u_int16_t opcode,
582 gdt, service, opcod
575 gdt_internal_cmd(struct gdt_softc *gdt, struct gdt_ccb *gccb, u_int8_t service, u_int16_t opcode, u_int32_t arg1, u_int32_t arg2, u_int32_t arg3) argument
1594 gdt_async_event(struct gdt_softc *gdt, int service) argument
1653 gdt_sync_event(struct gdt_softc *gdt, int service, u_int8_t index, struct gdt_ccb *gccb) argument
[all...]
/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftp/
H A Dkrb4.c212 char *service, char *host, int checksum)
218 strlcpy(sname, service, sizeof(sname));
224 strlcpy(sname, service, sizeof(sname));
211 mk_auth(struct krb4_data *d, KTEXT adat, char *service, char *host, int checksum) argument
/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftpd/
H A Dkrb4.c212 char *service, char *host, int checksum)
218 strlcpy(sname, service, sizeof(sname));
224 strlcpy(sname, service, sizeof(sname));
211 mk_auth(struct krb4_data *d, KTEXT adat, char *service, char *host, int checksum) argument
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dkrbhst.c61 const char *proto, const char *service, int port)
82 def_port = ntohs(krb5_getportbyname (context, service, proto, 88));
86 snprintf(domain, sizeof(domain), "_%s._%s.%s.", service, proto, realm);
373 const char *proto, const char *service)
378 if (srv_find_realm(context, &res, &count, kd->realm, "SRV", proto, service,
413 * `port' is the default port for the service, and `proto' the
532 krb5plugin_service_locate_ftable *service; local
535 service = _krb5_plugin_get_symbol(e);
536 if (service->minor_version != 0)
539 (*service
59 srv_find_realm(krb5_context context, krb5_krbhst_info ***res, int *count, const char *realm, const char *dns_type, const char *proto, const char *service, int port) argument
372 srv_get_hosts(krb5_context context, struct krb5_krbhst_data *kd, const char *proto, const char *service) argument
[all...]
/freebsd-9.3-release/usr.sbin/faithd/
H A Dfaithd.c94 static const char *service; variable
185 service = sbuf;
187 service = DEFAULT_PORT_NAME;
273 case 1: /* no local service */
274 service = argv[NUMPRT];
281 * Opening wild card socket for this service.
289 error = getaddrinfo(NULL, service, &hints, &res);
340 snprintf(logname, sizeof(logname), "faithd %s", service);
341 snprintf(procname, sizeof(procname), "accepting port %s", service);
343 syslog(LOG_INFO, "Starting faith daemon for %s port", service);
[all...]
/freebsd-9.3-release/sys/netgraph/
H A Dng_pppoe.c223 struct datatag service; member in struct:sess_neg
404 * Routines to match a service. *
408 * Find a hook that has a service string that matches that
412 * Null string is a wildcard (ANY service), according to RFC2516.
425 /* Empty Service-Name matches any service. */
429 /* Special case for a blank or "*" service name (wildcard). */
430 if (neg->service_len == 1 && neg->service.data[0] == '*')
437 if (strncmp((const char *)(tag + 1), neg->service.data,
475 * Find a hook, which name equals to given service.
487 strncmp(svc_name, neg->service
[all...]
/freebsd-9.3-release/lib/librpcsec_gss/
H A Drpcsec_gss.c107 gss_name_t gd_name; /* service name */
121 const char *mechanism, rpc_gss_service_t service, const char *qop,
153 * Default service is integrity.
155 if (service == rpc_gss_svc_default)
156 service = rpc_gss_svc_integrity;
208 gd->gd_cred.gc_svc = service;
228 rpc_gss_set_defaults(AUTH *auth, rpc_gss_service_t service, const char *qop) argument
247 gd->gd_cred.gc_svc = service;
120 rpc_gss_seccreate(CLIENT *clnt, const char *principal, const char *mechanism, rpc_gss_service_t service, const char *qop, rpc_gss_options_req_t *options_req, rpc_gss_options_ret_t *options_ret) argument
H A Dsvc_rpcsec_gss.c121 bool_t cl_locked; /* fixed service+qop */
344 switch (client->cl_rawcred.service) {
723 client->cl_rawcred.service = gc->gc_svc;
742 client->cl_qop, client->rawcred.service);
1026 * The service and sequence number must be ignored for
1041 * Check for valid service.
1141 * particular service+qop pair, enforce that
1145 if (client->cl_rawcred.service != gc.gc_svc) {
1165 * Make sure we use the right service value
1168 client->cl_rawcred.service
[all...]
/freebsd-9.3-release/usr.sbin/inetd/
H A Dbuiltins.c241 /* Discard service -- ignore data */
251 /* Discard service -- ignore data */
274 /* Echo service -- echo data back */
295 /* Echo service -- echo data back */
341 /* Ident service (AKA "auth") */
379 * service to read arguments and use getopt() easily.
739 * services based on the service name sent.
780 char service[MAX_SERV_LEN+1]; local
783 /* Get requested service name */
784 if ((len = getline(s, service, MAX_SERV_LE
[all...]
/freebsd-9.3-release/crypto/openssh/
H A Dsshconnect2.c274 const char *service; member in struct:Authctxt
390 debug2("buggy server: service_accept w/o service");
404 authctxt.service = "ssh-connection"; /* service name */
678 packet_put_cstring(authctxt->service);
733 authctxt->service, "gssapi-with-mic");
879 packet_put_cstring(authctxt->service);
905 packet_put_cstring(authctxt->service);
947 packet_put_cstring(authctxt->service);
1049 authctxt->service);
1520 const char *service; local
[all...]
/freebsd-9.3-release/gnu/usr.bin/cc/doc/
H A DMakefile18 gcov.texi trouble.texi bugreport.texi service.texi \
/freebsd-9.3-release/crypto/heimdal/kadmin/
H A Dkadm_conn.c48 add_kadm_port(krb5_context context, const char *service, unsigned int port) argument
58 p->port = strdup(service);
74 * otherwise it's port|service[/protocol]

Completed in 190 milliseconds

123456