kernel/include/uapi/linux/hdlc/ioctl.h
.. .. @@ -79,6 +79,15 @@ 79 79 unsigned int timeout; 80 80 } cisco_proto; 81 81 82 +typedef struct {83 + unsigned short dce; /* 1 for DCE (network side) operation */84 + unsigned int modulo; /* modulo (8 = basic / 128 = extended) */85 + unsigned int window; /* frame window size */86 + unsigned int t1; /* timeout t1 */87 + unsigned int t2; /* timeout t2 */88 + unsigned int n2; /* frame retry counter */89 +} x25_hdlc_proto;90 +82 91 /* PPP doesn't need any info now - supply length = 0 to ioctl */ 83 92 84 93 #endif /* __ASSEMBLY__ */