Deleted Added
full compact
if_arcsubr.c (89099) if_arcsubr.c (92725)
1/* $NetBSD: if_arcsubr.c,v 1.36 2001/06/14 05:44:23 itojun Exp $ */
1/* $NetBSD: if_arcsubr.c,v 1.36 2001/06/14 05:44:23 itojun Exp $ */
2/* $FreeBSD: head/sys/net/if_arcsubr.c 89099 2002-01-08 20:03:13Z fjoe $ */
2/* $FreeBSD: head/sys/net/if_arcsubr.c 92725 2002-03-19 21:54:18Z alfred $ */
3
4/*
5 * Copyright (c) 1994, 1995 Ignatios Souvatzis
6 * Copyright (c) 1982, 1989, 1993
7 * The Regents of the University of California. All rights reserved.
8 *
9 * Redistribution and use in source and binary forms, with or without
10 * modification, are permitted provided that the following conditions

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

72#ifdef INET6
73#include <netinet6/nd6.h>
74#endif
75
76MODULE_VERSION(arcnet, 1);
77
78#define ARCNET_ALLOW_BROKEN_ARP
79
3
4/*
5 * Copyright (c) 1994, 1995 Ignatios Souvatzis
6 * Copyright (c) 1982, 1989, 1993
7 * The Regents of the University of California. All rights reserved.
8 *
9 * Redistribution and use in source and binary forms, with or without
10 * modification, are permitted provided that the following conditions

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

72#ifdef INET6
73#include <netinet6/nd6.h>
74#endif
75
76MODULE_VERSION(arcnet, 1);
77
78#define ARCNET_ALLOW_BROKEN_ARP
79
80static struct mbuf *arc_defrag __P((struct ifnet *, struct mbuf *));
80static struct mbuf *arc_defrag(struct ifnet *, struct mbuf *);
81
82u_int8_t arcbroadcastaddr = 0;
83
84#define senderr(e) { error = (e); goto bad;}
85#define SIN(s) ((struct sockaddr_in *)s)
86
87/*
88 * ARCnet output routine.

--- 692 unchanged lines hidden ---
81
82u_int8_t arcbroadcastaddr = 0;
83
84#define senderr(e) { error = (e); goto bad;}
85#define SIN(s) ((struct sockaddr_in *)s)
86
87/*
88 * ARCnet output routine.

--- 692 unchanged lines hidden ---