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

/systemd/src/resolve/
H A Dresolved-dns-cache.c50 bool shared_owner:1; member in struct:DnsCacheItem
197 if (i->shared_owner)
329 bool shared_owner,
357 i->shared_owner = shared_owner;
371 bool shared_owner,
418 shared_owner,
442 i->shared_owner = shared_owner;
998 if (!j->shared_owner)
324 dns_cache_item_update_positive( DnsCache *c, DnsCacheItem *i, DnsResourceRecord *rr, bool authenticated, bool shared_owner, usec_t timestamp, int ifindex, int owner_family, const union in_addr_union *owner_address) argument
367 dns_cache_put_positive( DnsCache *c, DnsResourceRecord *rr, bool authenticated, bool shared_owner, usec_t timestamp, int ifindex, int owner_family, const union in_addr_union *owner_address) argument
[all...]

Completed in 14 milliseconds