Searched defs:res_query (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dres_query.c82 static char sccsid[] = "@(#)res_query.c 8.1 (Berkeley) 6/4/93";
83 static char orig_rcsid = "From: Id: res_query.c,v 8.14 1997/06/09 17:47:05 halley Exp $";
84 static char rcsid[] = "$Id: res_query.c,v 1.1.1.1 2003/11/19 01:51:38 kyu3 Exp $";
119 res_query( function
139 printf(";; res_query(%s, %d, %d)\n", name, class, type);
147 printf(";; res_query: mkquery failed\n");
156 printf(";; res_query: send error\n");
226 return (res_query(cp, class, type, answer, anslen));
333 * Perform a call on res_query on the concatenation of name and domain,
384 return (res_query(longnam
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dresolv.h220 #define res_query __res_query macro
270 int res_query __P((const char *, int, int, u_char *, int));

Completed in 236 milliseconds