/*
* This file is auto - generated . Modifications will be lost .
*
* See https : //android.googlesource.com/platform/bionic/+/master/libc/kernel/
* for more information .
*/
#ifndef _LINUX_ATMSAP_H
#define _LINUX_ATMSAP_H
#include <linux/atmapi.h>
#define ATM_L2_NONE 0
#define ATM_L2_ISO1745 0 x01
#define ATM_L2_Q291 0 x02
#define ATM_L2_X25_LL 0 x06
#define ATM_L2_X25_ML 0 x07
#define ATM_L2_LAPB 0 x08
#define ATM_L2_HDLC_ARM 0 x09
#define ATM_L2_HDLC_NRM 0 x0a
#define ATM_L2_HDLC_ABM 0 x0b
#define ATM_L2_ISO8802 0 x0c
#define ATM_L2_X75 0 x0d
#define ATM_L2_Q922 0 x0e
#define ATM_L2_USER 0 x10
#define ATM_L2_ISO7776 0 x11
#define ATM_L3_NONE 0
#define ATM_L3_X25 0 x06
#define ATM_L3_ISO8208 0 x07
#define ATM_L3_X223 0 x08
#define ATM_L3_ISO8473 0 x09
#define ATM_L3_T70 0 x0a
#define ATM_L3_TR9577 0 x0b
#define ATM_L3_H310 0 x0c
#define ATM_L3_H321 0 x0d
#define ATM_L3_USER 0 x10
#define ATM_HL_NONE 0
#define ATM_HL_ISO 0 x01
#define ATM_HL_USER 0 x02
#define ATM_HL_HLP 0 x03
#define ATM_HL_VENDOR 0 x04
#define ATM_IMD_NONE 0
#define ATM_IMD_NORMAL 1
#define ATM_IMD_EXTENDED 2
#define ATM_TT_NONE 0
#define ATM_TT_RX 1
#define ATM_TT_TX 2
#define ATM_TT_RXTX 3
#define ATM_MC_NONE 0
#define ATM_MC_TS 1
#define ATM_MC_TS_FEC 2
#define ATM_MC_PS 3
#define ATM_MC_PS_FEC 4
#define ATM_MC_H221 5
#define ATM_MAX_HLI 8
struct atm_blli {
unsigned char l2_proto;
union {
struct {
unsigned char mode;
unsigned char window;
} itu;
unsigned char user;
} l2;
unsigned char l3_proto;
union {
struct {
unsigned char mode;
unsigned char def_size;
unsigned char window;
} itu;
unsigned char user;
struct {
unsigned char term_type;
unsigned char fw_mpx_cap;
unsigned char bw_mpx_cap;
} h310;
struct {
unsigned char ipi;
unsigned char snap[5 ];
} tr9577;
} l3;
} __ATM_API_ALIGN;
struct atm_bhli {
unsigned char hl_type;
unsigned char hl_length;
unsigned char hl_info[ATM_MAX_HLI];
};
#define ATM_MAX_BLLI 3
struct atm_sap {
struct atm_bhli bhli;
struct atm_blli blli[ATM_MAX_BLLI] __ATM_API_ALIGN;
};
#endif
Messung V0.5 in Prozent C=86 H=96 G=90
¤ Dauer der Verarbeitung: 0.11 Sekunden
(vorverarbeitet am 2026-06-28)
¤
*© Formatika GbR, Deutschland