Searched refs:domain (Results 251 - 275 of 483) sorted by relevance

<<11121314151617181920

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/dnsmasq/
H A Dnetwork.c279 if (new->domain)
280 syslog(LOG_INFO, "using nameserver %s for domain %s", addrbuff, new->domain);
374 serv->domain = NULL;
H A Ddnsmasq-rh.spec22 Dnsmasq is lightweight, easy to configure DNS forwarder designed to provide DNS (domain name) services to a small network where using BIND would be overkill. It can be have its DNS servers automatically configured by PPP or DHCP, and it can serve the names of local machines which are not in the global DNS. It is ideal for networks behind NAT routers and connected via modem, ISDN, ADSL, or cable-modem connections.
H A Doption.c39 {"domain-suffix", 1, 0, 's'},
101 "-S, --server=/domain/ipaddr Specify address(es) of upstream servers with optional domain.\n"
102 "-s, --domain-suffix=domain Specify the domain suffix which DHCP entries will use.\n"
314 new->domain = NULL;
319 new->domain = safe_string_alloc(optarg+1);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/libsmb/
H A Dclientgen.c214 fstrcpy(cli->domain , usr->domain);
218 DEBUG(10,("cli_init_creds: user %s domain %s\n",
219 cli->user_name, cli->domain));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/smbd/
H A Dpassword.c186 fstrcpy(vuser->user.domain, pdb_get_domain(server_info->sam_account));
220 vuser->user.unix_name, vuser->user.smb_name, vuser->user.domain, vuser->guest ));
388 char *host, *user, *domain; local
390 while (getnetgrent(&host, &user, &domain)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Ddns-test.c32 #include <avahi-common/domain.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-discover-standalone/
H A Dmain.c40 #include <avahi-common/domain.h>
186 const char *domain,
213 st->browser = avahi_s_service_browser_new(server, AVAHI_IF_UNSPEC, AVAHI_PROTO_UNSPEC, st->service_type, domain, 0, service_browser_callback, NULL);
277 AVAHI_GCC_UNUSED const char *domain,
180 service_type_browser_callback( AVAHI_GCC_UNUSED AvahiSServiceTypeBrowser *b, AVAHI_GCC_UNUSED AvahiIfIndex interface, AVAHI_GCC_UNUSED AvahiProtocol protocol, AvahiBrowserEvent event, const char *service_type, const char *domain, AVAHI_GCC_UNUSED AvahiLookupResultFlags flags, AVAHI_GCC_UNUSED void * userdata) argument
270 service_resolver_callback( AvahiSServiceResolver *r, AVAHI_GCC_UNUSED AvahiIfIndex interface, AVAHI_GCC_UNUSED AvahiProtocol protocol, AvahiResolverEvent event, AVAHI_GCC_UNUSED const char *name, AVAHI_GCC_UNUSED const char *type, AVAHI_GCC_UNUSED const char *domain, const char *host_name, const AvahiAddress *a, uint16_t port, AvahiStringList *txt, AVAHI_GCC_UNUSED AvahiLookupResultFlags flags, void* userdata) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-ui/
H A Davahi-ui.h104 /** Set the domain to browse in */
105 void aui_service_dialog_set_domain(AuiServiceDialog *d, const gchar *domain);
106 /** Query the domain that is browsed in */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmessage.c704 msgdomain_alloc (const char *domain, bool use_hashtable) argument
709 mdp->domain = domain;
729 /* Put the default domain first, so that when we output it,
730 we can omit the 'domain' directive. */
782 msgdomain_list_sublist (msgdomain_list_ty *mdlp, const char *domain, argument
788 if (strcmp (mdlp->item[j]->domain, domain) == 0)
793 msgdomain_ty *mdp = msgdomain_alloc (domain, mdlp->use_hashtable);
802 /* Copy a message domain lis
[all...]
H A Dread-catalog.c97 this->domain = MESSAGE_DOMAIN_DEFAULT;
216 /* Process 'domain' directive from .po file. */
225 probably part of the file header, or about the domain directive,
322 /* Override current domain name. Don't free memory. */
323 this->domain = name;
327 _("this file may not contain domain directives"));
351 this->mlp = msgdomain_list_sublist (this->mdlp, this->domain, true);
460 /* If false, duplicate msgids in the same domain and file generate an error.
481 pop->mlp = msgdomain_list_sublist (pop->mdlp, pop->domain, true);
H A Dread-catalog.h53 /* How to change the current domain. */
84 /* If false, domain directives lead to an error messsage. */ \
87 /* If false, duplicate msgids in the same domain and file generate an \
98 /* Name of domain we are currently examining. */ \
99 const char *domain; \
101 /* List of messages belonging to the current domain. */ \
170 /* If false, duplicate msgids in the same domain and file generate an error.
H A Dmsgl-cat.c207 domain \"%s\" in input file `%s' doesn't contain a header entry with a charset specification"),
208 mdlp->item[k]->domain, files[n]);
216 /* Determine textual identifications of each file/domain combination. */
227 const char *domain = mdlp->item[k]->domain; local
267 ? (k > 0 ? xasprintf ("%s:%s (%s)", filename, domain, project_id)
269 : (k > 0 ? xasprintf ("%s:%s", filename, domain)
287 const char *domain = mdlp->item[k]->domain; local
291 total_mlp = msgdomain_list_sublist (total_mdlp, domain, tru
[all...]
H A Dmsgl-equal.c227 return (strcmp (mdp1->domain, mdp2->domain) == 0
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libexif-0.6.19/test/nls/
H A Dtest-codeset.c33 #define bind_textdomain_codeset(domain,codeset) \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppoecd/
H A Doptions.c60 char *domain; /* domain name set by domain option */ variable
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-s390/
H A Dzcrypt.h128 unsigned short domain; /* Domain */ member in struct:ica_CPRBX
129 unsigned char usage_domain[4];/* Usage domain */
130 unsigned char cntrl_domain[4];/* Control domain */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ocfs2/dlm/
H A Ddlmapi.h196 struct dlm_ctxt * dlm_register_domain(const char *domain, u32 key);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/examples/LDAP/smbldap-tools-0.8.7/
H A Dsmb.conf33 domain logons = Yes
36 domain master = Yes
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/tipc/
H A Dconfig.c51 u32 domain; member in struct:subscr_data
367 u32 domain = 0; local
369 if ((tipc_nametbl_translate(TIPC_ZM_SRV, 0, &domain) == 0) ||
370 (domain != orig_node)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/dhcp6/
H A Dclient6_token.l157 <S_CNF>domain-name-servers { DECHO; return (DNS_SERVERS); }
173 <S_CNF>domain-list { DECHO; return (DOMAIN_LIST); }
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm/
H A Dthread_info.h29 #include <asm/domain.h>
56 struct exec_domain *exec_domain; /* execution domain */
58 __u32 cpu_domain; /* cpu domain */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/qla2xxx/
H A Dqla_gs.c190 ct_req->req.port_id.port_id[0] = fcport->d_id.b.domain;
206 fcport->d_id.b.domain = ct_rsp->rsp.ga_nxt.port_id[0];
217 fcport->d_id.b.domain = 0xf0;
232 fcport->d_id.b.domain, fcport->d_id.b.area,
292 list[i].d_id.b.domain = gid_data->port_id[0];
349 ct_req->req.port_id.port_id[0] = list[i].d_id.b.domain;
410 ct_req->req.port_id.port_id[0] = list[i].d_id.b.domain;
442 list[i].d_id.b.domain, list[i].d_id.b.area,
483 ct_req->req.rft_id.port_id[0] = ha->d_id.b.domain;
538 ct_req->req.rff_id.port_id[0] = ha->d_id.b.domain;
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/passdb/
H A Dpdb_sql.c30 #define CONFIG_DOMAIN_DEFAULT "domain"
231 config_value_read(data, "domain column",
414 config_value_write(location, "domain column",
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/sys/sunos/
H A Dat_sun.c10 #include <sys/domain.h>
89 struct domain *dom;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/mach-sa1100/
H A Dsleep.S41 mrc p15, 0, r4, c3, c0, 0 @ domain ID
175 mcr p15, 0, r4, c3, c0, 0 @ domain ID

Completed in 287 milliseconds

<<11121314151617181920