summaryrefslogtreecommitdiffstats
path: root/sys/netatalk/at.h
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>1996-07-23 01:18:47 +0000
committerjulian <julian@FreeBSD.org>1996-07-23 01:18:47 +0000
commit7805978130bff3d12577cd0f7ab22e16fcf455ed (patch)
tree2385f2536a83e74266993dc1005df7f95645ba32 /sys/netatalk/at.h
parentb38885b4106ac83ac9d14b4d9d6a8567a51abbbe (diff)
downloadFreeBSD-src-7805978130bff3d12577cd0f7ab22e16fcf455ed.zip
FreeBSD-src-7805978130bff3d12577cd0f7ab22e16fcf455ed.tar.gz
Submitted by: archie@whistle.com
appletalk cleanups
Diffstat (limited to 'sys/netatalk/at.h')
-rw-r--r--sys/netatalk/at.h27
1 files changed, 1 insertions, 26 deletions
diff --git a/sys/netatalk/at.h b/sys/netatalk/at.h
index eca11fb..d9b4691 100644
--- a/sys/netatalk/at.h
+++ b/sys/netatalk/at.h
@@ -58,11 +58,7 @@ struct at_addr {
u_char s_node;
};
-#if defined( BSD4_4 ) && !defined( __FreeBSD__ )
-#define ATADDR_ANYNET (u_short)0xffff
-#else
#define ATADDR_ANYNET (u_short)0x0000
-#endif
#define ATADDR_ANYNODE (u_char)0x00
#define ATADDR_ANYPORT (u_char)0x00
#define ATADDR_BCAST (u_char)0xff /* There is no BCAST for NET */
@@ -75,32 +71,11 @@ struct at_addr {
* by the kernel.
*/
struct sockaddr_at {
-#ifdef BSD4_4
u_char sat_len;
u_char sat_family;
-#else BSD4_4
- short sat_family;
-#endif BSD4_4
u_char sat_port;
struct at_addr sat_addr;
-#ifdef notdef
- struct {
- u_char sh_type;
-# define SATHINT_NONE 0
-# define SATHINT_CONFIG 1
-# define SATHINT_IFACE 2
- union {
- char su_zero[ 7 ]; /* XXX check size */
- struct {
- u_char sr_phase;
- u_short sr_firstnet, sr_lastnet;
- } su_range;
- u_short su_interface;
- } sh_un;
- } sat_hints;
-#else notdef
- char sat_zero[ 8 ];
-#endif notdef
+ char sat_zero[ 8 ]; /* Hide a struct netrange in here */
};
struct netrange {
OpenPOWER on IntegriCloud