<div dir="ltr">Dear Sir,<div><br></div><div>I have still a problem for using TFTP test code.</div><div><br></div><div>As I check in rtems_tftp_open_works() function, I guess that BOOTP should be enabled for running TFTP.</div>
<div>At this time, if_address, ip_netmask and hardware_address of struct rtems_bsdnet_ifconfig are NULL.</div><div><br></div><div>I don't know TFTP operation is related with BOOTP.</div><div><br></div><div>Please advise me.</div>
<div><br></div><div>Best Regards,</div><div> </div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-05-15 15:42 GMT+09:00 Thomas Kim <span dir="ltr"><<a href="mailto:thomas73.kim@gmail.com" target="_blank">thomas73.kim@gmail.com</a>></span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Dear Sir,<div><br></div><div>I am testing RTEMS FreeBSD networking using network-demos-network-demos-4.10.2.</div>
<div><br></div><div>At this time, testing code about dnstest, http  are OK.</div><div><br></div>
<div>When I try to test tftpTest, there is below problem.</div><div><br></div><div>Function flow for TFTP request is below;</div><div>  - rtems_tftp_open()</div><div>  - rtems_tftp_open_worker()</div><div>  - sendto()</div>

<div>  - udp_output()</div><div>  - ip_output() ==> My problem is here !!!</div><div><br></div><div>Normal case using TCP, if_output() function entry in ip_output is ether_output().</div><div>But, abnormal case using UDP, if_output() function entry is looutout().</div>

<div>It mean that UDP is tring to use loopback interface.</div><div><br></div><div>I don't know the reason about this problem.</div><div><br></div><div>Please could you let me know how to resolve this ?</div><div><br>

</div><div>Best Regards.</div><div><br></div></div>
</blockquote></div><br></div>