llib-lresolv revision 7c478bd95313f5f23a4c958a745db2134aa03244
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
/* LINTLIBRARY */
/* PROTOLIB1 */
/*
* Copyright (c) 1997-1999 by Sun Microsystems, Inc.
* All rights reserved.
*/
/*
* usr/src/lib/libresolv2 routines
*/
const char * p_class(int);
const char * p_type(int);
const char * hstrerror(int);
int res_init(void);
int res_mkquery(int, const char *, int, int, const u_char *,
int res_querydomain(const char *, const char *, int, int,
u_char *, int);
int res_search(const char *, int, int, u_char *, int);
int res_update(ns_updrec *);
int res_nquerydomain(res_state, const char *, const char *,
int, int, u_char *, int);
int res_nmkquery(res_state, int, const char *, int, int,
u_char *, int);
void res_nclose(res_state);
u_char *, int);
char *, int);