Home | History | Annotate | Download | only in resolv

Lines Matching refs:res_state

144 static struct sockaddr * get_nsaddr __P((res_state, size_t));
145 static int send_vc(res_state, const u_char *, int,
147 static int send_dg(res_state, const u_char *, int,
150 static void Aerror(const res_state, FILE *, const char *, int,
152 static void Perror(const res_state, FILE *, const char *, int);
159 void res_pquery(const res_state, const u_char *, int, FILE *);
234 res_ourserver_p(const res_state statp, const struct sockaddr *sa) {
363 res_nsend(res_state statp,
698 res_state statp;
719 static int get_timeout(const res_state statp, const int ns)
736 send_vc(res_state statp,
1047 send_dg(res_state statp,
1272 Aerror(const res_state statp, FILE *file, const char *string, int error,
1296 Perror(const res_state statp, FILE *file, const char *string, int error) {