sipxtacklib  Version 3.3
res_info.h
Go to the documentation of this file.
1 /*
2  * DNS Resource record manipulation routines
3  *
4  * Translation routines - internal use only
5  # (i.e. undocumented!)
6  *
7  * Dave Shield November 1993
8  */
9 
10 #ifndef INCLUDE_RES_INFO_H
11 #define INCLUDE_RES_INFO_H
12 #ifdef __cplusplus
13 extern "C" {
14 #endif
15 
16 extern const char * res_error_str(void);
17 extern const char * res_opcode(int i);
18 extern const char * res_rcode(int i);
19 extern const char * res_wks(int i);
20 extern const char * res_proto(int i);
21 extern const char * res_type(int i);
22 extern int which_res_type(const char* s);
23 extern const char * res_class(int i);
24 extern const char * res_time(int i);
25 
26 #ifdef __cplusplus
27 }
28 #endif
29 #endif /* INCLUDE_RES_INFO_H */
const char * res_proto(int i)
const char * res_time(int i)
const char * res_rcode(int i)
const char * res_error_str(void)
const char * res_type(int i)
int which_res_type(const char *s)
const char * res_opcode(int i)
const char * res_wks(int i)
const char * res_class(int i)

sipXtackLib home page