Home
last modified time | relevance | path

Searched refs:iface_type (Results 1 – 25 of 415) sorted by relevance

12345678910>>...17

/dports/security/fwbuilder/fwbuilder-5.3.7/src/libgui/
H A DvlanOnlyIfaceOptsDialog.cpp57 setInterfaceTypes(m_dialog->iface_type, Interface::cast(obj), in vlanOnlyIfaceOptsDialog()
64 m_dialog->iface_type->hide(); in vlanOnlyIfaceOptsDialog()
68 m_dialog->iface_type->show(); in vlanOnlyIfaceOptsDialog()
105 QString new_type = m_dialog->iface_type->itemData( in accept()
106 m_dialog->iface_type->currentIndex()).toString(); in accept()
137 QString new_type = m_dialog->iface_type->itemData( in typeChanged()
138 m_dialog->iface_type->currentIndex()).toString(); in typeChanged()
150 QString combobox = m_dialog->iface_type->currentText(); in validate()
151 QString type = m_dialog->iface_type->itemData( in validate()
152 m_dialog->iface_type->currentIndex()).toString(); in validate()
H A DpixosIfaceOptsDialog.cpp57 setInterfaceTypes(m_dialog->iface_type, Interface::cast(obj), in pixosIfaceOptsDialog()
64 m_dialog->iface_type->hide(); in pixosIfaceOptsDialog()
68 m_dialog->iface_type->show(); in pixosIfaceOptsDialog()
107 QString new_type = m_dialog->iface_type->itemData( in accept()
108 m_dialog->iface_type->currentIndex()).toString(); in accept()
139 QString new_type = m_dialog->iface_type->itemData( in typeChanged()
140 m_dialog->iface_type->currentIndex()).toString(); in typeChanged()
156 QString combobox = m_dialog->iface_type->currentText(); in validate()
157 QString type = m_dialog->iface_type->itemData( in validate()
158 m_dialog->iface_type->currentIndex()).toString(); in validate()
H A Dlinux24IfaceOptsDialog.cpp59 setInterfaceTypes(m_dialog->iface_type, Interface::cast(obj), in linux24IfaceOptsDialog()
66 m_dialog->iface_type->hide(); in linux24IfaceOptsDialog()
70 m_dialog->iface_type->show(); in linux24IfaceOptsDialog()
115 QString new_type = m_dialog->iface_type->itemData( in accept()
116 m_dialog->iface_type->currentIndex()).toString(); in accept()
147 QString new_type = m_dialog->iface_type->itemData( in typeChanged()
148 m_dialog->iface_type->currentIndex()).toString(); in typeChanged()
182 QString combobox = m_dialog->iface_type->currentText(); in validate()
183 QString type = m_dialog->iface_type->itemData( in validate()
184 m_dialog->iface_type->currentIndex()).toString(); in validate()
H A DsecuwallIfaceOptsDialog.cpp46 setInterfaceTypes(m_dialog->iface_type, Interface::cast(obj), in secuwallIfaceOptsDialog()
53 m_dialog->iface_type->hide(); in secuwallIfaceOptsDialog()
57 m_dialog->iface_type->show(); in secuwallIfaceOptsDialog()
110 QString new_type = m_dialog->iface_type->itemData( in accept()
111 m_dialog->iface_type->currentIndex()).toString(); in accept()
142 QString new_type = m_dialog->iface_type->itemData( in typeChanged()
143 m_dialog->iface_type->currentIndex()).toString(); in typeChanged()
H A DbsdIfaceOptsDialog.cpp57 setInterfaceTypes(m_dialog->iface_type, Interface::cast(obj), in bsdIfaceOptsDialog()
64 m_dialog->iface_type->hide(); in bsdIfaceOptsDialog()
68 m_dialog->iface_type->show(); in bsdIfaceOptsDialog()
118 QString new_type = m_dialog->iface_type->itemData( in accept()
119 m_dialog->iface_type->currentIndex()).toString(); in accept()
150 QString new_type = m_dialog->iface_type->itemData( in typeChanged()
151 m_dialog->iface_type->currentIndex()).toString(); in typeChanged()
/dports/devel/glib20/glib-2.70.4/gobject/tests/
H A Dtestcommon.h66 static GType iface_type = 0; \
68 if (!iface_type) \
84 iface_type = g_type_register_static (G_TYPE_INTERFACE, \
88 return iface_type; \
91 #define INTERFACE_FULL(type, init_func, iface_type) \ argument
98 g_type_add_interface_static (type, iface_type, &iface); \
100 #define INTERFACE(init_func, iface_type) \ argument
101 INTERFACE_FULL(object_type, init_func, iface_type)
/dports/devel/glib20/glib-2.70.4/tests/gobject/
H A Dtestcommon.h66 static GType iface_type = 0; \
68 if (!iface_type) \
84 iface_type = g_type_register_static (G_TYPE_INTERFACE, \
88 return iface_type; \
91 #define INTERFACE_FULL(type, init_func, iface_type) \ argument
98 g_type_add_interface_static (type, iface_type, &iface); \
100 #define INTERFACE(init_func, iface_type) \ argument
101 INTERFACE_FULL(object_type, init_func, iface_type)
/dports/net-mgmt/ipcad/ipcad-3.7.3/
H A Dpsrc.c72 ps->iface_type = IFACE_DYNAMIC; in create_packet_source()
86 ps->iface_type = IFACE_ULOG; in create_packet_source()
114 ps->iface_type = IFACE_IPQ; in create_packet_source()
129 ps->iface_type = IFACE_DIVERT; in create_packet_source()
131 ps->iface_type = IFACE_TEE; in create_packet_source()
146 ps->iface_type = IFACE_FILE; in create_packet_source()
156 ps->iface_type = IFACE_BPF; in create_packet_source()
169 switch(ps->iface_type) { in create_packet_source()
197 switch(ps->iface_type) { in init_packet_source()
230 switch(ps->iface_type) { in destroy_packet_source()
[all …]
H A Dpsrc-divert.c54 assert(ps->iface_type == IFACE_DIVERT in init_packet_source_divert()
55 || ps->iface_type == IFACE_TEE); /* Don't cook crap */ in init_packet_source_divert()
95 assert(ps->iface_type == IFACE_DIVERT in print_stats_divert()
96 || ps->iface_type == IFACE_TEE); in print_stats_divert()
/dports/devel/libgsf/libgsf-1.14.47/gsf/
H A Dgsf-impl-utils.h82 #define GSF_INTERFACE_FULL(type, init_func, iface_type) { \ argument
85 g_type_add_interface_static (type, iface_type, &iface); \
88 #define GSF_INTERFACE(init_func, iface_type) \ argument
89 GSF_INTERFACE_FULL(type, init_func, iface_type)
138 #define GSF_DYNAMIC_INTERFACE_FULL(type, init_func, iface_type, module) { \ argument
141 g_type_module_add_interface (module, type, iface_type, &iface); \
144 #define GSF_DYNAMIC_INTERFACE(init_func, iface_type, module) \ argument
145 GSF_DYNAMIC_INTERFACE_FULL(type, init_func, iface_type, module)
/dports/audio/exaile/exaile-4.1.1/xl/
H A Dhal.py45 def __init__(self, obj, iface_type): argument
47 self.iface_type = iface_type
51 *((self.iface_type,) + a), **k
59 return '<UDisksPropertyWrapper: %s>' % self.iface_type
80 def __init__(self, bus, root, path, iface_type): argument
82 self.iface_type = iface_type
97 self._iface = dbus.Interface(self.obj, self.iface_type)
109 self._props_iface = UDisksPropertyWrapper(iface, self.iface_type)
113 return '<UDisksDBusWrapper: %s (%s)>' % (self.iface_type, self.path)
180 for p, iface_type in self.paths:
[all …]
/dports/sysutils/py-salt/salt-3004.1/salt/modules/
H A Drh_ip.py586 if iface_type == "team":
597 if iface_type == "bond":
609 if iface_type == "vlan":
637 if iface_type == "eth":
674 if iface_type == "ipip":
681 if iface_type == "ib":
1010 iface_type = iface_type.lower()
1022 if iface_type == "bond":
1048 if iface_type == "vlan":
1057 if iface_type in (
[all …]
/dports/graphics/dia/dia-0.97.3/lib/
H A Ddiainteractiverenderer.c41 static GType iface_type = 0; in dia_interactive_renderer_interface_get_type() local
43 if (!iface_type) in dia_interactive_renderer_interface_get_type()
52 iface_type = g_type_register_static (G_TYPE_INTERFACE, in dia_interactive_renderer_interface_get_type()
57 g_type_interface_add_prerequisite (iface_type, in dia_interactive_renderer_interface_get_type()
61 return iface_type; in dia_interactive_renderer_interface_get_type()
/dports/net-mgmt/guifi-snpservices/snpservices-0.2.2/common/
H A Dget_snmpifaces.php23 $iface_type = eregi_replace("INTEGER: ","",$iface_type_value);
25 if ($iface_type === '6' || $iface_type === '209' | $iface_type === '135') {
32 if ($iface_type === '71' ) {
/dports/devel/py-zope.component/zope.component-4.2.2/src/zope/component/
H A Dinterface.py24 def provideInterface(id, interface, iface_type=None, info=''): argument
35 if iface_type is not None:
36 if not iface_type.extends(IInterface):
37 raise TypeError(iface_type, "is not an interface type")
38 alsoProvides(interface, iface_type)
40 iface_type = IInterface
43 gsm.registerUtility(interface, iface_type, id, info)
/dports/deskutils/gnome-dictionary/gnome-dictionary-40.0/src/
H A Dgdict-context.c95 iface_type, in gdict_context_class_init()
113 iface_type, in gdict_context_class_init()
130 iface_type, in gdict_context_class_init()
149 iface_type, in gdict_context_class_init()
167 iface_type, in gdict_context_class_init()
183 iface_type, in gdict_context_class_init()
200 iface_type, in gdict_context_class_init()
217 iface_type, in gdict_context_class_init()
236 iface_type, in gdict_context_class_init()
254 iface_type, in gdict_context_class_init()
[all …]
/dports/devel/dbus-glib/dbus-glib-0.112/test/interfaces/
H A Dtest-dup-prop.c18 GType iface_type = G_TYPE_FROM_INTERFACE (g_iface); in test_a_class_init() local
27 dbus_g_object_type_install_info (iface_type, in test_a_class_init()
29 dbus_g_object_type_register_shadow_property (iface_type, in test_a_class_init()
59 GType iface_type = G_TYPE_FROM_INTERFACE (g_iface); in test_b_class_init() local
68 dbus_g_object_type_install_info (iface_type, in test_b_class_init()
70 dbus_g_object_type_register_shadow_property (iface_type, in test_b_class_init()
H A Dtest-interfaces.c40 GType iface_type = G_TYPE_FROM_INTERFACE (g_iface); in test_hello_class_init() local
44 iface_type, in test_hello_class_init()
52 dbus_g_object_type_install_info (iface_type, in test_hello_class_init()
96 GType iface_type = G_TYPE_FROM_INTERFACE (g_iface); in test_goodbye_class_init() local
98 dbus_g_object_type_install_info (iface_type, in test_goodbye_class_init()
/dports/net/libgrss/libgrss-0.7.0/src/
H A Dfeed-handler.c32 static GType iface_type = 0; in feed_handler_get_type() local
34 if (iface_type == 0) { in feed_handler_get_type()
41 iface_type = g_type_register_static (G_TYPE_INTERFACE, "FeedHandler", &info, 0); in feed_handler_get_type()
44 return iface_type; in feed_handler_get_type()
H A Dfeeds-group-handler.c32 static GType iface_type = 0; in grss_feeds_group_handler_get_type() local
34 if (iface_type == 0) { in grss_feeds_group_handler_get_type()
41 iface_type = g_type_register_static (G_TYPE_INTERFACE, "GrssFeedsGroupHandler", &info, 0); in grss_feeds_group_handler_get_type()
44 return iface_type; in grss_feeds_group_handler_get_type()
H A Dfeeds-subscriber-handler.c32 static GType iface_type = 0; in grss_feeds_subscriber_handler_get_type() local
34 if (iface_type == 0) { in grss_feeds_subscriber_handler_get_type()
41 iface_type = g_type_register_static (G_TYPE_INTERFACE, "GrssFeedsSubscriberHandler", &info, 0); in grss_feeds_subscriber_handler_get_type()
44 return iface_type; in grss_feeds_subscriber_handler_get_type()
/dports/sysutils/webmin/webmin-1.981/net/
H A Dlist_ifcs.cgi84 push(@cols, &iface_type($a->{'name'}).
159 if(&iface_type($a->{'name'}) eq 'Bonded'){
161 } elsif (&iface_type($a->{'name'}) =~ /^(.*) (VLAN)$/) {
173 push(@cols, &iface_type($a->{'name'}));
187 if(&iface_type($a->{'name'}) eq 'Bonded'){
189 } elsif (&iface_type($a->{'name'}) =~ /^(.*) (VLAN)$/) {
205 push(@cols, &iface_type($a->{'name'}).
/dports/net-im/loudmouth/loudmouth-1.5.4/loudmouth/
H A Dlm-socket.c38 static GType iface_type = 0; in lm_socket_get_type() local
40 if (!iface_type) { in lm_socket_get_type()
47 iface_type = g_type_register_static (G_TYPE_INTERFACE, in lm_socket_get_type()
52 g_type_interface_add_prerequisite (iface_type, G_TYPE_OBJECT); in lm_socket_get_type()
55 return iface_type; in lm_socket_get_type()
/dports/sysutils/py-salt/salt-3004.1/salt/states/
H A Dnetwork.py494 iface_type = str(kwargs.pop("type", "eth"))
510 new = __salt__["ip.build_interface"](name, iface_type, enabled, **kwargs)
540 if iface_type == "source":
544 if iface_type == "bond" and "ip.get_bond" in __salt__:
627 __salt__["ip.down"](name, iface_type)
628 __salt__["ip.up"](name, iface_type)
633 __salt__["ip.up"](name, iface_type)
638 __salt__["ip.down"](name, iface_type)
646 if iface_type == "bond" and "noifupdown" not in kwargs:
/dports/audio/guitarix-lv2/guitarix-0.43.1/libgxw/gxw/
H A DGxControlParameter.cpp45 static GType iface_type = 0; in gx_control_parameter_get_type() local
46 if (iface_type == 0) { in gx_control_parameter_get_type()
52 iface_type = g_type_register_static (G_TYPE_INTERFACE, "GxControlParameter", in gx_control_parameter_get_type()
55 return iface_type; in gx_control_parameter_get_type()

12345678910>>...17