af_x25.c (123656d4cc8c946f578ebd18c2050f5251720428) | af_x25.c (4fc268d24ceb9f4150777c1b5b2b8e6214e56b2b) |
---|---|
1/* 2 * X.25 Packet Layer release 002 3 * 4 * This is ALPHA test software. This code may break your machine, 5 * randomly fail to work with new releases, misbehave and/or generally 6 * screw up. It might even work. 7 * 8 * This code REQUIRES 2.1.15 or higher --- 23 unchanged lines hidden (view full) --- 32 * 2005-04-02 Shaun Pereira Selective sub address matching 33 * with call user data 34 * 2005-04-15 Shaun Pereira Fast select with no restriction on 35 * response 36 */ 37 38#include <linux/config.h> 39#include <linux/module.h> | 1/* 2 * X.25 Packet Layer release 002 3 * 4 * This is ALPHA test software. This code may break your machine, 5 * randomly fail to work with new releases, misbehave and/or generally 6 * screw up. It might even work. 7 * 8 * This code REQUIRES 2.1.15 or higher --- 23 unchanged lines hidden (view full) --- 32 * 2005-04-02 Shaun Pereira Selective sub address matching 33 * with call user data 34 * 2005-04-15 Shaun Pereira Fast select with no restriction on 35 * response 36 */ 37 38#include <linux/config.h> 39#include <linux/module.h> |
40#include <linux/capability.h> |
|
40#include <linux/errno.h> 41#include <linux/kernel.h> 42#include <linux/sched.h> 43#include <linux/timer.h> 44#include <linux/string.h> 45#include <linux/net.h> 46#include <linux/netdevice.h> 47#include <linux/if_arp.h> --- 1435 unchanged lines hidden --- | 41#include <linux/errno.h> 42#include <linux/kernel.h> 43#include <linux/sched.h> 44#include <linux/timer.h> 45#include <linux/string.h> 46#include <linux/net.h> 47#include <linux/netdevice.h> 48#include <linux/if_arp.h> --- 1435 unchanged lines hidden --- |