Olivier Péningault <[EMAIL PROTECTED]> 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


_______________________________________________
Bug-hurd mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-hurd

Reply via email to