#include <linux/wait.h>
#include <linux/time.h>
#include <linux/net.h>
#include <linux/bug.h>
#include <linux/skbuff.h>
#include <linux/uio.h>
#include <net/sock.h>
#include <linux/atomic.h>
#include <uapi/linux/atmdev.h>
Go to the source code of this file.
|
enum | {
ATM_VF_ADDR,
ATM_VF_READY,
ATM_VF_PARTIAL,
ATM_VF_REGIS,
ATM_VF_BOUND,
ATM_VF_RELEASED,
ATM_VF_HASQOS,
ATM_VF_LISTEN,
ATM_VF_META,
ATM_VF_SESSION,
ATM_VF_HASSAP,
ATM_VF_CLOSE,
ATM_VF_WAITING,
ATM_VF_IS_CLIP
} |
|
enum | { ATM_DF_REMOVED
} |
|
enum | atm_addr_type_t { ATM_ADDR_LOCAL,
ATM_ADDR_LECS
} |
|
#define ATM_ATMOPT_CLP 1 /* set CLP bit */ |
#define ATM_OF_IMMED 1 /* Attempt immediate delivery */ |
#define ATM_OF_INRATE 2 /* Attempt in-rate delivery */ |
#define ATM_PHY_SIG_FOUND 2 /* carrier/light okay */ |
#define ATM_PHY_SIG_LOST 0 /* no carrier/light */ |
#define ATM_VF2VS |
( |
|
flags | ) |
|
#define VCC_HTABLE_SIZE 32 |
- Enumerator:
ATM_VF_ADDR |
|
ATM_VF_READY |
|
ATM_VF_PARTIAL |
|
ATM_VF_REGIS |
|
ATM_VF_BOUND |
|
ATM_VF_RELEASED |
|
ATM_VF_HASQOS |
|
ATM_VF_LISTEN |
|
ATM_VF_META |
|
ATM_VF_SESSION |
|
ATM_VF_HASSAP |
|
ATM_VF_CLOSE |
|
ATM_VF_WAITING |
|
ATM_VF_IS_CLIP |
|
Definition at line 45 of file atmdev.h.
- Enumerator:
-
Definition at line 79 of file atmdev.h.
- Enumerator:
ATM_ADDR_LOCAL |
|
ATM_ADDR_LECS |
|
Definition at line 141 of file atmdev.h.
deregister_atm_ioctl - remove the ioctl handler
Definition at line 42 of file ioctl.c.
register_atm_ioctl - register handler for ioctl operations
Special (non-device) handlers of ioctl's should register here. If you're a normal device, you should set .ioctl in your atmdev_ops instead.
Definition at line 34 of file ioctl.c.