HelenOS sources
dns_question_t 327 uspace/srv/net/dnsrsrv/dns_msg.c static errno_t dns_question_encode(dns_question_t *question, uint8_t *buf,
dns_question_t 361 uspace/srv/net/dnsrsrv/dns_msg.c dns_question_t **rquestion, size_t *eoff)
dns_question_t 363 uspace/srv/net/dnsrsrv/dns_msg.c dns_question_t *question;
dns_question_t 367 uspace/srv/net/dnsrsrv/dns_msg.c question = calloc(1, sizeof (dns_question_t));
dns_question_t 521 uspace/srv/net/dnsrsrv/dns_msg.c list_foreach(msg->question, msg, dns_question_t, q) {
dns_question_t 538 uspace/srv/net/dnsrsrv/dns_msg.c list_foreach(msg->question, msg, dns_question_t, q) {
dns_question_t 571 uspace/srv/net/dnsrsrv/dns_msg.c dns_question_t *question;
dns_question_t 651 uspace/srv/net/dnsrsrv/dns_msg.c static void dns_question_destroy(dns_question_t *question)
dns_question_t 686 uspace/srv/net/dnsrsrv/dns_msg.c dns_question_t *question;
dns_question_t 691 uspace/srv/net/dnsrsrv/dns_msg.c question = list_get_instance(link, dns_question_t, msg);
dns_question_t 63 uspace/srv/net/dnsrsrv/query.c dns_question_t *question = calloc(1, sizeof(dns_question_t));
HelenOS homepage, sources at GitHub