#include <linux/atmapi.h>
#include <linux/atm.h>
#include <linux/atmioc.h>
Go to the source code of this file.
|
enum | atmsvc_msg_type {
as_catch_null,
as_bind,
as_connect,
as_accept,
as_reject,
as_listen,
as_okay,
as_error,
as_indicate,
as_close,
as_itf_notify,
as_modify,
as_identify,
as_terminate,
as_addparty,
as_dropparty
} |
|
#define SELECT_TOP_PCR |
( |
|
tp | ) |
|
Value:((tp).pcr ? (tp).pcr : \
(tp).max_pcr && (tp).max_pcr !=
ATM_MAX_PCR ? (tp).max_pcr : \
Definition at line 51 of file atmsvc.h.
- Enumerator:
as_catch_null |
|
as_bind |
|
as_connect |
|
as_accept |
|
as_reject |
|
as_listen |
|
as_okay |
|
as_error |
|
as_indicate |
|
as_close |
|
as_itf_notify |
|
as_modify |
|
as_identify |
|
as_terminate |
|
as_addparty |
|
as_dropparty |
|
Definition at line 17 of file atmsvc.h.