|
HOME
SIP/media Features
High Performance SIP
Small Footprint SIP
Symbian Port
FAQ
Documentation
Licensing
Download
Development (Trac)
Projects using pjsip
Mailing List
Open Source Links
About: PJLIB, PJLIB-UTIL, PJSIP, and PJMEDIA are created by: Benny Prijono <bennylp pjsip.org>
|
|
Home --> Documentations --> PJLIB-UTIL Reference
srv_resolver.h File Reference
Detailed Description
DNS SRV resolver.
Go to the source code of this file.
|
Data Structures |
| struct | pj_dns_srv_record |
Typedefs |
| typedef void | pj_dns_srv_resolver_cb (void *user_data, pj_status_t status, const pj_dns_srv_record *rec) |
Enumerations |
| enum | pj_dns_srv_option { PJ_DNS_SRV_FALLBACK_A = 1,
PJ_DNS_SRV_FALLBACK_AAAA = 2,
PJ_DNS_SRV_RESOLVE_AAAA = 4
} |
Functions |
| pj_status_t | pj_dns_srv_resolve (const pj_str_t *domain_name, const pj_str_t *res_name, unsigned def_port, pj_pool_t *pool, pj_dns_resolver *resolver, unsigned option, void *token, pj_dns_srv_resolver_cb *cb, pj_dns_async_query **p_query) |
PJLIB-UTIL Open Source, small footprint, and portable asynchronous/caching DNS resolver, text scanner, STUN client, and XML library
(C)2001-2008 Benny Prijono
|
|