Go to the documentation of this file.
4 #include <linux/types.h>
21 #define DNPROTO_NSPT 7
29 #define DN_MAXALIASL 128
30 #define DN_MAXNODEL 256
31 #define DNBUFSIZE 65023
37 #define SO_CONACCESS 2
42 #define DSO_DISDATA 10
43 #define DSO_CONACCESS 2
44 #define DSO_ACCEPTMODE 4
45 #define DSO_CONACCEPT 5
46 #define DSO_CONREJECT 6
47 #define DSO_LINKINFO 7
49 #define DSO_SEQPACKET 9
50 #define DSO_MAXWINDOW 11
51 #define DSO_NODELAY 12
53 #define DSO_SERVICES 14
60 #define LL_CONNECTING 1
62 #define LL_DISCONNECTING 3
69 #define SDF_UICPROXY 4
87 #define sdn_nodeaddrl sdn_add.a_len
88 #define sdn_nodeaddr sdn_add.a_addr
97 #define opt_sts opt_status
139 #define DECNET_IOCTL_BASE 0x89
141 #define SIOCSNETADDR _IOW(DECNET_IOCTL_BASE, 0xe0, struct dn_naddr)
142 #define SIOCGNETADDR _IOR(DECNET_IOCTL_BASE, 0xe1, struct dn_naddr)
143 #define OSIOCSNETADDR _IOW(DECNET_IOCTL_BASE, 0xe0, int)
144 #define OSIOCGNETADDR _IOR(DECNET_IOCTL_BASE, 0xe1, int)