Searched refs:soa (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.0-release/contrib/ldns/
H A Drr_functions.c379 ldns_rr_soa_increment(ldns_rr *soa) argument
381 ldns_rr_soa_increment_func_data(soa, ldns_soa_serial_increment, NULL);
385 ldns_rr_soa_increment_func(ldns_rr *soa, ldns_soa_serial_increment_func_t f) argument
387 ldns_rr_soa_increment_func_data(soa, f, NULL);
391 ldns_rr_soa_increment_func_data(ldns_rr *soa, argument
395 if ( !soa || !f || ldns_rr_get_type(soa) != LDNS_RR_TYPE_SOA
396 || !ldns_rr_rdf(soa, 2)) {
400 soa
404 ldns_rr_rdf(soa,
414 ldns_rr_soa_increment_func_int(ldns_rr *soa, ldns_soa_serial_increment_func_t f, int data) argument
[all...]
H A Ddnssec_sign.c708 ldns_dnssec_rrsets *soa; local
713 soa = ldns_dnssec_name_find_rrset(zone->soa, LDNS_RR_TYPE_SOA);
718 if (soa && soa->rrs && soa->rrs->rr
719 && (ldns_rr_rdf(soa->rrs->rr, 6) != NULL)) {
720 nsec_ttl = ldns_rdf2native_int32(ldns_rr_rdf(soa->rrs->rr, 6));
791 ldns_dnssec_rrsets *soa; local
801 soa
[all...]
H A Ddnssec_zone.c594 zone->soa = NULL;
890 zone->soa = cur_name;
926 if (zone->soa) {
930 zone->soa));
935 zone->soa,
972 if (zone->soa && zone->soa->name) {
973 soa_label_count = ldns_dname_label_count(zone->soa->name);
1061 if (ldns_dnssec_name_find_rrset(zone->soa, LDNS_RR_TYPE_NSEC3PARAM)) {
H A Dzone.c29 ldns_zone_set_soa(ldns_zone *z, ldns_rr *soa) argument
31 z->_soa = soa;
203 bool soa_seen = false; /* 2 soa are an error */
241 /* set origin to soa if not specified */
/freebsd-10.0-release/contrib/ldns/ldns/
H A Drr_functions.h269 * Function to be used with dns_rr_soa_increment_func_int, to set the soa
277 * Function to be used with dns_rr_soa_increment_func, to increment the soa
285 * Function to be used with dns_rr_soa_increment_func_int, to increment the soa
294 * ldns_rr_soa_increment_func_int to set the soa serial to the number of
307 * ldns_rr_soa_increment_func_int to set the soa serial to the current date
320 * \param[in] soa The soa rr to be incremented
323 ldns_rr *soa);
329 * \param[in] soa The soa r
[all...]
H A Dzone.h44 /** the soa defines a zone */
59 * Return the soa record of a zone
61 * \return the soa record in the zone
73 * Set the zone's soa record
74 * \param[in] z the zone to put the new soa in
75 * \param[in] soa the soa to set
77 void ldns_zone_set_soa(ldns_zone *z, ldns_rr *soa);
90 * \param[in] z the zone to put the new soa in
160 * Frees the allocated memory for the zone, the soa r
[all...]
H A Ddnssec_zone.h93 ldns_dnssec_name *soa; member in struct:ldns_struct_dnssec_zone
/freebsd-10.0-release/contrib/unbound/validator/
H A Dval_neg.c842 struct ub_packed_rrset_key* soa; local
848 soa = reply_find_soa(rep);
849 if(!soa)
853 soa->rk.dname, LDNS_RR_TYPE_SOA, ntohs(soa->rk.rrset_class));
857 calc_zone_need(soa->rk.dname, soa->rk.dname_len);
862 zone = neg_find_zone(neg, soa->rk.dname, soa->rk.dname_len,
863 ntohs(soa
1362 struct ub_packed_rrset_key* soa; local
[all...]
/freebsd-10.0-release/contrib/unbound/services/
H A Dlocalzone.h120 struct ub_packed_rrset_key* soa; member in struct:local_zone
H A Dlocalzone.c483 z->soa = rrset->rrset;
1097 if(z->soa)
1099 z->soa, 0, rcode);
1114 if(z->soa)
1116 z->soa, 0, rcode);
1344 /* did we delete the soa record ? */
1346 z->soa = NULL;
/freebsd-10.0-release/sys/kern/
H A Duipc_usrreq.c2167 struct socket *soa; local
2200 TAILQ_FOREACH(soa, &so->so_comp, so_list) {
2201 SOCKBUF_LOCK(&soa->so_rcv);
2202 unp_scan(soa->so_rcv.sb_mb, unp_accessable);
2203 SOCKBUF_UNLOCK(&soa->so_rcv);
/freebsd-10.0-release/crypto/heimdal/lib/roken/
H A Dresolve.c65 DECL(soa),

Completed in 99 milliseconds