Lines Matching defs:be
60 * purpose so a flag be->db_type is set to work around this oddity.
65 _nss_ldap_ethers2str(ldap_backend_ptr be, nss_XbyY_args_t *argp)
68 ns_ldap_result_t *result = be->result;
86 be->buflen = strlen(host[0]) + strlen(macaddress[0]) + 1; /* ' ' */
88 be->buffer = calloc(1, be->buflen + 1);
89 if (be->buffer == NULL) {
94 (void) snprintf(be->buffer, be->buflen + 1, "%s %s",
96 be->db_type = NSS_LDAP_DB_ETHERS;
100 (void) __ns_ldap_freeResult(&be->result);
114 * indicates that dn's be fully qualified. Host name searches will be on
119 getbyhost(ldap_backend_ptr be, void *a)
143 rc = (nss_status_t)_nss_ldap_lookup(be, argp,
162 getbyether(ldap_backend_ptr be, void *a)
186 return ((nss_status_t)_nss_ldap_lookup(be, argp,