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