Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros
atalk.h File Reference
#include <linux/types.h>
#include <asm/byteorder.h>
#include <linux/socket.h>

Go to the source code of this file.

Data Structures

struct  atalk_addr
 
struct  sockaddr_at
 
struct  atalk_netrange
 

Macros

#define ATPORT_FIRST   1
 
#define ATPORT_RESERVED   128
 
#define ATPORT_LAST   254 /* 254 is only legal on localtalk */
 
#define ATADDR_ANYNET   (__u16)0
 
#define ATADDR_ANYNODE   (__u8)0
 
#define ATADDR_ANYPORT   (__u8)0
 
#define ATADDR_BCAST   (__u8)255
 
#define DDP_MAXSZ   587
 
#define DDP_MAXHOPS   15 /* 4 bits of hop counter */
 
#define SIOCATALKDIFADDR   (SIOCPROTOPRIVATE + 0)
 

Macro Definition Documentation

#define ATADDR_ANYNET   (__u16)0

Definition at line 17 of file atalk.h.

#define ATADDR_ANYNODE   (__u8)0

Definition at line 18 of file atalk.h.

#define ATADDR_ANYPORT   (__u8)0

Definition at line 19 of file atalk.h.

#define ATADDR_BCAST   (__u8)255

Definition at line 20 of file atalk.h.

#define ATPORT_FIRST   1

Definition at line 14 of file atalk.h.

#define ATPORT_LAST   254 /* 254 is only legal on localtalk */

Definition at line 16 of file atalk.h.

#define ATPORT_RESERVED   128

Definition at line 15 of file atalk.h.

#define DDP_MAXHOPS   15 /* 4 bits of hop counter */

Definition at line 22 of file atalk.h.

#define DDP_MAXSZ   587

Definition at line 21 of file atalk.h.

#define SIOCATALKDIFADDR   (SIOCPROTOPRIVATE + 0)

Definition at line 24 of file atalk.h.