Deleted Added
full compact
if_spppsubr.c (22975) if_spppsubr.c (24204)
1/*
2 * Synchronous PPP/Cisco link level subroutines.
3 * Keepalive protocol implemented in both Cisco and PPP modes.
4 *
5 * Copyright (C) 1994 Cronyx Ltd.
6 * Author: Serge Vakulenko, <vak@zebub.msk.su>
7 *
8 * This software is distributed with NO WARRANTIES, not even the implied
9 * warranties for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
10 *
11 * Authors grant any other persons or organisations permission to use
12 * or modify this software as long as this message is kept with the software,
13 * all derivative works or modified versions.
14 *
15 * Version 1.9, Wed Oct 4 18:58:15 MSK 1995
16 *
1/*
2 * Synchronous PPP/Cisco link level subroutines.
3 * Keepalive protocol implemented in both Cisco and PPP modes.
4 *
5 * Copyright (C) 1994 Cronyx Ltd.
6 * Author: Serge Vakulenko, <vak@zebub.msk.su>
7 *
8 * This software is distributed with NO WARRANTIES, not even the implied
9 * warranties for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
10 *
11 * Authors grant any other persons or organisations permission to use
12 * or modify this software as long as this message is kept with the software,
13 * all derivative works or modified versions.
14 *
15 * Version 1.9, Wed Oct 4 18:58:15 MSK 1995
16 *
17 * $Id$
17 * $Id: if_spppsubr.c,v 1.16 1997/02/22 09:41:09 peter Exp $
18 */
19#undef DEBUG
20
21#include <sys/param.h>
22#include <sys/systm.h>
23#include <sys/kernel.h>
18 */
19#undef DEBUG
20
21#include <sys/param.h>
22#include <sys/systm.h>
23#include <sys/kernel.h>
24#include <sys/ioctl.h>
24#include <sys/sockio.h>
25#include <sys/socket.h>
26#include <sys/mbuf.h>
27
28#include <net/if.h>
29#include <net/netisr.h>
30#include <net/if_types.h>
31
32#ifdef INET

--- 1341 unchanged lines hidden ---
25#include <sys/socket.h>
26#include <sys/mbuf.h>
27
28#include <net/if.h>
29#include <net/netisr.h>
30#include <net/if_types.h>
31
32#ifdef INET

--- 1341 unchanged lines hidden ---