sipxtacklib  Version 3.3
Classes | Macros | Typedefs | Functions
rr.h File Reference
#include <stdio.h>
#include <sys/types.h>
#include "resparse/types.h"
#include <ctype.h>
Include dependency graph for rr.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  s_SOA
 
struct  s_NULL
 
struct  s_WKS
 
struct  s_HINFO
 
struct  s_MINFO
 
struct  s_MX
 
struct  s_TXT
 
struct  s_SRV
 
struct  s_NAPTR
 
struct  s_AFSDB
 
struct  s_RP
 
struct  s_ISDN
 
struct  s_RT
 
union  u_rdata
 
struct  s_rr
 
struct  s_question
 
struct  s_res_response
 

Macros

#define T_TXT   16
 
#define T_AFSDB   18
 
#define T_SRV   33
 
#define T_NAPTR   35
 
#define T_RP   17
 
#define T_X25   19
 
#define T_ISDN   20
 
#define T_RT   21
 

Typedefs

typedef struct s_rr s_rr
 
typedef struct s_question s_question
 
typedef struct s_res_response res_response
 

Functions

void free_rr (s_rr *rrp)
 
void free_response (res_response *resp)
 
res_responseres_parse (char *msg)
 
res_responseres_copy (res_response *resp)
 
void res_print (res_response *resp)
 
void res_free (res_response *resp)
 

Macro Definition Documentation

#define T_TXT   16
#define T_AFSDB   18
#define T_SRV   33
#define T_NAPTR   35
#define T_RP   17
#define T_X25   19
#define T_ISDN   20
#define T_RT   21

Typedef Documentation

typedef struct s_rr s_rr
typedef struct s_question s_question
typedef struct s_res_response res_response

Function Documentation

void free_rr ( s_rr rrp)
void free_response ( res_response resp)
res_response* res_parse ( char *  msg)
res_response* res_copy ( res_response resp)
void res_print ( res_response resp)
void res_free ( res_response resp)

sipXtackLib home page