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
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
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
3 matches
Mail list logo