Re: AF_ISO, SOCK_RAW - mysterious phenomena in OpenBSD

2006-10-24 Thread Marcus Watts
Karel Kulhavy <[EMAIL PROTECTED]> writes: > How do I do this C call taken from a Linux program on OpenBSD? > > socket(PF_PACKET, SOCK_RAW, htons(0x4254)) > > man socket on OpenBSD offers AF_ISO (ISO protocols) which sounds like it > could be access to individual ISO stack layers including layer 2

Re: AF_ISO, SOCK_RAW - mysterious phenomena in OpenBSD

2006-10-24 Thread Otto Moerbeek
On Tue, 24 Oct 2006, Karel Kulhavy wrote: > How do I do this C call taken from a Linux program on OpenBSD? > > socket(PF_PACKET, SOCK_RAW, htons(0x4254)) > > man socket on OpenBSD offers AF_ISO (ISO protocols) which sounds like it > could be access to individual ISO stack layers including layer

Re: AF_ISO, SOCK_RAW - mysterious phenomena in OpenBSD

2006-10-24 Thread Claudio Jeker
On Tue, Oct 24, 2006 at 06:34:55PM +0200, Karel Kulhavy wrote: > How do I do this C call taken from a Linux program on OpenBSD? > > socket(PF_PACKET, SOCK_RAW, htons(0x4254)) > > man socket on OpenBSD offers AF_ISO (ISO protocols) which sounds like it > could be access to individual ISO stack lay