Deleted Added
full compact
at_var.h (55205) at_var.h (111888)
1/*
2 * Copyright (c) 1990,1991 Regents of The University of Michigan.
3 * All Rights Reserved.
4 *
5 * Permission to use, copy, modify, and distribute this software and
6 * its documentation for any purpose and without fee is hereby granted,
7 * provided that the above copyright notice appears in all copies and
8 * that both that copyright notice and this permission notice appear

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

15 * Research Systems Unix Group
16 * The University of Michigan
17 * c/o Mike Clark
18 * 535 W. William Street
19 * Ann Arbor, Michigan
20 * +1-313-763-0525
21 * netatalk@itd.umich.edu
22 *
1/*
2 * Copyright (c) 1990,1991 Regents of The University of Michigan.
3 * All Rights Reserved.
4 *
5 * Permission to use, copy, modify, and distribute this software and
6 * its documentation for any purpose and without fee is hereby granted,
7 * provided that the above copyright notice appears in all copies and
8 * that both that copyright notice and this permission notice appear

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

15 * Research Systems Unix Group
16 * The University of Michigan
17 * c/o Mike Clark
18 * 535 W. William Street
19 * Ann Arbor, Michigan
20 * +1-313-763-0525
21 * netatalk@itd.umich.edu
22 *
23 * $FreeBSD: head/sys/netatalk/at_var.h 55205 1999-12-29 04:46:21Z peter $
23 * $FreeBSD: head/sys/netatalk/at_var.h 111888 2003-03-04 23:19:55Z jlemon $
24 */
25
26#ifndef _NETATALK_AT_VAR_H_
27#define _NETATALK_AT_VAR_H_ 1
28/*
29 * For phase2, we need to keep not only our address on an interface,
30 * but also the legal networks on the interface.
31 */

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

56#define satosat(sa) ((struct sockaddr_at *)(sa))
57
58#define AFA_ROUTE 0x0001
59#define AFA_PROBING 0x0002
60#define AFA_PHASE2 0x0004
61
62#ifdef _KERNEL
63extern struct at_ifaddr *at_ifaddr;
24 */
25
26#ifndef _NETATALK_AT_VAR_H_
27#define _NETATALK_AT_VAR_H_ 1
28/*
29 * For phase2, we need to keep not only our address on an interface,
30 * but also the legal networks on the interface.
31 */

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

56#define satosat(sa) ((struct sockaddr_at *)(sa))
57
58#define AFA_ROUTE 0x0001
59#define AFA_PROBING 0x0002
60#define AFA_PHASE2 0x0004
61
62#ifdef _KERNEL
63extern struct at_ifaddr *at_ifaddr;
64extern struct ifqueue atintrq1, atintrq2;
65#endif
66
67#endif /* _NETATALK_AT_VAR_H_ */
64#endif
65
66#endif /* _NETATALK_AT_VAR_H_ */