Home
last modified time | relevance | path

Searched refs:pxe_dns (Results 1 – 7 of 7) sorted by relevance

/external/syslinux/com32/include/syslinux/
Dpxe.h42 uint32_t pxe_dns(const char *hostname);
/external/syslinux/com32/lib/syslinux/
Dpxe_dns.c44 uint32_t pxe_dns(const char *hostname) in pxe_dns() function
/external/syslinux/com32/modules/
Dhost.c11 return pxe_dns(hostname); in dns_resolve()
Dpxechn.c419 tip = pxe_dns(hsep); in pxechn_parse_fn()
773 pxe->gip = pxe_dns(optarg); in pxechn_parse_args()
863 bootp1->sip = pxe_dns(str); in pxechn_args()
/external/syslinux/com32/libupload/
Dupload_tftp.c144 tftp.srv_ip = pxe_dns(be->argv[1]); in upload_tftp_write()
/external/syslinux/com32/lib/
DMakefile49 syslinux/pxe_dns.o \
/external/syslinux/doc/
Dpxechn.txt36 // Set 'gateway'/relay DHCP field to 'HOST'. Parsed by pxe_dns().