From mboxrd@z Thu Jan 1 00:00:00 1970 From: ty ty To: 9fans <9fans@9fans.net> Mime-Version: 1.0 Date: Wed, 28 Oct 2009 23:43:33 +0300 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Message-Id: Subject: [9fans] [9ans] Question about network protocols Topicbox-Message-UUID: 9314721c-ead5-11e9-9d60-3106f5b1d025 Hi, folks. I'm trying to understand how system interact with network protocols, such as tcp, udp and other. i'm look through sources in /sys/src/9/ip/ and saw follow: - protocol header struct - protocl init function and so on. But i'm grep in plan9.iso and don't find any files, when Tcp4hdr or tcpinit used. How it could be used? Where i can read about it or, better, where i can see at code, used such functions. Sorry for english and maybe foolish question. Thanks.