Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: IPv6 - tftp, telnet, ftp support



On Thu, Feb 03, 2011 at 10:15:19AM -0800, wasim m wrote:
> I am looking for fpt, tftp, telnet support code in IPv6 in NetBSD.
> I did a search in NetBSD.org but could not find the location.

src/libexec/tftpd/tftpd.c <-- cares only in so far as it wants to reply
on the same interface.

src/usr.bin/tftp/main.c <-- uses getaddrinfo and doesn't specify family
explicitly

src/usr.bin/telnet <-- various explicit AF_INET and AF_INET6 blocks

src/usr.bin/ftp <-- same

src/libexec/ftpd <-- same

Joerg


Home | Main Index | Thread Index | Old Index