Searched refs:domain (Results 51 - 75 of 483) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-sharp/
H A DServiceBrowser.cs31 IntPtr name, IntPtr type, IntPtr domain, LookupResultFlags flags,
74 private string domain; field in class:Avahi.ServiceBrowser
84 byte[] domain, LookupFlags flags,
124 public ServiceBrowser (Client client, string type, string domain) : this (client, -1, Protocol.Unspecified, argument
125 type, domain, LookupFlags.None)
129 public ServiceBrowser (Client client, int iface, Protocol proto, string type, string domain, LookupFlags flags) argument
134 this.domain = domain;
158 Utility.StringToBytes (type), Utility.StringToBytes (domain),
179 IntPtr name, IntPtr type, IntPtr domain, LookupResultFlag
30 ServiceBrowserCallback(IntPtr browser, int iface, Protocol proto, BrowserEvent bevent, IntPtr name, IntPtr type, IntPtr domain, LookupResultFlags flags, IntPtr userdata) argument
83 avahi_service_browser_new(IntPtr client, int iface, int proto, byte[] type, byte[] domain, LookupFlags flags, ServiceBrowserCallback cb, IntPtr userdata) argument
178 OnServiceBrowserCallback(IntPtr browser, int iface, Protocol proto, BrowserEvent bevent, IntPtr name, IntPtr type, IntPtr domain, LookupResultFlags flags, IntPtr userdata) argument
[all...]
H A DServiceTypeBrowser.cs30 IntPtr type, IntPtr domain, LookupResultFlags flags,
66 private string domain; field in class:Avahi.ServiceTypeBrowser
75 byte[] domain, LookupFlags flags,
115 public ServiceTypeBrowser (Client client, string domain) : this (client, -1, Protocol.Unspecified, argument
116 domain, LookupFlags.None)
120 public ServiceTypeBrowser (Client client, int iface, Protocol proto, string domain, LookupFlags flags) argument
125 this.domain = domain;
148 Utility.StringToBytes (domain), flags,
169 IntPtr type, IntPtr domain, LookupResultFlag
29 ServiceTypeBrowserCallback(IntPtr browser, int iface, Protocol proto, BrowserEvent bevent, IntPtr type, IntPtr domain, LookupResultFlags flags, IntPtr userdata) argument
74 avahi_service_type_browser_new(IntPtr client, int iface, int proto, byte[] domain, LookupFlags flags, ServiceTypeBrowserCallback cb, IntPtr userdata) argument
168 OnServiceTypeBrowserCallback(IntPtr browser, int iface, Protocol proto, BrowserEvent bevent, IntPtr type, IntPtr domain, LookupResultFlags flags, IntPtr userdata) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/dnsmasq/
H A Dforward.c44 char *domain = NULL; local
54 domain = forward->sentto->domain;
64 /* If the query ends in the domain in one of our servers, set
65 domain to point to that name. We find the largest match to allow both
66 domain.org and sub.domain.org to exist. */
73 if (serv->domain)
75 unsigned int domainlen = strlen(serv->domain);
77 strcmp(dnamebuff + namelen - domainlen, serv->domain)
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/utils/
H A Dntlm_auth_proto.h13 const char *domain,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-compat-howl/
H A Dbrowse-domain-test.c42 sw_const_string domain,
47 fprintf(stderr, "new domain %s\n", domain);
51 fprintf(stderr, "removed domain %s\n", domain);
55 fprintf(stderr, "some kind of failure happened: %s\n", domain);
35 reply( AVAHI_GCC_UNUSED sw_discovery discovery, AVAHI_GCC_UNUSED sw_discovery_oid oid, sw_discovery_browse_status status, AVAHI_GCC_UNUSED sw_uint32 interface_index, AVAHI_GCC_UNUSED sw_const_string name, AVAHI_GCC_UNUSED sw_const_string type, sw_const_string domain, AVAHI_GCC_UNUSED sw_opaque extra) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/udhcpd/samples/
H A Dsimple.script31 [ -n "$domain" ] && echo search $domain >> $RESOLV_CONF
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgpg-error-1.10/src/
H A Dinit.h34 int load_failed; /* True if loading the domain failed. */
35 struct loaded_domain *domain; /* NULL if not loaded. Never changed member in struct:domainlist_s
37 char name[1]; /* Name of the domain. Never changed
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/examples/udhcp/
H A Dsimple.script32 [ -n "$domain" ] && echo search $domain >> $RESOLV_CONF
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-common/
H A Ddomain-test.c30 #include "domain.h"
38 char name[64], type[AVAHI_DOMAIN_NAME_MAX], domain[AVAHI_DOMAIN_NAME_MAX]; local
61 avahi_service_name_split(t, name, sizeof(name), type, sizeof(type), domain, sizeof(domain));
62 printf("name: <%s>; type: <%s>; domain <%s>\n", name, type, domain);
67 avahi_service_name_split(t, NULL, 0, type, sizeof(type), domain, sizeof(domain));
68 printf("name: <>; type: <%s>; domain <%s>\n", type, domain);
[all...]
H A DMakefile.am31 domain.h \
47 domain-test \
64 domain.c domain.h \
86 domain.c domain.h \
93 domain.c domain.h \
96 domain-test.c \
H A Ddomain.h25 /** \file domain.h Domain name handling functions */
34 /** The maximum length of a a fully escaped domain name C string. This
37 * (non-escaped) dots, we comprise our maximum-length domain name of
39 * four labels quadruples their length at maximum. An escaped domain
50 /** Normalize a domain name into canonical form. This drops trailing
54 /** Normalize a domain name into canonical form. This drops trailing
63 /** Return 1 when the specified domain names are equal, 0 otherwise */
66 /** Return some kind of hash value for the domain, useful for using domains as hash table keys. */
73 /** Read the first label from the textual domain name *name, unescape
77 /** Escape the domain nam
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-python/
H A Davahi-bookmarks.in41 domain = "local"
68 global domain, use_CGI
70 browser = dbus.Interface(self.bus.get_object(avahi.DBUS_NAME, self.server.ServiceBrowserNew(avahi.IF_UNSPEC, avahi.PROTO_UNSPEC, stype, domain, dbus.UInt32(0))), avahi.DBUS_INTERFACE_SERVICE_BROWSER)
91 global domain
93 t = '<html><head><title>%s Zeroconf Bookmarks</title></head><body><h1>%s Zeroconf Bookmarks</h1>' % (domain, domain)
96 t += '<p>Sorry, no Zeroconf web services have been registered on the %s domain.</p>' % domain
117 def new_service(self, interface, protocol, name, type, domain, flags):
119 interface, protocol, name, type, domain, hos
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Ddcigettext.c265 struct loaded_l10nfile *domain; member in struct:known_translation_t
317 /* Name of the default domain used for gettext(3) prior any call to
322 /* Value used as the default domain for gettext(3). */
348 static char *plural_lookup (struct loaded_l10nfile *domain,
494 struct loaded_l10nfile *domain; local
530 /* If DOMAINNAME is NULL, we are interested in the default domain. If
592 retval = plural_lookup ((*foundp)->domain, n, (*foundp)->translation,
723 domain. Return the MSGID. */
730 domain = _nl_find_domain (dirname, single_locale, xdomainname, binding);
732 if (domain !
891 struct loaded_domain *domain; local
1381 plural_lookup(struct loaded_l10nfile *domain, unsigned long int n, const char *translation, size_t translation_len) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-client/
H A Dpublish.h95 const char *domain /**< The domain to register this domain in. We recommend to pass NULL here, to let the daemon decide */,
108 const char *domain,
121 const char *domain /**< The domain this service resides is, as passed to avahi_entry_group_add_service(). May be NULL. */,
132 const char *domain /**< The domain this service resides is, as passed to avahi_entry_group_add_service(). May be NULL. */,
143 const char *domain,
H A Dlookup.h45 /** A domain browser object */
54 const char *domain,
63 const char *domain,
90 const char *domain,
110 const char *domain, /**< A domain to browse in. In most cases you want to pass NULL here for the default domain (usually ".local") */
134 const char *domain,
143 const char *domain,
169 const char *domain,
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-utils/
H A Davahi-browse.c39 #include <avahi-common/domain.h>
66 char *domain; member in struct:Config
83 char *name, *type, *domain; member in struct:ServiceInfo
128 static ServiceInfo *find_service(AvahiIfIndex interface, AvahiProtocol protocol, const char *name, const char *type, const char *domain) { argument
136 avahi_domain_equal(i->domain, domain))
143 static void print_service_line(Config *config, char c, AvahiIfIndex interface, AvahiProtocol protocol, const char *name, const char *type, const char *domain, int nl) { argument
159 avahi_escape_label(name, strlen(name), &e, &l), type, domain, nl ? "\n" : "");
166 n_columns-35, name, type, domain);
177 const char *domain,
170 service_resolver_callback( AvahiServiceResolver *r, AvahiIfIndex interface, AvahiProtocol protocol, AvahiResolverEvent event, const char *name, const char *type, const char *domain, const char *host_name, const AvahiAddress *a, uint16_t port, AvahiStringList *txt, AVAHI_GCC_UNUSED AvahiLookupResultFlags flags, void *userdata) argument
237 add_service(Config *c, AvahiIfIndex interface, AvahiProtocol protocol, const char *name, const char *type, const char *domain) argument
280 service_browser_callback( AvahiServiceBrowser *b, AvahiIfIndex interface, AvahiProtocol protocol, AvahiBrowserEvent event, const char *name, const char *type, const char *domain, AvahiLookupResultFlags flags, void *userdata) argument
340 browse_service_type(Config *c, const char *stype, const char *domain) argument
372 service_type_browser_callback( AvahiServiceTypeBrowser *b, AVAHI_GCC_UNUSED AvahiIfIndex interface, AVAHI_GCC_UNUSED AvahiProtocol protocol, AvahiBrowserEvent event, const char *type, const char *domain, AVAHI_GCC_UNUSED AvahiLookupResultFlags flags, void *userdata) argument
436 domain_browser_callback( AvahiDomainBrowser *b, AVAHI_GCC_UNUSED AvahiIfIndex interface, AVAHI_GCC_UNUSED AvahiProtocol protocol, AvahiBrowserEvent event, const char *domain, AVAHI_GCC_UNUSED AvahiLookupResultFlags flags, void *userdata) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsgfmt.c103 /* Name of domain these ID/String pairs are part of. */
107 /* Link to the next domain. */
126 /* Check that domain directives can be satisfied. */
154 { "check-domain", no_argument, NULL, CHAR_MAX + 2 },
204 struct msg_domain *domain; local
220 /* Set the text message domain. */
306 case CHAR_MAX + 2: /* --check-domain */
494 /* The -o option determines the name of the domain and therefore
506 /* Remember that we currently have not specified any domain. This
523 for (domain
796 struct msg_domain *domain; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/nsswitch/
H A Dwinbindd_ads.c34 return our ads connections structure for a domain. We keep the connection
37 static ADS_STRUCT *ads_cached_connection(struct winbindd_domain *domain) argument
42 if (domain->private) {
43 ads = (ADS_STRUCT *)domain->private;
57 domain->private = NULL;
64 ads = ads_init(domain->alt_name, domain->name, NULL);
66 DEBUG(1,("ads_init for domain %s failed\n", domain->name));
80 DEBUG(1,("ads_connect for domain
110 query_user_list(struct winbindd_domain *domain, TALLOC_CTX *mem_ctx, uint32 *num_entries, WINBIND_USERINFO **info) argument
212 enum_dom_groups(struct winbindd_domain *domain, TALLOC_CTX *mem_ctx, uint32 *num_entries, struct acct_info **info) argument
306 enum_local_groups(struct winbindd_domain *domain, TALLOC_CTX *mem_ctx, uint32 *num_entries, struct acct_info **info) argument
371 query_user(struct winbindd_domain *domain, TALLOC_CTX *mem_ctx, const DOM_SID *sid, WINBIND_USERINFO *info) argument
447 lookup_usergroups_alt(struct winbindd_domain *domain, TALLOC_CTX *mem_ctx, const char *user_dn, DOM_SID *primary_group, uint32 *num_groups, DOM_SID ***user_gids) argument
542 lookup_usergroups(struct winbindd_domain *domain, TALLOC_CTX *mem_ctx, const DOM_SID *sid, uint32 *num_groups, DOM_SID ***user_gids) argument
640 lookup_groupmem(struct winbindd_domain *domain, TALLOC_CTX *mem_ctx, const DOM_SID *group_sid, uint32 *num_names, DOM_SID ***sid_mem, char ***names, uint32 **name_types) argument
788 sequence_number(struct winbindd_domain *domain, uint32 *seq) argument
818 trusted_domains(struct winbindd_domain *domain, TALLOC_CTX *mem_ctx, uint32 *num_domains, char ***names, char ***alt_names, DOM_SID **dom_sids) argument
895 domain_sid(struct winbindd_domain *domain, DOM_SID *sid) argument
926 alternate_name(struct winbindd_domain *domain) argument
[all...]
H A Dwinbindd_rpc.c32 /* Query display info for a domain. This returns enough information plus a
33 bit extra to give an overview of domain users for the User Manager
35 static NTSTATUS query_user_list(struct winbindd_domain *domain, argument
57 if ( !NT_STATUS_IS_OK(result = cm_get_sam_handle(domain, &hnd)) )
60 /* Get domain handle */
63 des_access, &domain->sid, &dom_pol);
119 (*info)[i].user_sid = rid_to_talloced_sid(domain, mem_ctx, rid );
129 (*info)[i].group_sid = rid_to_talloced_sid(domain,
145 /* list all domain groups */
146 static NTSTATUS enum_dom_groups(struct winbindd_domain *domain, argument
214 enum_local_groups(struct winbindd_domain *domain, TALLOC_CTX *mem_ctx, uint32 *num_entries, struct acct_info **info) argument
275 msrpc_name_to_sid(struct winbindd_domain *domain, TALLOC_CTX *mem_ctx, const char *domain_name, const char *name, DOM_SID *sid, enum SID_NAME_USE *type) argument
324 msrpc_sid_to_name(struct winbindd_domain *domain, TALLOC_CTX *mem_ctx, const DOM_SID *sid, char **domain_name, char **name, enum SID_NAME_USE *type) argument
362 query_user(struct winbindd_domain *domain, TALLOC_CTX *mem_ctx, const DOM_SID *user_sid, WINBIND_USERINFO *user_info) argument
461 lookup_usergroups(struct winbindd_domain *domain, TALLOC_CTX *mem_ctx, const DOM_SID *user_sid, uint32 *num_groups, DOM_SID ***user_grpsids) argument
565 msrpc_lookup_useraliases(struct winbindd_domain *domain, TALLOC_CTX *mem_ctx, uint32 num_sids, DOM_SID **sids, uint32 *num_aliases, uint32 **alias_rids) argument
627 lookup_groupmem(struct winbindd_domain *domain, TALLOC_CTX *mem_ctx, const DOM_SID *group_sid, uint32 *num_names, DOM_SID ***sid_mem, char ***names, uint32 **name_types) argument
820 get_ldap_sequence_number( const char* domain, uint32 *seq) argument
866 sequence_number(struct winbindd_domain *domain, uint32 *seq) argument
958 trusted_domains(struct winbindd_domain *domain, TALLOC_CTX *mem_ctx, uint32 *num_domains, char ***names, char ***alt_names, DOM_SID **dom_sids) argument
1021 domain_sid(struct winbindd_domain *domain, DOM_SID *sid) argument
1059 alternate_name(struct winbindd_domain *domain) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-compat-howl/samples/
H A Dbrowse.c41 sw_const_string domain,
58 fprintf(stderr, "resolve reply: 0x%x %s %s %s %s %d\n", interface_index, name, type, domain, sw_ipv4_address_name(address, name_buf, 16), port);
88 sw_const_string domain,
127 fprintf(stderr, "browse reply: Add Service 0x%x %s %s %s\n", interface_index, name, type, domain);
128 if (sw_discovery_resolve(discovery, interface_index, name, type, domain, my_resolver, NULL, &rid) != SW_OKAY)
138 fprintf(stderr, "remove service: 0x%x %s %s %s\n", interface_index, name, type, domain);
35 my_resolver( sw_discovery discovery, sw_discovery_oid oid, sw_uint32 interface_index, sw_const_string name, sw_const_string type, sw_const_string domain, sw_ipv4_address address, sw_port port, sw_octets text_record, sw_uint32 text_record_len, sw_opaque_t extra) argument
81 my_browser( sw_discovery discovery, sw_discovery_oid oid, sw_discovery_browse_status status, sw_uint32 interface_index, sw_const_string name, sw_const_string type, sw_const_string domain, sw_opaque_t extra) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dpublish.h117 const char *domain,
131 const char *domain,
145 const char *domain, /**< Specify the main type of the service you already added here */
157 const char *domain,
169 const char *domain,
173 int avahi_server_get_group_of_service(AvahiServer *s, AvahiIfIndex interface, AvahiProtocol protocol, const char *name, const char *type, const char *domain, AvahiSEntryGroup** ret_group);
H A Dlookup.h39 /** A local domain browsing object. May be used to enumerate domains used on the local LAN */
73 AvahiLookupFlags flags, /**< Lookup flags. Must have set either AVAHI_LOOKUP_FORCE_WIDE_AREA or AVAHI_LOOKUP_FORCE_MULTICAST, since domain based detection is not available here. */
135 const char *domain,
144 const char *domain,
160 const char *domain,
169 const char *domain,
185 const char *domain /**< Domain of this service, e.g. "local" */,
195 const char *domain,
211 const char *domain,
226 const char *domain,
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dmsgfmt-113 #default domain "messages.mo"
21 domain "help_dom"
25 domain "error_dom"
32 #default domain "messages.mo"
36 domain "error_dom"
42 domain "window_dom"
H A Dmsgfmt-225 #default domain "messages.mo"
33 domain "help_dom"
37 domain "error_dom"
44 #default domain "messages.mo"
48 domain "error_dom"
54 domain "window_dom"
H A Dmsggrep-23 # Test --domain option.
10 domain "de"
81 domain "fr"
164 domain "de"
180 domain "fr"

Completed in 251 milliseconds

1234567891011>>