HomeSort by relevance Sort by last modified time
    Searched refs:resolv_interface (Results 1 - 4 of 4) sorted by null

  /external/syslinux/gpxe/src/include/gpxe/
resolv.h 17 struct resolv_interface;
27 void ( * done ) ( struct resolv_interface *resolv,
32 struct resolv_interface { struct
39 extern struct resolv_interface null_resolv;
49 static inline void resolv_init ( struct resolv_interface *resolv,
63 static inline __attribute__ (( always_inline )) struct resolv_interface *
65 return container_of ( intf, struct resolv_interface, intf );
74 static inline __attribute__ (( always_inline )) struct resolv_interface *
75 resolv_get_dest ( struct resolv_interface *resolv ) {
85 resolv_put ( struct resolv_interface *resolv )
    [all...]
  /external/syslinux/gpxe/src/arch/i386/interface/syslinux/
comboot_resolv.c 13 static void comboot_resolv_done ( struct resolv_interface *resolv,
39 static struct resolv_interface comboot_resolver = {
  /external/syslinux/gpxe/src/core/
resolv.c 51 void resolv_done ( struct resolv_interface *resolv, struct sockaddr *sa,
53 struct resolv_interface *dest = resolv_get_dest ( resolv );
67 void ignore_resolv_done ( struct resolv_interface *resolv __unused,
78 struct resolv_interface null_resolv = {
98 struct resolv_interface resolv;
115 static int numeric_resolv ( struct resolv_interface *resolv,
160 struct resolv_interface parent;
163 struct resolv_interface child;
205 static void resolv_mux_done ( struct resolv_interface *resolv,
249 int resolv ( struct resolv_interface *resolv, const char *name
    [all...]
  /external/syslinux/gpxe/src/net/udp/
dns.c 61 struct resolv_interface resolv;
479 static int dns_resolv ( struct resolv_interface *resolv,

Completed in 115 milliseconds