Top | ![]() |
![]() |
![]() |
![]() |
const char * | nm_device_tun_get_hw_address () |
const char * | nm_device_tun_get_mode () |
gint64 | nm_device_tun_get_owner () |
gint64 | nm_device_tun_get_group () |
gboolean | nm_device_tun_get_no_pi () |
gboolean | nm_device_tun_get_vnet_hdr () |
gboolean | nm_device_tun_get_multi_queue () |
#define | NM_DEVICE_TUN_HW_ADDRESS |
#define | NM_DEVICE_TUN_OWNER |
#define | NM_DEVICE_TUN_GROUP |
#define | NM_DEVICE_TUN_MODE |
#define | NM_DEVICE_TUN_NO_PI |
#define | NM_DEVICE_TUN_VNET_HDR |
#define | NM_DEVICE_TUN_MULTI_QUEUE |
const char *
nm_device_tun_get_hw_address (NMDeviceTun *device
);
Gets the hardware (MAC) address of the NMDeviceTun
the hardware address. This is the internal string used by the device, and must not be modified.
Since: 1.2
const char *
nm_device_tun_get_mode (NMDeviceTun *device
);
Returns the TUN/TAP mode for the device.
Since: 1.2
gint64
nm_device_tun_get_owner (NMDeviceTun *device
);
Gets the tunnel owner.
Since: 1.2
gint64
nm_device_tun_get_group (NMDeviceTun *device
);
Gets the tunnel group.
Since: 1.2
gboolean
nm_device_tun_get_vnet_hdr (NMDeviceTun *device
);
Returns whether the NMDeviceTun has the IFF_VNET_HDR flag.
Since: 1.2
gboolean
nm_device_tun_get_multi_queue (NMDeviceTun *device
);
Returns whether the NMDeviceTun has the IFF_MULTI_QUEUE flag.
Since: 1.2