ddp.c (123656d4cc8c946f578ebd18c2050f5251720428) ddp.c (4fc268d24ceb9f4150777c1b5b2b8e6214e56b2b)
1/*
2 * DDP: An implementation of the AppleTalk DDP protocol for
3 * Ethernet 'ELAP'.
4 *
5 * Alan Cox <Alan.Cox@linux.org>
6 *
7 * With more than a little assistance from
8 *

--- 38 unchanged lines hidden (view full) ---

47 * This program is free software; you can redistribute it and/or
48 * modify it under the terms of the GNU General Public License
49 * as published by the Free Software Foundation; either version
50 * 2 of the License, or (at your option) any later version.
51 *
52 */
53
54#include <linux/config.h>
1/*
2 * DDP: An implementation of the AppleTalk DDP protocol for
3 * Ethernet 'ELAP'.
4 *
5 * Alan Cox <Alan.Cox@linux.org>
6 *
7 * With more than a little assistance from
8 *

--- 38 unchanged lines hidden (view full) ---

47 * This program is free software; you can redistribute it and/or
48 * modify it under the terms of the GNU General Public License
49 * as published by the Free Software Foundation; either version
50 * 2 of the License, or (at your option) any later version.
51 *
52 */
53
54#include <linux/config.h>
55#include <linux/capability.h>
55#include <linux/module.h>
56#include <linux/if_arp.h>
57#include <linux/termios.h> /* For TIOCOUTQ/INQ */
58#include <net/datalink.h>
59#include <net/psnap.h>
60#include <net/sock.h>
61#include <net/tcp_states.h>
62#include <net/route.h>

--- 1866 unchanged lines hidden ---
56#include <linux/module.h>
57#include <linux/if_arp.h>
58#include <linux/termios.h> /* For TIOCOUTQ/INQ */
59#include <net/datalink.h>
60#include <net/psnap.h>
61#include <net/sock.h>
62#include <net/tcp_states.h>
63#include <net/route.h>

--- 1866 unchanged lines hidden ---