Lines Matching refs:u_char
141 static int send_vc(res_state, struct __res_params *params, const u_char *, int,
142 u_char *, int, int *, int, time_t *, int *, int *);
143 static int send_dg(res_state, struct __res_params *params, const u_char *, int,
144 u_char *, int, int *, int, int *, int *, time_t *, int *, int *);
149 void res_pquery(const res_state, const u_char *, int, FILE *);
277 const u_char *buf, const u_char *eom) in res_nameinquery()
279 const u_char *cp = buf + HFIXEDSZ; in res_nameinquery()
313 res_queriesmatch(const u_char *buf1, const u_char *eom1, in res_queriesmatch()
314 const u_char *buf2, const u_char *eom2) in res_queriesmatch()
316 const u_char *cp = buf1 + HFIXEDSZ; in res_queriesmatch()
352 const u_char *buf, int buflen, u_char *ans, int anssiz) in res_nsend()
757 const u_char *buf, int buflen, u_char *ans, int anssiz, in send_vc()
770 u_char *cp; in send_vc()
862 ns_put16((u_short)buflen, (u_char*)(void *)&len); in send_vc()
1071 const u_char *buf, int buflen, u_char *ans, int anssiz, in send_dg()