Searched refs:resolv_init (Results 1 – 3 of 3) sorted by relevance
/external/syslinux/gpxe/src/core/ |
D | resolv.c | 124 resolv_init ( &numeric->resolv, &null_resolv_ops, &numeric->refcnt ); in numeric_resolv() 259 resolv_init ( &mux->parent, &null_resolv_ops, &mux->refcnt ); in resolv() 260 resolv_init ( &mux->child, &resolv_mux_child_ops, &mux->refcnt ); in resolv() 393 resolv_init ( &named->resolv, &named_resolv_ops, &named->refcnt ); in xfer_open_named_socket()
|
/external/syslinux/gpxe/src/include/gpxe/ |
D | resolv.h | 49 static inline void resolv_init ( struct resolv_interface *resolv, in resolv_init() function
|
/external/syslinux/gpxe/src/net/udp/ |
D | dns.c | 506 resolv_init ( &dns->resolv, &null_resolv_ops, &dns->refcnt ); in dns_resolv()
|