Home
last modified time | relevance | path

Searched refs:if_entry (Results 1 – 25 of 128) sorted by relevance

123456

/dports/net/wireshark/wireshark-3.6.1/ui/
H A Dcapture_ui_utils.c257 GList *if_entry; in get_interface_descriptive_name() local
281 if_entry = if_list; in get_interface_descriptive_name()
283 if_info = (if_info_t *)if_entry->data; in get_interface_descriptive_name()
300 } while ((if_entry = g_list_next(if_entry)) != NULL); in get_interface_descriptive_name()
318 GList *if_entry; in build_capture_combo_list() local
326 for (if_entry = if_list; if_entry != NULL; in build_capture_combo_list()
327 if_entry = g_list_next(if_entry)) { in build_capture_combo_list()
328 if_info = (if_info_t *)if_entry->data; in build_capture_combo_list()
H A Diface_lists.c127 GList *if_entry, *lt_entry, *if_list; in scan_local_interfaces() local
197 for (if_entry = if_list; if_entry != NULL; if_entry = g_list_next(if_entry)) { in scan_local_interfaces()
199 if_info = (if_info_t *)if_entry->data; in scan_local_interfaces()
/dports/net/wireshark-lite/wireshark-3.6.1/ui/
H A Dcapture_ui_utils.c257 GList *if_entry; in get_interface_descriptive_name() local
281 if_entry = if_list; in get_interface_descriptive_name()
283 if_info = (if_info_t *)if_entry->data; in get_interface_descriptive_name()
300 } while ((if_entry = g_list_next(if_entry)) != NULL); in get_interface_descriptive_name()
318 GList *if_entry; in build_capture_combo_list() local
326 for (if_entry = if_list; if_entry != NULL; in build_capture_combo_list()
327 if_entry = g_list_next(if_entry)) { in build_capture_combo_list()
328 if_info = (if_info_t *)if_entry->data; in build_capture_combo_list()
H A Diface_lists.c127 GList *if_entry, *lt_entry, *if_list; in scan_local_interfaces() local
197 for (if_entry = if_list; if_entry != NULL; if_entry = g_list_next(if_entry)) { in scan_local_interfaces()
199 if_info = (if_info_t *)if_entry->data; in scan_local_interfaces()
/dports/net/tshark-lite/wireshark-3.6.1/ui/
H A Dcapture_ui_utils.c257 GList *if_entry; in get_interface_descriptive_name() local
281 if_entry = if_list; in get_interface_descriptive_name()
283 if_info = (if_info_t *)if_entry->data; in get_interface_descriptive_name()
300 } while ((if_entry = g_list_next(if_entry)) != NULL); in get_interface_descriptive_name()
318 GList *if_entry; in build_capture_combo_list() local
326 for (if_entry = if_list; if_entry != NULL; in build_capture_combo_list()
327 if_entry = g_list_next(if_entry)) { in build_capture_combo_list()
328 if_info = (if_info_t *)if_entry->data; in build_capture_combo_list()
H A Diface_lists.c127 GList *if_entry, *lt_entry, *if_list; in scan_local_interfaces() local
197 for (if_entry = if_list; if_entry != NULL; if_entry = g_list_next(if_entry)) { in scan_local_interfaces()
199 if_info = (if_info_t *)if_entry->data; in scan_local_interfaces()
/dports/net/tshark/wireshark-3.6.1/ui/
H A Dcapture_ui_utils.c257 GList *if_entry; in get_interface_descriptive_name() local
281 if_entry = if_list; in get_interface_descriptive_name()
283 if_info = (if_info_t *)if_entry->data; in get_interface_descriptive_name()
300 } while ((if_entry = g_list_next(if_entry)) != NULL); in get_interface_descriptive_name()
318 GList *if_entry; in build_capture_combo_list() local
326 for (if_entry = if_list; if_entry != NULL; in build_capture_combo_list()
327 if_entry = g_list_next(if_entry)) { in build_capture_combo_list()
328 if_info = (if_info_t *)if_entry->data; in build_capture_combo_list()
H A Diface_lists.c127 GList *if_entry, *lt_entry, *if_list; in scan_local_interfaces() local
197 for (if_entry = if_list; if_entry != NULL; if_entry = g_list_next(if_entry)) { in scan_local_interfaces()
199 if_info = (if_info_t *)if_entry->data; in scan_local_interfaces()
/dports/devel/ptlib/ptlib-2.10.11/samples/netif/
H A Dnetif.cxx72 PIPSocket::InterfaceEntry if_entry = if_table[i]; in PCREATE_PROCESS() local
73 cout << i << " " << if_entry.GetName() << " " in PCREATE_PROCESS()
74 << if_entry.GetAddress() << " " in PCREATE_PROCESS()
75 << if_entry.GetNetMask() << " " in PCREATE_PROCESS()
76 << if_entry.GetMACAddress() << "." in PCREATE_PROCESS()
/dports/net/wireshark-lite/wireshark-3.6.1/
H A Dcapture_opts.c585 GList *if_entry; in fill_in_interface_opts_from_ifinfo_by_name() local
597 for (if_entry = g_list_first(if_list); if_entry != NULL; in fill_in_interface_opts_from_ifinfo_by_name()
598 if_entry = g_list_next(if_entry)) in fill_in_interface_opts_from_ifinfo_by_name()
600 if_info = (if_info_t *)if_entry->data; in fill_in_interface_opts_from_ifinfo_by_name()
635 for (if_entry = g_list_first(if_list); if_entry != NULL; in fill_in_interface_opts_from_ifinfo_by_name()
636 if_entry = g_list_next(if_entry)) in fill_in_interface_opts_from_ifinfo_by_name()
638 if_info = (if_info_t *)if_entry->data; in fill_in_interface_opts_from_ifinfo_by_name()
1062 GList *if_entry; in capture_opts_print_interfaces() local
1066 for (if_entry = g_list_first(if_list); if_entry != NULL; in capture_opts_print_interfaces()
1067 if_entry = g_list_next(if_entry)) { in capture_opts_print_interfaces()
[all …]
/dports/net/wireshark/wireshark-3.6.1/
H A Dcapture_opts.c585 GList *if_entry; in fill_in_interface_opts_from_ifinfo_by_name() local
597 for (if_entry = g_list_first(if_list); if_entry != NULL; in fill_in_interface_opts_from_ifinfo_by_name()
598 if_entry = g_list_next(if_entry)) in fill_in_interface_opts_from_ifinfo_by_name()
600 if_info = (if_info_t *)if_entry->data; in fill_in_interface_opts_from_ifinfo_by_name()
635 for (if_entry = g_list_first(if_list); if_entry != NULL; in fill_in_interface_opts_from_ifinfo_by_name()
636 if_entry = g_list_next(if_entry)) in fill_in_interface_opts_from_ifinfo_by_name()
638 if_info = (if_info_t *)if_entry->data; in fill_in_interface_opts_from_ifinfo_by_name()
1062 GList *if_entry; in capture_opts_print_interfaces() local
1066 for (if_entry = g_list_first(if_list); if_entry != NULL; in capture_opts_print_interfaces()
1067 if_entry = g_list_next(if_entry)) { in capture_opts_print_interfaces()
[all …]
/dports/net/tshark-lite/wireshark-3.6.1/
H A Dcapture_opts.c585 GList *if_entry; in fill_in_interface_opts_from_ifinfo_by_name() local
597 for (if_entry = g_list_first(if_list); if_entry != NULL; in fill_in_interface_opts_from_ifinfo_by_name()
598 if_entry = g_list_next(if_entry)) in fill_in_interface_opts_from_ifinfo_by_name()
600 if_info = (if_info_t *)if_entry->data; in fill_in_interface_opts_from_ifinfo_by_name()
635 for (if_entry = g_list_first(if_list); if_entry != NULL; in fill_in_interface_opts_from_ifinfo_by_name()
636 if_entry = g_list_next(if_entry)) in fill_in_interface_opts_from_ifinfo_by_name()
638 if_info = (if_info_t *)if_entry->data; in fill_in_interface_opts_from_ifinfo_by_name()
1062 GList *if_entry; in capture_opts_print_interfaces() local
1066 for (if_entry = g_list_first(if_list); if_entry != NULL; in capture_opts_print_interfaces()
1067 if_entry = g_list_next(if_entry)) { in capture_opts_print_interfaces()
[all …]
/dports/net/tshark/wireshark-3.6.1/
H A Dcapture_opts.c585 GList *if_entry; in fill_in_interface_opts_from_ifinfo_by_name() local
597 for (if_entry = g_list_first(if_list); if_entry != NULL; in fill_in_interface_opts_from_ifinfo_by_name()
598 if_entry = g_list_next(if_entry)) in fill_in_interface_opts_from_ifinfo_by_name()
600 if_info = (if_info_t *)if_entry->data; in fill_in_interface_opts_from_ifinfo_by_name()
635 for (if_entry = g_list_first(if_list); if_entry != NULL; in fill_in_interface_opts_from_ifinfo_by_name()
636 if_entry = g_list_next(if_entry)) in fill_in_interface_opts_from_ifinfo_by_name()
638 if_info = (if_info_t *)if_entry->data; in fill_in_interface_opts_from_ifinfo_by_name()
1062 GList *if_entry; in capture_opts_print_interfaces() local
1066 for (if_entry = g_list_first(if_list); if_entry != NULL; in capture_opts_print_interfaces()
1067 if_entry = g_list_next(if_entry)) { in capture_opts_print_interfaces()
[all …]
/dports/net-mgmt/net-snmp/net-snmp-5.9/agent/mibgroup/host/
H A Dhr_network.c265 HRN_savedFlags = HRN_ifnet.if_entry.ifOper; in Save_HR_Network_Info()
266 HRN_savedErrors = HRN_ifnet.if_entry.ifInErrors + in Save_HR_Network_Info()
267 HRN_ifnet.if_entry.ifOutErrors; in Save_HR_Network_Info()
/dports/net-mgmt/net-snmp/net-snmp-5.9/agent/mibgroup/mibII/
H A Dinterfaces.c1117 cp = ifnet.if_entry.ifDescr; in var_ifEntry()
1131 long_return = ifnet.if_entry.ifType; in var_ifEntry()
1153 long_return = ifnet.if_entry.ifSpeed; in var_ifEntry()
1178 long_return = ifnet.if_entry.ifAdmin; in var_ifEntry()
1185 long_return = ifnet.if_entry.ifOper; in var_ifEntry()
1192 long_return = ifnet.if_entry.ifLastChange; in var_ifEntry()
1202 long_return = ifnet.if_entry.ifInOctets; in var_ifEntry()
1242 long_return = ifnet.if_entry.ifInErrors; in var_ifEntry()
1259 long_return = ifnet.if_entry.ifOutOctets; in var_ifEntry()
1296 long_return = ifnet.if_entry.ifOutErrors; in var_ifEntry()
[all …]
/dports/audio/xmixer/xmixer/
H A Dgui_gtk.c505 GtkItemFactoryEntry if_entry;
652 if_entry.path = path;
653 if_entry.accelerator = NULL;
654 if_entry.callback = cb_hide;
655 if_entry.callback_action = (guint)&devs[i];
656 if_entry.item_type = "<ToggleItem>";
657 gtk_item_factory_create_item (factory, &if_entry, NULL, 1);
/dports/net/wireshark/wireshark-3.6.1/ui/qt/
H A Dmanage_interfaces_dialog.cpp321 GList *if_entry, *lt_entry; in updateRemoteInterfaceList() local
339 for (if_entry = g_list_first(rlist); if_entry != NULL; if_entry = gxx_list_next(if_entry)) { in updateRemoteInterfaceList()
341 if_info = gxx_list_data(if_info_t *, if_entry); in updateRemoteInterfaceList()
/dports/net/wireshark-lite/wireshark-3.6.1/ui/qt/
H A Dmanage_interfaces_dialog.cpp321 GList *if_entry, *lt_entry; in updateRemoteInterfaceList() local
339 for (if_entry = g_list_first(rlist); if_entry != NULL; if_entry = gxx_list_next(if_entry)) { in updateRemoteInterfaceList()
341 if_info = gxx_list_data(if_info_t *, if_entry); in updateRemoteInterfaceList()
/dports/net/tshark-lite/wireshark-3.6.1/ui/qt/
H A Dmanage_interfaces_dialog.cpp321 GList *if_entry, *lt_entry; in updateRemoteInterfaceList() local
339 for (if_entry = g_list_first(rlist); if_entry != NULL; if_entry = gxx_list_next(if_entry)) { in updateRemoteInterfaceList()
341 if_info = gxx_list_data(if_info_t *, if_entry); in updateRemoteInterfaceList()
/dports/net/tshark/wireshark-3.6.1/ui/qt/
H A Dmanage_interfaces_dialog.cpp321 GList *if_entry, *lt_entry; in updateRemoteInterfaceList() local
339 for (if_entry = g_list_first(rlist); if_entry != NULL; if_entry = gxx_list_next(if_entry)) { in updateRemoteInterfaceList()
341 if_info = gxx_list_data(if_info_t *, if_entry); in updateRemoteInterfaceList()
/dports/devel/ptlib/ptlib-2.10.11/samples/ipv6test/
H A Dmain.cxx228 PIPSocket::InterfaceEntry if_entry = if_table[i]; in Main() local
229 cout << i << " " << if_entry << endl; in Main()
/dports/multimedia/v4l_compat/linux-5.13-rc2/scripts/kconfig/
H A Dparser.y97 %type <menu> if_entry menu_entry choice_entry
106 } if_entry menu_entry choice_entry
305 if_entry: T_IF expr T_EOL
321 if_stmt: if_entry stmt_list if_end
324 if_stmt_in_choice: if_entry stmt_list_in_choice if_end
/dports/multimedia/libv4l/linux-5.13-rc2/scripts/kconfig/
H A Dparser.y97 %type <menu> if_entry menu_entry choice_entry
106 } if_entry menu_entry choice_entry
305 if_entry: T_IF expr T_EOL
321 if_stmt: if_entry stmt_list if_end
324 if_stmt_in_choice: if_entry stmt_list_in_choice if_end
/dports/multimedia/v4l-utils/linux-5.13-rc2/scripts/kconfig/
H A Dparser.y97 %type <menu> if_entry menu_entry choice_entry
106 } if_entry menu_entry choice_entry
305 if_entry: T_IF expr T_EOL
321 if_stmt: if_entry stmt_list if_end
324 if_stmt_in_choice: if_entry stmt_list_in_choice if_end
/dports/sysutils/busybox/busybox-1.26.2/scripts/kconfig/
H A Dzconf.y91 %type <menu> if_entry menu_entry choice_entry
98 } if_entry menu_entry choice_entry
296 if_entry: T_IF expr nl
312 if_stmt: if_entry if_block if_end

123456