igmp.c (e57c2b130f2cd40967cf20698d376cc5ada95871) igmp.c (33553d6e997f102da7a5f27d534b3ee57beb0a87)
1/*-
2 * Copyright (c) 1988 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 *

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

43 *
44 * MULTICAST Revision: 3.5.1.4
45 */
46
47#include <sys/cdefs.h>
48__FBSDID("$FreeBSD$");
49
50#include "opt_mac.h"
1/*-
2 * Copyright (c) 1988 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 *

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

43 *
44 * MULTICAST Revision: 3.5.1.4
45 */
46
47#include <sys/cdefs.h>
48__FBSDID("$FreeBSD$");
49
50#include "opt_mac.h"
51#include "opt_route.h"
51
52#include <sys/param.h>
53#include <sys/systm.h>
54#include <sys/malloc.h>
55#include <sys/mbuf.h>
56#include <sys/socket.h>
57#include <sys/protosw.h>
58#include <sys/kernel.h>

--- 482 unchanged lines hidden ---
52
53#include <sys/param.h>
54#include <sys/systm.h>
55#include <sys/malloc.h>
56#include <sys/mbuf.h>
57#include <sys/socket.h>
58#include <sys/protosw.h>
59#include <sys/kernel.h>

--- 482 unchanged lines hidden ---