Searched refs:domain (Results 201 - 225 of 483) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/sys/netatalk/
H A Dat.h128 extern struct domain atalkdomain;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dtipc.h185 __u32 domain; /* 0: own zone */ member in struct:sockaddr_tipc::__anon10371::__anon10372
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/dnsmasq-2.33/src/
H A Dforward.c112 unsigned short qtype, char *qdomain, int *type, char **domain)
115 /* If the query ends in the domain in one of our servers, set
116 domain to point to that name. We find the largest match to allow both
117 domain.org and sub.domain.org to exist. */
125 /* domain matches take priority over NODOTS matches */
150 unsigned int domainlen = strlen(serv->domain);
153 hostname_isequal(matchstart, serv->domain) &&
155 (domainlen == 0 || namelen == domainlen || *(serv->domain) == '.' || *(matchstart-1) == '.' ))
159 *domain
111 search_servers(struct daemon *daemon, time_t now, struct all_addr **addrpp, unsigned short qtype, char *qdomain, int *type, char **domain) argument
205 char *domain = NULL; local
741 char *domain = NULL; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/auth/
H A Dauth_server.c233 * Check that the requested domain is not our own machine name.
238 if(is_myname(user_info->domain.str)) {
239 DEBUG(3,("check_smbserver_security: Requested domain was for this machine.\n"));
299 (char *)badpass, sizeof(badpass), user_info->domain.str)) {
349 user_info->domain.str)) {
362 user_info->domain.str)) {
H A Dauth_sam.c365 is_local_name = is_myname(user_info->domain.str);
366 is_my_domain = strequal(user_info->domain.str, lp_workgroup());
368 /* check whether or not we service this domain/workgroup name */
375 user_info->domain.str, (lp_server_role() == ROLE_DOMAIN_MEMBER
382 DEBUG(6,("check_samstrict_security: %s is not one of my local names or domain name (DC)\n",
383 user_info->domain.str));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ocfs2/dlm/
H A Ddlmfs.c417 struct qstr *domain = &dentry->d_name; local
421 mlog(0, "mkdir %.*s\n", domain->len, domain->name);
423 /* verify that we have a proper domain */
424 if (domain->len >= O2NM_MAX_NAME_LEN) {
426 mlog(ML_ERROR, "invalid domain name for directory.\n");
439 dlm = user_dlm_register_context(domain);
442 mlog(ML_ERROR, "Error %d could not register domain \"%.*s\"\n",
443 status, domain->len, domain
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/tipc/
H A Dnode.c550 u32 tipc_available_nodes(const u32 domain) argument
556 if (!in_scope(domain, n_ptr->addr))
566 u32 domain; local
575 domain = ntohl(*(__be32 *)TLV_DATA(req_tlv_area));
576 if (!tipc_addr_domain_valid(domain))
597 if (!in_scope(domain, n_ptr->addr))
610 u32 domain; local
619 domain = ntohl(*(__be32 *)TLV_DATA(req_tlv_area));
620 if (!tipc_addr_domain_valid(domain))
650 if (!in_scope(domain, n_pt
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/torture/
H A Drpctorture.c274 pstrcpy(smb_cli->domain, "");
397 pstrcpy(smb_cli->domain,optarg);
498 if (*smb_cli->domain == 0)
500 pstrcpy(smb_cli->domain,lp_workgroup());
502 strupper_m(smb_cli->domain);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-common/
H A DMakefile.in59 @ENABLE_TESTS_TRUE@ domain-test$(EXEEXT) \
115 libavahi_common_la-strlst.lo libavahi_common_la-domain.lo \
128 alternative_test-domain.$(OBJEXT) \
137 am_domain_test_OBJECTS = domain_test-domain.$(OBJEXT) \
139 domain_test-domain-test.$(OBJEXT) domain_test-utf8.$(OBJEXT)
429 domain.h \
451 domain.c domain.h \
472 domain.c domain
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dgettext-po.c61 char *domain; member in struct:po_message_iterator
294 domains[j] = file->mdlp->item[j]->domain;
304 /* Return the header entry of a domain of a PO file in memory.
305 The domain NULL denotes the default domain.
309 po_file_domain_header (po_file_t file, const char *domain) argument
314 if (domain == NULL)
315 domain = MESSAGE_DOMAIN_DEFAULT;
316 mlp = msgdomain_list_sublist (file->mdlp, domain, false);
451 /* Create an iterator for traversing a domain o
455 po_message_iterator(po_file_t file, const char *domain) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/libsmb/
H A Dnamequery.c950 /* try to lookup the _ldap._tcp.<domain> if we are using ADS */
1088 SRV record lookup for _ldap._tcp.<domain> if we
1124 /* Remove duplicate entries. Some queries, notably #1c (domain
1125 controllers) return the PDC in iplist[0] and then all domain
1225 Get the IP address list of the primary domain controller
1226 for a domain.
1229 BOOL get_pdc_ip(const char *domain, struct in_addr *ip) argument
1236 if (!internal_resolve_name(domain, 0x1b, &ip_list, &count, lp_name_resolve_order())) {
1256 Get the IP address list of the domain controllers for
1257 a domain
1260 get_dc_list(const char *domain, struct ip_service **ip_list, int *count, BOOL ads_only, int *ordered) argument
1428 get_sorted_dc_list( const char *domain, struct ip_service **ip_list, int *count, BOOL ads_only ) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/testsuite/nsswitch/
H A Dwbinfo.exp36 set test_desc "user $user in wbinfo domain users"
47 set test_desc "group $group in wbinfo domain groups"
200 if { [regexp $domain $user_entry] } {
220 if { [regexp $domain $group_entry] } {
337 if { $the_domain == $domain} {
338 fail "own domain appears in trusted list"
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wireless/
H A Dnetwave_cs.c170 /* Choose the domain, default is 0x100 */
171 static u_int domain = 0x100; variable
185 module_param(domain, int, 0);
483 domain = wrqu->nwid.value;
484 printk( KERN_DEBUG "Setting domain to 0x%x%02x\n",
485 (domain >> 8) & 0x01, domain & 0xff);
488 writeb( domain & 0xff, ramBase + NETWAVE_EREG_CB + 1);
489 writeb((domain >>8 ) & 0x01,ramBase + NETWAVE_EREG_CB+2);
507 wrqu->nwid.value = domain;
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/testsuite/build_farm/template/
H A Dbasicsmb.smb.conf10 domain logons = yes
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-gobject/
H A Dga-entry-group.c180 g_free(s->domain);
371 domain,
386 domain, host, port, txt);
402 service->public.domain = g_strdup(domain);
442 const gchar * domain,
457 domain, host,
519 service->name, service->type, service->domain, txt);
358 ga_entry_group_add_service_full_strlist(GaEntryGroup * group, AvahiIfIndex interface, AvahiProtocol protocol, AvahiPublishFlags flags, const gchar * name, const gchar * type, const gchar * domain, const gchar * host, guint16 port, GError ** error, AvahiStringList * txt) argument
436 ga_entry_group_add_service_full(GaEntryGroup * group, AvahiIfIndex interface, AvahiProtocol protocol, AvahiPublishFlags flags, const gchar * name, const gchar * type, const gchar * domain, const gchar * host, guint16 port, GError ** error, ...) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-sharp/
H A DAvahiTest.cs61 Console.WriteLine ("Got domain added: " + args.Domain.Domain);
65 private static void BrowseServiceTypes (string domain) argument
67 ServiceTypeBrowser stb = new ServiceTypeBrowser (client, domain);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/tests/
H A Dc-plus-plus-test.cc33 #include <avahi-common/domain.h>
50 #include <avahi-core/domain-util.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libexif-0.6.19/
H A DMakefile.am44 (cd "$(srcdir)" && cvs2cl $${usermap} --utc --domain users.sourceforge.net -f "ChangeLog.cvs")
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/sys/ultrix/
H A Dat_ultrix.c108 for ( ifam = if_family; ifam->domain != -1; ifam++ ) {
115 if ( ifam->domain != -1 && ifam->prswitch->pr_ifinput ) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/examples/LDAP/
H A DconvertSambaAccount28 my ( $domain, $domsid, $changetype );
47 print " --sid domain SID\n";
74 domain => 'sambaDomainName',
106 print "You must provide a domain sid\n";
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wireless/libertas/
H A D11d.h51 struct mrvlietypes_domainparamset domain; member in struct:cmd_ds_802_11d_domain_info
54 /** domain regulatory information */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/acpi/
H A Dacpi_drivers.h77 struct pci_bus *pci_acpi_scan_root(struct acpi_device *device, int domain,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dmemdebug.c317 curl_socket_t curl_socket(int domain, int type, int protocol, argument
326 curl_socket_t sockfd = socket(domain, type, protocol);
333 int curl_socketpair(int domain, int type, int protocol, argument
343 int res = socketpair(domain, type, protocol, socket_vector);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/packaging/Fedora/
H A Dsmb.conf115 # if you already have a Windows NT domain controller doing this job
116 ; domain master = yes
122 # Enable this if you want Samba to be a domain logon server for
124 ; domain logons = yes
126 # if you enable domain logons then you may want a per-machine or
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/packaging/RedHat/
H A Dsmb.conf115 # if you already have a Windows NT domain controller doing this job
116 ; domain master = yes
122 # Enable this if you want Samba to be a domain logon server for
124 ; domain logons = yes
126 # if you enable domain logons then you may want a per-machine or

Completed in 289 milliseconds

1234567891011>>