I am porting a working streams NIC driver from x86 to Sparc. When I
ping the other machine, my driver is sending an arp request and
getting an arp response. I can see this using snoop on my local
machine. The data looks fine. My driver does not send an ICMP request.
There is also no entry in the arp table. Any ideas? Can I get debug
info from the TCP module?
Steve West