[9fans] [9ans] Question about network protocols

2009-10-28 Thread ty ty
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 t

Re: [9fans] [9ans] Question about network protocols

2009-10-28 Thread erik quanstrom
On Wed Oct 28 16:44:36 EDT 2009, ash_...@bk.ru wrote: > 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. >

Re: [9fans] [9ans] Question about network protocols

2009-10-28 Thread erik quanstrom
> 1) as i understand, protocol initialization occurs in ipgetfs, which not used > anywhere, except > ipattach function in same file (devip.c). ipattach, in turn, member of > ipdevtab struct and latter > isn't used anywhere too (i haven't found any with grep). > It seems me strange, but at this

Re: [9fans] [9ans] Question about network protocols

2009-10-29 Thread matt
ty ty wrote: i haven't found any with grep I find this quite good for browsing the source in a web browser http://fxr.watson.org/fxr/source/?v=PLAN9 ipattach is referenced here http://fxr.watson.org/fxr/ident?v=PLAN9;i=ipattach