Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/common/
H A Ddev_net.c105 { "tftp:/", NET_TFTP },
182 if (netproto == NET_TFTP) { in net_open()
405 netproto = NET_TFTP; in net_parse_rootpath()
/illumos-gate/usr/src/boot/libsa/
H A Dnet.h49 NET_TFTP enumerator
H A Dtftp.c440 if (netproto != NET_TFTP) in tftp_open()