Deleted Added
full compact
mp.c (40622) mp.c (43313)
1/*-
2 * Copyright (c) 1998 Brian Somers <brian@Awfulhak.org>
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

18 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24 * SUCH DAMAGE.
25 *
1/*-
2 * Copyright (c) 1998 Brian Somers <brian@Awfulhak.org>
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

18 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24 * SUCH DAMAGE.
25 *
26 * $Id: mp.c,v 1.16 1998/09/04 18:25:59 brian Exp $
26 * $Id: mp.c,v 1.17 1998/10/24 01:08:45 brian Exp $
27 */
28
27 */
28
29#include <sys/types.h>
29#include <sys/param.h>
30#include <netinet/in.h>
31#include <netinet/in_systm.h>
32#include <netinet/ip.h>
33#include <arpa/inet.h>
34#include <net/if_dl.h>
35#include <sys/socket.h>
36#include <sys/un.h>
37

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

66#include "physical.h"
67#include "chat.h"
68#include "lcpproto.h"
69#include "filter.h"
70#include "mp.h"
71#include "chap.h"
72#include "cbcp.h"
73#include "datalink.h"
30#include <netinet/in.h>
31#include <netinet/in_systm.h>
32#include <netinet/ip.h>
33#include <arpa/inet.h>
34#include <net/if_dl.h>
35#include <sys/socket.h>
36#include <sys/un.h>
37

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

66#include "physical.h"
67#include "chat.h"
68#include "lcpproto.h"
69#include "filter.h"
70#include "mp.h"
71#include "chap.h"
72#include "cbcp.h"
73#include "datalink.h"
74#ifndef NORADIUS
75#include "radius.h"
76#endif
74#include "bundle.h"
75#include "ip.h"
76#include "prompt.h"
77#include "id.h"
78#include "arp.h"
79
80void
81peerid_Init(struct peerid *peer)

--- 954 unchanged lines hidden ---
77#include "bundle.h"
78#include "ip.h"
79#include "prompt.h"
80#include "id.h"
81#include "arp.h"
82
83void
84peerid_Init(struct peerid *peer)

--- 954 unchanged lines hidden ---