Home
last modified time | relevance | path

Searched refs:info (Results 1 – 2 of 2) sorted by relevance

/support/
A Dtst-support-process_state.c94 siginfo_t info; in do_test() local
95 int r = waitid (P_PID, pid, &info, WEXITED); in do_test()
97 TEST_COMPARE (info.si_signo, SIGCHLD); in do_test()
98 TEST_COMPARE (info.si_code, CLD_KILLED); in do_test()
99 TEST_COMPARE (info.si_status, SIGKILL); in do_test()
100 TEST_COMPARE (info.si_pid, pid); in do_test()
A Dresolv_test.c470 parse_query (struct query_info *info, in parse_query() argument
493 info->qname, sizeof (info->qname)); in parse_query()
506 "query lacks QCLASS/QTYPE, QNAME: %s", info->qname); in parse_query()
508 info->qclass = ntohs (qtype_qclass.qclass); in parse_query()
509 info->qtype = ntohs (qtype_qclass.qtype); in parse_query()
511 memset (&info->edns, 0, sizeof (info->edns)); in parse_query()
535 info->edns.active = true; in parse_query()
536 info->edns.extended_rcode = rr.edns_extended_rcode; in parse_query()
537 info->edns.version = rr.edns_version; in parse_query()
538 info->edns.flags = ntohs (rr.flags); in parse_query()
[all …]

Completed in 11 milliseconds