Functions
nm_setting_ppp_new ()
NMSetting *
nm_setting_ppp_new (void);
Creates a new NMSettingPpp object with default values.
 
nm_setting_ppp_get_noauth ()
gboolean
nm_setting_ppp_get_noauth (NMSettingPpp *setting);
Returns
 the “noauth” property of the setting
 
 
nm_setting_ppp_get_refuse_eap ()
gboolean
nm_setting_ppp_get_refuse_eap (NMSettingPpp *setting);
Returns
 the “refuse-eap” property of the setting
 
 
nm_setting_ppp_get_refuse_pap ()
gboolean
nm_setting_ppp_get_refuse_pap (NMSettingPpp *setting);
Returns
 the “refuse-pap” property of the setting
 
 
nm_setting_ppp_get_refuse_chap ()
gboolean
nm_setting_ppp_get_refuse_chap (NMSettingPpp *setting);
Returns
 the “refuse-chap” property of the setting
 
 
nm_setting_ppp_get_refuse_mschap ()
gboolean
nm_setting_ppp_get_refuse_mschap (NMSettingPpp *setting);
Returns
 the “refuse-mschap” property of the setting
 
 
nm_setting_ppp_get_refuse_mschapv2 ()
gboolean
nm_setting_ppp_get_refuse_mschapv2 (NMSettingPpp *setting);
Returns
 the “refuse-mschapv2” property of the setting
 
 
nm_setting_ppp_get_nobsdcomp ()
gboolean
nm_setting_ppp_get_nobsdcomp (NMSettingPpp *setting);
Returns
 the “nobsdcomp” property of the setting
 
 
nm_setting_ppp_get_nodeflate ()
gboolean
nm_setting_ppp_get_nodeflate (NMSettingPpp *setting);
Returns
 the “nodeflate” property of the setting
 
 
nm_setting_ppp_get_no_vj_comp ()
gboolean
nm_setting_ppp_get_no_vj_comp (NMSettingPpp *setting);
Returns
 the “no-vj-comp” property of the setting
 
 
nm_setting_ppp_get_require_mppe ()
gboolean
nm_setting_ppp_get_require_mppe (NMSettingPpp *setting);
Returns
 the “require-mppe” property of the setting
 
 
nm_setting_ppp_get_require_mppe_128 ()
gboolean
nm_setting_ppp_get_require_mppe_128 (NMSettingPpp *setting);
Returns
 the “require-mppe-128” property of the setting
 
 
nm_setting_ppp_get_mppe_stateful ()
gboolean
nm_setting_ppp_get_mppe_stateful (NMSettingPpp *setting);
Returns
 the “mppe-stateful” property of the setting
 
 
nm_setting_ppp_get_crtscts ()
gboolean
nm_setting_ppp_get_crtscts (NMSettingPpp *setting);
Returns
 the “crtscts” property of the setting
 
 
nm_setting_ppp_get_baud ()
guint32
nm_setting_ppp_get_baud (NMSettingPpp *setting);
Returns
 the “baud” property of the setting
 
 
nm_setting_ppp_get_mru ()
guint32
nm_setting_ppp_get_mru (NMSettingPpp *setting);
Returns
 the “mru” property of the setting
 
 
nm_setting_ppp_get_mtu ()
guint32
nm_setting_ppp_get_mtu (NMSettingPpp *setting);
Returns
 the “mtu” property of the setting
 
 
nm_setting_ppp_get_lcp_echo_failure ()
guint32
nm_setting_ppp_get_lcp_echo_failure (NMSettingPpp *setting);
Returns
 the “lcp-echo-failure” property of the setting
 
 
nm_setting_ppp_get_lcp_echo_interval ()
guint32
nm_setting_ppp_get_lcp_echo_interval (NMSettingPpp *setting);
Returns
 the “lcp-echo-interval” property of the setting
 
 
 
Types and Values
NM_SETTING_PPP_SETTING_NAME
#define NM_SETTING_PPP_SETTING_NAME "ppp"
 
NM_SETTING_PPP_NOAUTH
#define NM_SETTING_PPP_NOAUTH            "noauth"
 
NM_SETTING_PPP_REFUSE_EAP
#define NM_SETTING_PPP_REFUSE_EAP        "refuse-eap"
 
NM_SETTING_PPP_REFUSE_PAP
#define NM_SETTING_PPP_REFUSE_PAP        "refuse-pap"
 
NM_SETTING_PPP_REFUSE_CHAP
#define NM_SETTING_PPP_REFUSE_CHAP       "refuse-chap"
 
NM_SETTING_PPP_REFUSE_MSCHAP
#define NM_SETTING_PPP_REFUSE_MSCHAP     "refuse-mschap"
 
NM_SETTING_PPP_REFUSE_MSCHAPV2
#define NM_SETTING_PPP_REFUSE_MSCHAPV2   "refuse-mschapv2"
 
NM_SETTING_PPP_NOBSDCOMP
#define NM_SETTING_PPP_NOBSDCOMP         "nobsdcomp"
 
NM_SETTING_PPP_NODEFLATE
#define NM_SETTING_PPP_NODEFLATE         "nodeflate"
 
NM_SETTING_PPP_NO_VJ_COMP
#define NM_SETTING_PPP_NO_VJ_COMP        "no-vj-comp"
 
NM_SETTING_PPP_REQUIRE_MPPE
#define NM_SETTING_PPP_REQUIRE_MPPE      "require-mppe"
 
NM_SETTING_PPP_REQUIRE_MPPE_128
#define NM_SETTING_PPP_REQUIRE_MPPE_128  "require-mppe-128"
 
NM_SETTING_PPP_MPPE_STATEFUL
#define NM_SETTING_PPP_MPPE_STATEFUL     "mppe-stateful"
 
NM_SETTING_PPP_CRTSCTS
#define NM_SETTING_PPP_CRTSCTS           "crtscts"
 
NM_SETTING_PPP_BAUD
#define NM_SETTING_PPP_BAUD              "baud"
 
NM_SETTING_PPP_MRU
#define NM_SETTING_PPP_MRU               "mru"
 
NM_SETTING_PPP_MTU
#define NM_SETTING_PPP_MTU               "mtu"
 
NM_SETTING_PPP_LCP_ECHO_FAILURE
#define NM_SETTING_PPP_LCP_ECHO_FAILURE  "lcp-echo-failure"
 
NM_SETTING_PPP_LCP_ECHO_INTERVAL
#define NM_SETTING_PPP_LCP_ECHO_INTERVAL "lcp-echo-interval"