]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[interface] Convert all name-resolution interfaces to generic interfaces
authorMichael Brown <mcb30@ipxe.org>
Fri, 13 Jun 2008 02:36:24 +0000 (03:36 +0100)
committerMichael Brown <mcb30@ipxe.org>
Tue, 22 Jun 2010 14:45:57 +0000 (15:45 +0100)
commit7b4fbd93a5f45355e4e5d30e5d34c310f6d30c05
tree79280f7a632c413e51b588f462c512fb5c8ae898
parenta03dd97e6b4c6d1d30ac9dc7e63f87402434d9bc
[interface] Convert all name-resolution interfaces to generic interfaces

Remove name-resolution as an interface type, and replace
name-resolution interfaces with generic interfaces supporting the
resolv_done() method.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/arch/i386/interface/syslinux/comboot_resolv.c
src/core/resolv.c
src/include/ipxe/resolv.h
src/net/udp/dns.c