Searched refs:resolv (Results 1 - 25 of 26) sorted by relevance

12

/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dresolv.h23 * @v resolv Name resolution interface
28 int ( * resolv ) ( struct interface *resolv, const char *name, member in struct:resolver
48 extern int resolv ( struct interface *resolv, const char *name,
/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dresolv.c29 #include <ipxe/resolv.h>
80 struct interface resolv; member in struct:numeric_resolv
92 resolv_done ( &numeric->resolv, &numeric->sa );
93 intf_shutdown ( &numeric->resolv, numeric->rc );
99 static int numeric_resolv ( struct interface *resolv, argument
109 intf_init ( &numeric->resolv, &null_intf_desc, &numeric->refcnt );
126 intf_plug_plug ( &numeric->resolv, resolv );
133 .resolv = numeric_resolv,
176 if ( ( rc = resolver->resolv (
254 resolv( struct interface *resolv, const char *name, struct sockaddr *sa ) argument
305 struct interface resolv; member in struct:named_socket
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dres_data.c30 #include <resolv.h>
H A Dmap_v4v6.c80 #include <resolv.h>
H A Dnsap_addr.c29 #include <resolv.h>
H A Dgethostbyht.c78 #include <resolv.h> /* XXX */
H A Dres_mkquery.c92 #include <resolv.h>
H A Dbase64.c93 #include <resolv.h>
H A Dgethostnamadr.c42 #include <resolv.h> /* XXX hack for _res */
H A Dres_comp.c92 #include <resolv.h>
H A Dgetnetbydns.c83 #include <resolv.h>
H A Dns_parse.c68 #include <resolv.h>
H A Dres_query.c95 #include <resolv.h>
H A Dns_name.c68 #include <resolv.h>
H A Dres_init.c99 #include <resolv.h>
H A Dres_mkupdate.c77 #include <resolv.h>
H A Dres_update.c76 #include <resolv.h>
H A Dgethostbydns.c113 #include <resolv.h>
H A Dres_debug.c123 #include <resolv.h>
H A Dres_send.c104 #include <resolv.h>
H A Dns_print.c73 #include <resolv.h>
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/interface/syslinux/
H A Dcomboot_resolv.c6 #include <ipxe/resolv.h>
50 if ( ( rc = resolv ( &comboot_resolver.intf, name, NULL ) ) != 0 )
/vbox/src/VBox/Devices/PC/ipxe/src/net/udp/
H A Ddns.c34 #include <ipxe/resolv.h>
70 struct interface resolv; member in struct:dns_request
103 intf_shutdown ( &dns->resolv, rc );
395 resolv_done ( &dns->resolv, &dns->sa );
504 INTF_DESC ( struct dns_request, resolv, dns_resolv_op );
509 * @v resolv Name resolution interface
514 static int dns_resolv ( struct interface *resolv, argument
542 intf_init ( &dns->resolv, &dns_resolv_desc, &dns->refcnt );
568 intf_plug_plug ( &dns->resolv, resolv );
[all...]
/vbox/src/libs/libxml2-2.6.31/
H A Dnanohttp.c46 #include <resolv.h>
64 #include <resolv.h>
/vbox/src/VBox/RDP/client-1.8.3/
H A Dconfigure5179 for ac_lib in '' resolv; do

Completed in 124 milliseconds

12