Lines Matching +refs:val +refs:target
39 CHECK(lwres_result_t val, const char *msg) {
40 if (val != 0) {
41 printf("I:%s returned %d\n", msg, val);
123 test_gabn(const char *target, lwres_result_t expected, const char *address,
134 ret = lwres_getaddrsbyname(ctx, target,
138 printf("I:gabn(%s) failed: %d\n", target, ret);
156 printf("I:gabn(%s) returned empty list\n", target);
175 target, outbuf, address);
185 test_gnba(const char *target, lwres_uint32_t af, lwres_result_t expected,
195 ret = inet_pton(AF_INET, target, addrbuf);
199 ret = inet_pton(AF_INET6, target, addrbuf);
206 printf("I:gnba(%s) failed: %d\n", target, ret);
214 target, res->realname, name);