Home
last modified time | relevance | path

Searched refs:URL_OLD_TFTP (Results 1 – 3 of 3) sorted by relevance

/external/syslinux/core/fs/pxe/
Durlparse.c52 return URL_OLD_TFTP; in url_type()
118 ui->type = URL_OLD_TFTP; in parse_url()
Durl.h13 URL_OLD_TFTP, /* It's a ::-style TFTP path */ enumerator
Dtftp.c212 if (url->type != URL_OLD_TFTP) { in tftp_open()