Home --> Documentations --> PJLIB-UTIL Reference
Go to the documentation of this file.
19#ifndef __PJLIB_UTIL_DNS_SERVER_H__
20#define __PJLIB_UTIL_DNS_SERVER_H__
Low level DNS message parsing and packetization.
struct pj_ioqueue_t pj_ioqueue_t
pj_dns_type Definition: dns.h:72
pj_status_t pj_dns_server_del_rec(pj_dns_server *srv, int dns_class, pj_dns_type type, const pj_str_t *name)
struct pj_dns_server pj_dns_server Definition: dns_server.h:43
pj_status_t pj_dns_server_add_rec(pj_dns_server *srv, unsigned count, const pj_dns_parsed_rr rr[])
pj_status_t pj_dns_server_destroy(pj_dns_server *srv)
pj_status_t pj_dns_server_create(pj_pool_factory *pf, pj_ioqueue_t *ioqueue, int af, unsigned port, unsigned flags, pj_dns_server **p_srv)
PJLIB-UTIL Open Source, small footprint, and portable asynchronous/caching DNS resolver, text scanner, STUN client, and XML library
Copyright (C) 2006-2009 Teluu Inc.
|