Searched refs:local_outcome (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/ntp/sntp/libevent/test/
H A Dregress_dns.c1430 struct gai_outcome local_outcome; local
1441 memset(&local_outcome, 0, sizeof(local_outcome));
1459 memset(&local_outcome, 0, sizeof(local_outcome));
1461 &hints, gai_cb, &local_outcome);
1463 if (!local_outcome.err) {
1464 tt_ptr_op(local_outcome.ai,!=,NULL);
1465 test_ai_eq(local_outcome.ai, "1.2.3.4:80", SOCK_STREAM, IPPROTO_TCP);
1466 evutil_freeaddrinfo(local_outcome
[all...]
/freebsd-current/contrib/libevent/test/
H A Dregress_dns.c1430 struct gai_outcome local_outcome; local
1441 memset(&local_outcome, 0, sizeof(local_outcome));
1459 memset(&local_outcome, 0, sizeof(local_outcome));
1461 &hints, gai_cb, &local_outcome);
1463 if (!local_outcome.err) {
1464 tt_ptr_op(local_outcome.ai,!=,NULL);
1465 test_ai_eq(local_outcome.ai, "1.2.3.4:80", SOCK_STREAM, IPPROTO_TCP);
1466 evutil_freeaddrinfo(local_outcome
[all...]

Completed in 126 milliseconds