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

1234567

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dhttp_negotiate.c69 const char* service; local
72 of form "<service>/<fqdn>" instead of <service>@<fqdn> (ie. slash instead
76 /* IIS uses the <service>@<fqdn> form but uses 'http' as the service name */
79 service = "KHTTP";
81 service = "HTTP";
83 token.length = strlen(service) + 1 + strlen(proxy ? conn->proxy.name :
88 snprintf(name, sizeof(name), "%s@%s", service, proxy ? conn->proxy.name :
H A Dsocks_sspi.c179 char *service = data->set.str[STRING_SOCKS5_GSSAPI_SERVICE]; local
189 /* prepare service name */
190 if(strchr(service, '/')) {
191 service_name = malloc(strlen(service));
194 memcpy(service_name, service, strlen(service));
197 service_name = malloc(strlen(service) + strlen(conn->proxy.name) + 2);
200 snprintf(service_name,strlen(service) +strlen(conn->proxy.name)+2,"%s/%s",
201 service,conn->proxy.name);
H A Dasyn-thread.c275 char service [NI_MAXSERV]; local
278 snprintf(service, sizeof(service), "%d", tsd->port);
280 rc = Curl_getaddrinfo_ex(tsd->hostname, service, &tsd->hints, &tsd->res);
432 return "The service passed was not recognized for the "
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/irda/
H A Dirlmp.c676 * The service user is requesting disconnection, this will not remove the
782 * Inform service user
1298 * Inform service user if he has requested it
1378 * Function irlmp_service_to_hint (service)
1380 * Converts a service type, to a hint bit
1382 * Returns: a 16 bit hint value, with the service bit set
1384 __u16 irlmp_service_to_hint(int service) argument
1388 hint.byte[0] = service_hint_mapping[service][0];
1389 hint.byte[1] = service_hint_mapping[service][1];
1396 * Function irlmp_register_service (service)
1403 irlmp_service_t *service; local
1432 irlmp_service_t *service; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A DMakefile.am72 browse-service-type.c \
73 browse-service.c \
74 resolve-service.c \
H A DMakefile128 browse-service-type.c browse-service.c resolve-service.c dns.c \
151 libavahi_core_la-browse-service-type.lo \
152 libavahi_core_la-browse-service.lo \
153 libavahi_core_la-resolve-service.lo libavahi_core_la-dns.lo \
499 browse-service-type.c browse-service.c resolve-service.c dns.c \
702 include ./$(DEPDIR)/libavahi_core_la-browse-service
[all...]
H A DMakefile.in128 browse-service-type.c browse-service.c resolve-service.c dns.c \
151 libavahi_core_la-browse-service-type.lo \
152 libavahi_core_la-browse-service.lo \
153 libavahi_core_la-resolve-service.lo libavahi_core_la-dns.lo \
499 browse-service-type.c browse-service.c resolve-service.c dns.c \
702 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libavahi_core_la-browse-service
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_multiport.c261 const struct servent *service; local
263 if ((service = getservbyport(htons(port), proto_to_name(proto))))
264 return service->s_name;
272 const char *service; local
274 if (numeric || (service = port_to_service(port, protocol)) == NULL)
277 printf("%s", service);
H A Dlibxt_sctp.c300 const struct servent *service; local
302 if ((service = getservbyport(htons(port), "sctp")))
303 return service->s_name;
311 const char *service; local
313 if (numeric || (service = port_to_service(port)) == NULL)
316 printf("%s", service);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/iptables-1.x/extensions/
H A Dlibip6t_sctp.c326 struct servent *service; local
328 if ((service = getservbyport(htons(port), "sctp")))
329 return service->s_name;
337 char *service; local
339 if (numeric || (service = port_to_service(port)) == NULL)
342 printf("%s", service);
H A Dlibipt_sctp.c326 struct servent *service; local
328 if ((service = getservbyport(htons(port), "sctp")))
329 return service->s_name;
337 char *service; local
339 if (numeric || (service = port_to_service(port)) == NULL)
342 printf("%s", service);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc64/prom/
H A Dp1275.c39 long p1275_cmd(const char *service, long fmt, ...) argument
51 p1275buf.prom_args[0] = (unsigned long)p; /* service */
52 strcpy (p, service);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-powerpc/
H A Drtas.h161 extern int rtas_token(const char *service);
162 extern int rtas_service_present(const char *service);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/pci/
H A Dpcbios.c19 /* PCI service signature: "$PCI" */
51 * Physical address of the service directory. I don't know if we're
63 * Returns the entry point for the given service, NULL on error
66 static unsigned long bios32_service(unsigned long service) argument
80 : "0" (service),
89 printk(KERN_WARNING "bios32_service(0x%lx): not present\n", service);
93 service, return_code);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/dnsmasq-2.15/
H A Ddnsmasq-rh.spec96 service dnsmasq stop >/dev/null 2>&1
112 service dnsmasq restart >/dev/null 2>&1
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/sunrpc/auth_gss/
H A Dgss_krb5_mech.c216 .service = RPC_GSS_SVC_NONE,
221 .service = RPC_GSS_SVC_INTEGRITY,
226 .service = RPC_GSS_SVC_PRIVACY,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/runit/
H A Drunsvdir.c38 struct service { struct
45 struct service *sv;
145 /* new service */
146 struct service *svnew = realloc(sv, (i+1) * sizeof(*sv));
242 warnx("log service disabled");
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/uams/
H A Duams_gss.c144 char *fqdn, *service, *principal, *p; local
154 if (uam_afpserver_option(obj, UAM_OPTION_KRB5SERVICE, (void *)&service, &servicelen) < 0)
156 LOG(log_debug, logtype_uams, "get_afpd_principal: service: %s", service);
159 if (!service || !servicelen || !fqdn || !fqdnlen) {
176 * Format: 'service@fqdn'
178 strlcpy( principal, service, principal_length);
211 /* Importing our service principal failed, bail out. */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/include/
H A Dsmb_macros.h106 /* the service number for the [globals] defaults */
108 /* translates a connection number into a service number */
109 #define SNUM(conn) ((conn)?(conn)->service:GLOBAL_SECTION_SNUM)
112 /* access various service details */
120 #define CAN_PRINT(conn) ((conn) && lp_print_ok((conn)->service))
121 #define MAP_HIDDEN(conn) ((conn) && lp_map_hidden((conn)->service))
122 #define MAP_SYSTEM(conn) ((conn) && lp_map_system((conn)->service))
123 #define MAP_ARCHIVE(conn) ((conn) && lp_map_archive((conn)->service))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/client/
H A Dsmbmount.c38 static pstring service; variable
406 DEBUG(0, ("mount.smbfs: entering daemon mode for service %s, pid=%d\n", the_service, sys_getpid()));
445 c = do_connection(service);
457 pstrcpy(svc2, service);
538 send_fs_socket(service, mount_point, c);
665 printf("Usage: mount.smbfs service mountpoint [-o options,...]\n");
734 pstrcpy(service, argv[1]);
737 /* Convert any '/' characters in the service name to
739 string_replace(service, '/','\\');
848 if (!*service) {
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/python/
H A Dpy_smb.c127 static char *kwlist[] = { "service", NULL };
128 char *service; local
131 if (!PyArg_ParseTupleAndKeywords(args, kw, "s", kwlist, &service))
135 cli->cli, service, strequal(service, "IPC$") ? "IPC" :
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/atm/
H A Deni.h81 void __iomem *service; /* service list */ member in struct:eni_dev
91 u32 serv_read; /* host service read index */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/modules/
H A Dvfs_recycle.c35 static int recycle_connect(vfs_handle_struct *handle, connection_struct *conn, const char *service, const char *user);
51 static int recycle_connect(vfs_handle_struct *handle, connection_struct *conn, const char *service, const char *user) argument
53 DEBUG(10,("recycle_connect() connect to service[%s] as user[%s].\n",
54 service,user));
56 return SMB_VFS_NEXT_CONNECT(handle, conn, service, user);
61 DEBUG(10,("recycle_disconnect() connect to service[%s].\n",
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/bluetooth/bnep/
H A Dbnep.h92 __u8 service[0]; member in struct:bnep_setup_conn_req
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/smbd/
H A Dconn.c115 if (conn->service == snum) {
368 if (strequal(lp_servicename(conn->service), sharename)) {

Completed in 508 milliseconds

1234567