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

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libexif-0.6.19/
H A DMakefile.am44 (cd "$(srcdir)" && cvs2cl $${usermap} --utc --domain users.sourceforge.net -f "ChangeLog.cvs")
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/testsuite/build_farm/template/
H A Dbasicsmb.smb.conf10 domain logons = yes
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/auth/
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-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/include/
H A Dauth.h41 AUTH_STR client_domain; /* domain name string */
42 AUTH_STR domain; /* domain name after mapping */ member in struct:auth_usersupplied_info
H A Dclient.h75 fstring domain; member in struct:cli_state
120 * Only used in NT domain calls.
H A Dntlmssp.h82 char *domain; member in struct:ntlmssp_state
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/
H A Dpgalloc.h13 #include <asm/domain.h>

Completed in 153 milliseconds

1234567891011>>