Searched defs:soa (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dnet.c752 * soa is the address of the struct soaddr to print
757 netstat_unix_name_pr(const struct sotpi_sonode *st, const struct soaddr *soa) argument
762 if ((so->so_state & SS_ISBOUND) && (soa->soa_len != 0)) {
766 if (soa->soa_len > sizeof (sa_family_t)) {
770 (uintptr_t)&soa->soa_sa->sa_data) == -1) {
772 "at %p", &soa->soa_sa->sa_data);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A Duds_daemon.c5672 CacheRecord *soa; local
5675 // The records that are cached under the main cache record like nsec, soa don't have
5682 soa = cr->soa;
5683 if (soa)
5685 PrintOneCacheRecord(m, soa, slot, remain, ifname, CacheUsed);
H A DmDNS.c4413 ReleaseAdditionalCacheRecords(m, &r->soa);
7969 rr->soa = mDNSNULL;
8310 const rdataSOA *const soa = (const rdataSOA *)m->rec.r.resrec.rdata->u.data; local
8311 mDNSu32 ttl_s = soa->min;
8387 if (neg->soa)
8388 ReleaseCacheRecord(m, neg->soa);
8389 neg->soa = SOARecord;
8444 if (negcr->soa)
8445 ReleaseCacheRecord(m, negcr->soa);
8446 negcr->soa
[all...]
H A DmDNSEmbeddedAPI.h1035 // The RDataBody2 union is the same as above, except it includes fields for the larger types like soa, rp, px
1041 rdataSOA soa; // This is large; not included in the normal RDataBody definition member in union:__anon53
1660 CacheRecord *soa; // SOA record to return for proxy questions member in struct:CacheRecord_struct

Completed in 111 milliseconds