bug-hurd
[Top][All Lists]
Advanced

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

Re: Networking design proposal


From: Niels Möller
Subject: Re: Networking design proposal
Date: 27 Oct 2002 00:03:14 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Olivier Péningault <peningault@free.fr> writes:

> le sam 26-10-2002 à 20:13, Niels Möller a écrit :

> > like, it could be the current pfinet interface (where is that defined?

> in <hurd>/hurd/socket.defs

Thanks. There's one thing I don't understand: What's an "address"?
Like in

/* Create an address from a sockaddr.  */
routine socket_create_address (
        server: mach_port_t;    /* Can be either pf_t or socket_t.  */
        sockaddr_type: int;
        sockaddr: data_t SCP;
        out addr: mach_port_send_t);

/* Create an address without any sockaddr.  */
routine socket_fabricate_address (
        server: mach_port_t;    /* Can be either pf_t or socket_t.  */
        sockaddr_type: int;
        out addr: mach_port_send_t);

I hope Thomas or Roland can enlighten us.

/Niels




reply via email to

[Prev in Thread] Current Thread [Next in Thread]