Deleted Added
full compact
igmp_var.h (12296) igmp_var.h (13765)
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 *

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

30 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
31 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
32 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
33 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
34 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
35 * SUCH DAMAGE.
36 *
37 * @(#)igmp_var.h 8.1 (Berkeley) 7/19/93
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 *

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

30 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
31 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
32 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
33 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
34 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
35 * SUCH DAMAGE.
36 *
37 * @(#)igmp_var.h 8.1 (Berkeley) 7/19/93
38 * $Id: igmp_var.h,v 1.6 1995/06/13 17:51:07 wollman Exp $
38 * $Id: igmp_var.h,v 1.7 1995/11/14 20:33:54 phk Exp $
39 */
40
41#ifndef _NETINET_IGMP_VAR_H_
42#define _NETINET_IGMP_VAR_H_
43
44/*
45 * Internet Group Management Protocol (IGMP),
46 * implementation-specific definitions.
47 *
48 * Written by Steve Deering, Stanford, May 1988.
49 *
39 */
40
41#ifndef _NETINET_IGMP_VAR_H_
42#define _NETINET_IGMP_VAR_H_
43
44/*
45 * Internet Group Management Protocol (IGMP),
46 * implementation-specific definitions.
47 *
48 * Written by Steve Deering, Stanford, May 1988.
49 *
50 * MULTICAST Revisiob: 3.3.1.1
50 * MULTICAST Revision: 3.3.1.1
51 */
52
53struct igmpstat {
54 u_int igps_rcv_total; /* total IGMP messages received */
55 u_int igps_rcv_tooshort; /* received with too few bytes */
56 u_int igps_rcv_badsum; /* received with bad checksum */
57 u_int igps_rcv_queries; /* received membership queries */
58 u_int igps_rcv_badqueries; /* received invalid queries */

--- 33 unchanged lines hidden ---
51 */
52
53struct igmpstat {
54 u_int igps_rcv_total; /* total IGMP messages received */
55 u_int igps_rcv_tooshort; /* received with too few bytes */
56 u_int igps_rcv_badsum; /* received with bad checksum */
57 u_int igps_rcv_queries; /* received membership queries */
58 u_int igps_rcv_badqueries; /* received invalid queries */

--- 33 unchanged lines hidden ---