1 #ifndef __HDLC_IOCTL_H__
2 #define __HDLC_IOCTL_H__
5 unsigned int clock_rate
; /* bits per second */
6 unsigned int clock_type
; /* internal, external, TX-internal etc. */
7 unsigned short loopback
;
8 } sync_serial_settings
; /* V.35, V.24, X.21 */
11 unsigned int clock_rate
; /* bits per second */
12 unsigned int clock_type
; /* internal, external, TX-internal etc. */
13 unsigned short loopback
;
14 unsigned int slot_map
;
15 } te1_settings
; /* T1, E1 */
18 unsigned short encoding
;
19 unsigned short parity
;
29 unsigned short dce
; /* 1 for DCE (network side) operation */
34 } fr_proto_pvc
; /* for creating/deleting FR PVCs */
38 char master
[IFNAMSIZ
]; /* Name of master FRAD device */
39 }fr_proto_pvc_info
; /* for returning PVC information only */
42 unsigned int interval
;
46 /* PPP doesn't need any info now - supply length = 0 to ioctl */
48 #endif /* __HDLC_IOCTL_H__ */