Searched refs:service (Results 26 - 50 of 160) sorted by relevance

1234567

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.07.26/
H A Dupnpevents.h22 upnp_event_var_change_notify(enum subscriber_service_enum service);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/examples/scripts/python/
H A DSambaConfig.py67 ## simple test for global or service parameter scope
198 ## Add a parameter to a specific service
200 service = string.upper(servicename)
202 self.services[service]['_order_'].append( parm )
203 self.services[service][parm] = SambaParameter( parm, value, comment )
206 ## remove a service from the config file
208 service = string.upper(servicename)
209 self.services[service] = None
212 ## remove a service from the config file
214 service
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/pam_smbpass/
H A Dsupport.c142 /* initialize service file location */
171 _log_err( LOG_ERR, "Error loading service file %s", service_file );
261 const char *service = NULL; local
284 pam_get_item( pamh, PAM_SERVICE, (const void **) &service );
287 "from %s for service %s as %s(%d)"
291 , service == NULL ? "**unknown**" : service
295 , "service(%s) ignoring max retries; %d > %d"
296 , service == NULL ? "**unknown**" : service
338 const char *service; local
372 const char *service; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dmpegtsenc.c42 int sid; /* service ID */
157 /* default network id, transport stream and service identifiers */
172 struct MpegTSService *service; member in struct:MpegTSWriteStream
184 MpegTSService *service; local
190 service = ts->services[i];
191 put16(&q, service->sid);
192 put16(&q, 0xe000 | service->pmt.pid);
198 static void mpegts_write_pmt(AVFormatContext *s, MpegTSService *service) argument
205 put16(&q, 0xe000 | service->pcr_pid);
295 mpegts_write_section1(&service
319 MpegTSService *service; local
359 MpegTSService *service; local
383 MpegTSService *service; local
788 MpegTSService *service; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/uams/uams_krb4/
H A Dkuam.c31 * service and stores the returned ticket and session key for future
35 * the client who will use the ticket. The "service" and "sinstance"
66 * string service service's name
67 * string sinstance service's instance
70 kuam_get_in_tkt(user, instance, realm, service, sinstance, life, rpkt )
74 char *service;
115 (void) strcpy((char *)(pkt->dat+pkt->length),service);
116 pkt->length += 1 + strlen(service);
151 kuam_set_in_tkt( user, instance, realm, service, sinstanc
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-daemon/
H A Dstatic-services.c213 avahi_log_warn("Failed to publish service \"%s\" (%s): %s", g->chosen_name, g->filename, avahi_strerror(avahi_server_errno(s)));
229 /* This service group is already registered in the server */
259 avahi_log_error("Failed to add service '%s' of type '%s', ignoring service group (%s): %s",
276 avahi_log_error("Failed to add subtype '%s' for service '%s' of type '%s', ignoring subtype (%s): %s",
308 StaticService *service; member in struct:xml_userdata
326 if (u->current_tag == XML_TAG_INVALID && strcmp(el, "service-group") == 0) {
345 } else if (u->current_tag == XML_TAG_SERVICE_GROUP && strcmp(el, "service") == 0) {
348 assert(!u->service);
349 u->service
[all...]
H A Davahi-dbus.conf6 <!-- Only root or user root can own the Avahi service -->
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_udp.c66 const struct servent *service; local
68 if ((service = getservbyport(htons(port), "udp")))
69 return service->s_name;
77 const char *service; local
79 if (numeric || (service = port_to_service(port)) == NULL)
82 printf("%s", service);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/iptables-1.x/extensions/
H A Dlibip6t_udp.c117 struct servent *service; local
119 if ((service = getservbyport(htons(port), "udp")))
120 return service->s_name;
128 char *service; local
130 if (numeric || (service = port_to_service(port)) == NULL)
133 printf("%s", service);
H A Dlibipt_udp.c117 struct servent *service; local
119 if ((service = getservbyport(htons(port), "udp")))
120 return service->s_name;
128 char *service; local
130 if (numeric || (service = port_to_service(port)) == NULL)
133 printf("%s", service);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-gobject/
H A DMakefile.am36 ga-service-browser.h \
37 ga-service-resolver.h
59 ga-service-browser.c ga-service-browser.h \
60 ga-service-resolver.c ga-service-resolver.h
H A Dga-entry-group.h148 void ga_entry_group_service_freeze(GaEntryGroupService * service);
150 /* Set a key in the service record. If the service isn't frozen it's committed
152 gboolean ga_entry_group_service_set(GaEntryGroupService * service,
156 gboolean ga_entry_group_service_set_arbitrary(GaEntryGroupService * service,
160 /* Remove one key from the service record */
161 gboolean ga_entry_group_service_remove_key(GaEntryGroupService * service,
164 /* Update the txt record of the frozen service */
165 gboolean ga_entry_group_service_thaw(GaEntryGroupService * service, GError ** error);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/service-type-database/
H A DMakefile.in57 @HAVE_GDBM_TRUE@@HAVE_PYTHON_TRUE@am__append_1 = service-types.db
58 @HAVE_DBM_TRUE@@HAVE_PYTHON_TRUE@am__append_2 = service-types.db.pag service-types.db.dir
59 subdir = service-type-database
311 EXTRA_DIST = build-db.in service-types
312 pkgdata_DATA = service-types
316 @HAVE_DBM_TRUE@@HAVE_PYTHON_TRUE@CLEANFILES = service-types.db* build-db
317 @HAVE_GDBM_TRUE@@HAVE_PYTHON_TRUE@CLEANFILES = service-types.db build-db
330 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign service-type-database/Makefile'; \
332 $(AUTOMAKE) --foreign service
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/files/
H A Davahi-daemon.init13 cp -f /usr/config/avahi/services/http.service $AVAHI_SERVICES_CONF_DIR/
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/boot/
H A Dof.c33 static int call_prom(const char *service, int nargs, int nret, ...) argument
37 const char *service; member in struct:prom_args
44 args.service = service;
62 static int call_prom_ret(const char *service, int nargs, int nret, argument
67 const char *service; member in struct:prom_args
74 args.service = service;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wireless/zd1211rw/
H A Dzd_ieee80211.h43 __le16 service; member in struct:ofdm_plcp_header
64 u8 service; member in struct:cck_plcp_header
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/prebuilt/WW/etc/init.d/
H A Davahi-daemon13 cp -f /usr/config/avahi/services/http.service $AVAHI_SERVICES_CONF_DIR/
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dsocks_gssapi.c124 gss_buffer_desc service = GSS_C_EMPTY_BUFFER; local
144 /* prepare service name */
146 service.value = malloc(strlen(serviceptr));
147 if(!service.value)
149 service.length = strlen(serviceptr);
150 memcpy(service.value, serviceptr, service.length);
152 gss_major_status = gss_import_name(&gss_minor_status, &service,
156 service.value = malloc(strlen(serviceptr) +strlen(conn->proxy.name)+2);
157 if(!service
[all...]
H A Dkrb5.c169 const char *service = "ftp", *srv_host = "host"; local
192 /* this loop will execute twice (once for service, once for host) */
195 if(service == srv_host) {
209 service, host);
214 if(service == srv_host) {
215 Curl_failf(data, "Error importing service name %s",
219 service = srv_host;
306 if(ret == AUTH_OK || service == srv_host)
309 service = srv_host;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-sharp/
H A DServiceBrowser.cs53 private ServiceInfo service; field in class:Avahi.ServiceInfoArgs
56 get { return service; }
59 public ServiceInfoArgs (ServiceInfo service) argument
61 this.service = service;
H A DServiceResolver.cs111 public ServiceResolver (Client client, ServiceInfo service) : this (client, service.NetworkInterface, argument
112 service.Protocol, service.Name,
113 service.ServiceType, service.Domain,
115 GetLookupFlags (service.Flags))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/smbd/
H A Duid.c64 const char *service = lp_servicename(conn->service); local
65 BOOL read_only_ret = lp_readonly(conn->service);
67 if (!service)
70 str_list_copy(&list, lp_readlist(conn->service));
75 if (!str_list_substitute(list, "%S", service)) {
76 DEBUG(0, ("is_share_read_only_for_user: ERROR: read list service substitution failed\n"));
84 str_list_copy(&list, lp_writelist(conn->service));
89 if (!str_list_substitute(list, "%S", service)) {
90 DEBUG(0, ("is_share_read_only_for_user: ERROR: write list service substitutio
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/examples/
H A DMakefile56 #noinst_PROGRAMS = core-publish-service$(EXEEXT) \
60 ## client-publish-service \
85 ##am__EXEEXT_1 = client-publish-service$(EXEEXT) \
99 am__client_publish_service_SOURCES_DIST = client-publish-service.c
100 #am_client_publish_service_OBJECTS = client_publish_service-client-publish-service.$(OBJEXT)
119 core_publish_service-core-publish-service.$(OBJEXT)
371 core_publish_service_SOURCES = core-publish-service.c
377 #client_publish_service_SOURCES = client-publish-service.c
432 client-publish-service$(EXEEXT): $(client_publish_service_OBJECTS) $(client_publish_service_DEPENDENCIES)
433 @rm -f client-publish-service
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/man/
H A DMakefile.am30 avahi.service.5 \
44 avahi.service.5.xml \
131 avahi.service.5.xml: avahi.service.5.xml.in Makefile
191 avahi.service.5: avahi.service.5.xml Makefile
227 avahi.service.5.xml.in \
248 rm -f avahi-resolve-host-name.1 avahi-resolve-address.1 avahi-browse-domains.1 avahi-publish-address.1 avahi-publish-service.1 bvnc.1 && \
254 $(LN_S) avahi-publish.1 avahi-publish-service.1
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dbrowse-service.c66 char service[AVAHI_LABEL_MAX], type[AVAHI_DOMAIN_NAME_MAX], domain[AVAHI_DOMAIN_NAME_MAX]; local
73 if (avahi_service_name_split(record->data.ptr.name, service, sizeof(service), type, sizeof(type), domain, sizeof(domain)) < 0) {
78 b->callback(b, interface, protocol, event, service, type, domain, flags, b->userdata);

Completed in 311 milliseconds

1234567