n_gsm is a new line discipline that implements the 3GPP 07.10
multiplexing protocol in the kernel.
}
}
+ /*
+ * Gsm
+ */
+ namespace Gsm {
+
+ [CCode (cname = "GSMIOC_GETCONF", cheader_filename = "linux/gsmmux.h")]
+ public const int GSMIOC_GETCONF;
+ [CCode (cname = "GSMIOC_SETCONF", cheader_filename = "linux/gsmmux.h")]
+ public const int GSMIOC_SETCONF;
+
+ [CCode (cname = "struct gsm_config", cheader_filename = "linux/gsmmux.h")]
+ public struct Config {
+ public uint adaption;
+ public uint encapsulation;
+ public uint initiator;
+ public uint t1;
+ public uint t2;
+ public uint t3;
+ public uint n2;
+ public uint mru;
+ public uint mtu;
+ public uint k;
+ public uint i;
+ }
+ }
+
/*
* Inotify
*/