Deleted Added
full compact
mroute.c (13430) mroute.c (14543)
1/*
2 * Copyright (c) 1989 Stephen Deering
3 * Copyright (c) 1992, 1993
4 * The Regents of the University of California. All rights reserved.
5 *
6 * This code is derived from software contributed to Berkeley by
7 * Stephen Deering of Stanford University.
8 *

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

39
40/*
41 * Print DVMRP multicast routing structures and statistics.
42 *
43 * MROUTING 1.0
44 */
45
46#include <sys/param.h>
1/*
2 * Copyright (c) 1989 Stephen Deering
3 * Copyright (c) 1992, 1993
4 * The Regents of the University of California. All rights reserved.
5 *
6 * This code is derived from software contributed to Berkeley by
7 * Stephen Deering of Stanford University.
8 *

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

39
40/*
41 * Print DVMRP multicast routing structures and statistics.
42 *
43 * MROUTING 1.0
44 */
45
46#include <sys/param.h>
47#include <sys/queue.h>
47#include <sys/socket.h>
48#include <sys/socketvar.h>
49#include <sys/protosw.h>
50#include <sys/mbuf.h>
51
52#include <net/if.h>
53#include <netinet/in.h>
54#include <netinet/igmp.h>

--- 181 unchanged lines hidden ---
48#include <sys/socket.h>
49#include <sys/socketvar.h>
50#include <sys/protosw.h>
51#include <sys/mbuf.h>
52
53#include <net/if.h>
54#include <netinet/in.h>
55#include <netinet/igmp.h>

--- 181 unchanged lines hidden ---