Searched defs:attl (Results 1 - 2 of 2) sorted by relevance
/sssd/src/tests/ |
H A D | resolv-tests.c | 172 struct ares_addrttl attl[] = { { addr_1, ttl_1 }, { addr_2, ttl_2 } }; local 179 rhe = resolv_copy_hostent_ares(ctx, &he, AF_INET, &attl, 2);
|
/sssd/src/resolv/ |
H A D | async_resolv.c | 496 struct ares_addrttl *attl) 501 memcpy(ret->ipaddr, &attl->ipaddr, sizeof(struct in_addr)); 502 ret->ttl = attl->ttl; 495 resolv_copy_in_addr(TALLOC_CTX *mem_ctx, struct resolv_addr *ret, struct ares_addrttl *attl) argument
|
Completed in 22 milliseconds