Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../usr/include/linux
File: bpqether.h
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
[0] Fix | Delete
#ifndef __BPQETHER_H
[1] Fix | Delete
#define __BPQETHER_H
[2] Fix | Delete
[3] Fix | Delete
/*
[4] Fix | Delete
* Defines for the BPQETHER pseudo device driver
[5] Fix | Delete
*/
[6] Fix | Delete
[7] Fix | Delete
#include <linux/if_ether.h>
[8] Fix | Delete
[9] Fix | Delete
#define SIOCSBPQETHOPT (SIOCDEVPRIVATE+0) /* reserved */
[10] Fix | Delete
#define SIOCSBPQETHADDR (SIOCDEVPRIVATE+1)
[11] Fix | Delete
[12] Fix | Delete
struct bpq_ethaddr {
[13] Fix | Delete
unsigned char destination[ETH_ALEN];
[14] Fix | Delete
unsigned char accept[ETH_ALEN];
[15] Fix | Delete
};
[16] Fix | Delete
[17] Fix | Delete
/*
[18] Fix | Delete
* For SIOCSBPQETHOPT - this is compatible with PI2/PacketTwin card drivers,
[19] Fix | Delete
* currently not implemented, though. If someone wants to hook a radio
[20] Fix | Delete
* to his Ethernet card he may find this useful. ;-)
[21] Fix | Delete
*/
[22] Fix | Delete
[23] Fix | Delete
#define SIOCGBPQETHPARAM 0x5000 /* get Level 1 parameters */
[24] Fix | Delete
#define SIOCSBPQETHPARAM 0x5001 /* set */
[25] Fix | Delete
[26] Fix | Delete
struct bpq_req {
[27] Fix | Delete
int cmd;
[28] Fix | Delete
int speed; /* unused */
[29] Fix | Delete
int clockmode; /* unused */
[30] Fix | Delete
int txdelay;
[31] Fix | Delete
unsigned char persist; /* unused */
[32] Fix | Delete
int slotime; /* unused */
[33] Fix | Delete
int squeldelay;
[34] Fix | Delete
int dmachan; /* unused */
[35] Fix | Delete
int irq; /* unused */
[36] Fix | Delete
};
[37] Fix | Delete
[38] Fix | Delete
#endif
[39] Fix | Delete
[40] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function