Go to the documentation of this file. 1 #ifndef _UAPI__LINUX_ATALK_H__
2 #define _UAPI__LINUX_ATALK_H__
4 #include <linux/types.h>
5 #include <asm/byteorder.h>
6 #include <linux/socket.h>
14 #define ATPORT_FIRST 1
15 #define ATPORT_RESERVED 128
16 #define ATPORT_LAST 254
17 #define ATADDR_ANYNET (__u16)0
18 #define ATADDR_ANYNODE (__u8)0
19 #define ATADDR_ANYPORT (__u8)0
20 #define ATADDR_BCAST (__u8)255
22 #define DDP_MAXHOPS 15
24 #define SIOCATALKDIFADDR (SIOCPROTOPRIVATE + 0)