netdev
[Top] [All Lists]

Re: [RFC-2] Configuring Synchronous Interfaces in Linux

To: Ivan Passos <lists@xxxxxxxxxxxx>
Subject: Re: [RFC-2] Configuring Synchronous Interfaces in Linux
From: Peter Samuelson <peter@xxxxxxxxxxxxx>
Date: Tue, 5 Dec 2000 14:41:32 -0600
Cc: Alan Cox <alan@xxxxxxxxxxxxxxxxxxx>, Linux Kernel List <linux-kernel@xxxxxxxxxxxxxxx>, netdev@xxxxxxxxxxx
In-reply-to: <Pine.LNX.4.10.10012051118140.1713-100000@main.cyclades.com>; from lists@cyclades.com on Tue, Dec 05, 2000 at 11:23:50AM -0800
References: <E143Ebi-000500-00@the-village.bc.nu> <Pine.LNX.4.10.10012051118140.1713-100000@main.cyclades.com>
Sender: owner-netdev@xxxxxxxxxxx
User-agent: Mutt/1.2.5i
[Ivan Passos]
> - One ioctl that passes a pointer to a known structure in
>   ifr.ifr_data as its argument.

struct sync_params_ioctl_data {
  int opcode;
  union {......

Seems straightforward to me.  Basically just ioctl numbers within ioctl
numbers.

Peter

<Prev in Thread] Current Thread [Next in Thread>