<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>