Searched refs:domain_name (Results 1 - 19 of 19) sorted by relevance

/freebsd-11-stable/libexec/bootpd/
H A Dbootpd.h120 domain_name :1, member in struct:flag
173 *domain_name,
172 *domain_name, member in struct:host
H A Ddovend.c130 if (hp->flags.domain_name) {
132 * Check for room for domain_name. Add 2 to account for
135 len = strlen(hp->domain_name->string);
139 bcopy(hp->domain_name->string, vp, len);
H A Ddumptab.c161 if (hp->flags.domain_name) {
162 fprintf(fp, "\\\n\t:dn=%s:", hp->domain_name->string);
185 /* FdC: domain_name (see above) */
H A Dreadfile.c1085 PARSE_STR(domain_name);
1500 DUP_LINK(domain_name);
1953 del_string(hostptr->domain_name);
/freebsd-11-stable/include/rpcsvc/
H A Dbootparam_prot.x84 bp_machine_name_t domain_name;
/freebsd-11-stable/usr.sbin/bootparamd/bootparamd/
H A Dbootparamd.c41 static char domain_name[MAX_MACHINE_NAME]; variable
79 getdomainname(domain_name, MAX_MACHINE_NAME);
80 res.domain_name = domain_name;
89 res.domain_name,
97 res.domain_name,
/freebsd-11-stable/contrib/ofed/opensm/include/opensm/
H A Dosm_db.h215 osm_db_domain_t *osm_db_domain_init(IN osm_db_t * p_db, IN const char *domain_name);
222 * domain_name
/freebsd-11-stable/usr.sbin/bootparamd/callbootd/
H A Dcallbootd.c86 stat_whoami_res.domain_name = dmn;
174 res->client_name, res->domain_name);
/freebsd-11-stable/usr.sbin/ypbind/
H A Dypbind.c111 static char *domain_name; variable
407 yp_get_default_domain(&domain_name);
408 if (domain_name[0] == '\0')
426 if (strlen(domain_name) > YPMAXDOMAIN)
427 warnx("truncating domain name %s", domain_name);
469 strlcpy(ypbindlist->dom_domain, domain_name, sizeof ypbindlist->dom_domain);
1008 domain_name = s;
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dbss.h42 struct wpabuf *domain_name; member in struct:wpa_bss_anqp
H A Dinterworking.c1252 bss->anqp->domain_name : NULL);
1284 bss->anqp->domain_name : NULL);
1339 bss->anqp->domain_name : NULL);
2352 if (bss->anqp == NULL || bss->anqp->domain_name == NULL) {
2357 if (interworking_home_sp_cred(wpa_s, cred, bss->anqp->domain_name) > 0)
2365 bss->anqp->domain_name)) {
2467 bss->anqp->domain_name : NULL);
2606 other->anqp->domain_name == NULL)
2967 wpabuf_free(anqp->domain_name);
2968 anqp->domain_name
[all...]
H A Dbss.c95 ANQP_DUP(domain_name);
173 wpabuf_free(anqp->domain_name);
H A Dctrl_iface.c2243 wpa_s->current_bss->anqp->domain_name;
2266 wpa_s->current_bss->anqp->domain_name);
4929 anqp->domain_name);
/freebsd-11-stable/sys/kern/
H A Duipc_debug.c235 db_print_domain(struct domain *d, const char *domain_name, int indent) argument
239 db_printf("%s at %p\n", domain_name, d);
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_db_files.c214 osm_db_domain_t *osm_db_domain_init(IN osm_db_t * p_db, IN const char *domain_name) argument
242 + strlen(domain_name) + 2;
255 ((osm_db_imp_t *) p_db->p_db_imp)->db_dir_name, domain_name);
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dgas_serv.c278 if (hapd->conf->domain_name || get_anqp_elem(hapd, ANQP_DOMAIN_NAME))
598 if (hapd->conf->domain_name) {
601 wpabuf_put_data(buf, hapd->conf->domain_name,
1158 hapd->conf->domain_name != NULL, qi);
H A Dap_config.h575 u8 *domain_name; member in struct:hostapd_bss_config
H A Dap_config.c779 os_free(conf->domain_name);
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dconfig_file.c3892 } else if (os_strcmp(buf, "domain_name") == 0) {
3926 os_free(bss->domain_name);
3927 bss->domain_name = domain_list;

Completed in 184 milliseconds