Linux Kernel
3.7.1
|
#include <linux/types.h>
Go to the source code of this file.
Data Structures | |
struct | dn_naddr |
struct | sockaddr_dn |
struct | optdata_dn |
struct | accessdata_dn |
struct | linkinfo_dn |
union | etheraddress |
struct | dn_addr |
Macros | |
#define | DNPROTO_NSP 2 /* NSP protocol number */ |
#define | DNPROTO_ROU 3 /* Routing protocol number */ |
#define | DNPROTO_NML 4 /* Net mgt protocol number */ |
#define | DNPROTO_EVL 5 /* Evl protocol number (usr) */ |
#define | DNPROTO_EVR 6 /* Evl protocol number (evl) */ |
#define | DNPROTO_NSPT 7 /* NSP trace protocol number */ |
#define | DN_ADDL 2 |
#define | DN_MAXADDL 2 /* ULTRIX headers have 20 here, but pathworks has 2 */ |
#define | DN_MAXOPTL 16 |
#define | DN_MAXOBJL 16 |
#define | DN_MAXACCL 40 |
#define | DN_MAXALIASL 128 |
#define | DN_MAXNODEL 256 |
#define | DNBUFSIZE 65023 |
#define | SO_CONDATA 1 |
#define | SO_CONACCESS 2 |
#define | SO_PROXYUSR 3 |
#define | SO_LINKINFO 7 |
#define | DSO_CONDATA 1 /* Set/Get connect data */ |
#define | DSO_DISDATA 10 /* Set/Get disconnect data */ |
#define | DSO_CONACCESS 2 /* Set/Get connect access data */ |
#define | DSO_ACCEPTMODE 4 /* Set/Get accept mode */ |
#define | DSO_CONACCEPT 5 /* Accept deferred connection */ |
#define | DSO_CONREJECT 6 /* Reject deferred connection */ |
#define | DSO_LINKINFO 7 /* Set/Get link information */ |
#define | DSO_STREAM 8 /* Set socket type to stream */ |
#define | DSO_SEQPACKET 9 /* Set socket type to sequenced packet */ |
#define | DSO_MAXWINDOW 11 /* Maximum window size allowed */ |
#define | DSO_NODELAY 12 /* Turn off nagle */ |
#define | DSO_CORK 13 /* Wait for more data! */ |
#define | DSO_SERVICES 14 /* NSP Services field */ |
#define | DSO_INFO 15 /* NSP Info field */ |
#define | DSO_MAX 15 /* Maximum option number */ |
#define | LL_INACTIVE 0 |
#define | LL_CONNECTING 1 |
#define | LL_RUNNING 2 |
#define | LL_DISCONNECTING 3 |
#define | ACC_IMMED 0 |
#define | ACC_DEFER 1 |
#define | SDF_WILD 1 /* Wild card object */ |
#define | SDF_PROXY 2 /* Addr eligible for proxy */ |
#define | SDF_UICPROXY 4 /* Use uic-based proxy */ |
#define | sdn_nodeaddrl sdn_add.a_len /* Node address length */ |
#define | sdn_nodeaddr sdn_add.a_addr /* Node address */ |
#define | opt_sts opt_status |
#define | DECNET_IOCTL_BASE 0x89 /* PROTOPRIVATE range */ |
#define | SIOCSNETADDR _IOW(DECNET_IOCTL_BASE, 0xe0, struct dn_naddr) |
#define | SIOCGNETADDR _IOR(DECNET_IOCTL_BASE, 0xe1, struct dn_naddr) |
#define | OSIOCSNETADDR _IOW(DECNET_IOCTL_BASE, 0xe0, int) |
#define | OSIOCGNETADDR _IOR(DECNET_IOCTL_BASE, 0xe1, int) |
#define DSO_CONACCEPT 5 /* Accept deferred connection */ |
#define DSO_CONREJECT 6 /* Reject deferred connection */ |
#define DSO_DISDATA 10 /* Set/Get disconnect data */ |
#define OSIOCGNETADDR _IOR(DECNET_IOCTL_BASE, 0xe1, int) |
#define OSIOCSNETADDR _IOW(DECNET_IOCTL_BASE, 0xe0, int) |
#define sdn_nodeaddr sdn_add.a_addr /* Node address */ |
#define SIOCGNETADDR _IOR(DECNET_IOCTL_BASE, 0xe1, struct dn_naddr) |
#define SIOCSNETADDR _IOW(DECNET_IOCTL_BASE, 0xe0, struct dn_naddr) |