Searched refs:interface (Results 51 - 75 of 204) sorted by relevance

123456789

/freebsd-13-stable/sbin/routed/
H A Ddefs.h115 #define CHECK_BAD_INTERVAL 5 /* when an interface is known bad */
169 # define RS_IF 0x001 /* for network interface */
181 struct interface *rts_ifp;
208 * not unbroken interface routes
241 /* An "interface" is similar to a kernel ifnet structure, except it also
244 struct interface { struct
245 LIST_ENTRY(interface) int_list;
246 LIST_ENTRY(interface) remote_list;
247 struct interface *int_ahash, **int_ahash_prev;
248 struct interface *int_bhas
[all...]
H A Dif.c51 static struct interface *ahash_tbl[AHASH_LEN];
55 static struct interface *bhash_tbl[BHASH_LEN];
58 /* hash for physical interface names.
63 static struct interface *nhash_tbl[NHASH_LEN];
77 int have_ripv1_out; /* have a RIPv1 interface */
81 static void if_bad(struct interface *);
82 static int addrouteforif(struct interface *);
84 static struct interface**
97 /* Link a new interface into the lists and hash tables.
100 if_link(struct interface *if
[all...]
/freebsd-13-stable/tools/tools/ether_reflect/
H A Dether_reflect.c30 * out the same interface with their destination and source mac
54 printf("usage: ether_reflect -i interface -e ethertype "
66 char *interface = NULL; local
86 interface = optarg;
105 if (interface == NULL)
106 usage("You must specify an interface");
111 if ((capture = pcap_open_live(interface, SNAPLEN, promisc, timeout,
117 if (pcap_lookupnet(interface, &localnet, &netmask, errbuf) < 0)
/freebsd-13-stable/tools/tools/mcgrab/
H A Dmcgrab.cc64 cout << "mcgrab -i interface -g multicast group -n number of groups\n";
85 // @param interface ///< text name of the interface (em0 etc.)
91 void grab(char *interface, struct in_addr *group, int number, int block) { argument
114 strncpy(ifreq.ifr_name, interface, IFNAMSIZ);
116 perror("no such interface");
135 perror("failed to bind interface");
153 // \param -i interface on which we're holding the address
162 char* interface = 0; ///< Name of the interface local
[all...]
/freebsd-13-stable/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_helpers.c2 * WPA Supplicant / dbus-based control interface
25 const char *interface, void *user_data, DBusError *error)
31 /* Only return properties for the requested D-Bus interface */
32 if (os_strncmp(dsc->dbus_interface, interface,
72 * @interface: interface name which properties will be returned
77 * of those, which are readable and which interface matches interface
81 static DBusMessage * get_all_properties(DBusMessage *message, char *interface, argument
100 interface, obj_ds
22 fill_dict_with_properties( DBusMessageIter *dict_iter, const struct wpa_dbus_property_desc *props, const char *interface, void *user_data, DBusError *error) argument
147 properties_get_all(DBusMessage *message, char *interface, struct wpa_dbus_object_desc *obj_dsc) argument
232 properties_get_or_set(DBusMessage *message, DBusMessageIter *iter, char *interface, struct wpa_dbus_object_desc *obj_dsc) argument
286 char *interface; local
603 put_changed_properties( const struct wpa_dbus_object_desc *obj_dsc, const char *interface, DBusMessageIter *dict_iter, int clear_changed) argument
655 do_send_prop_changed_signal( DBusConnection *con, const char *path, const char *interface, const struct wpa_dbus_object_desc *obj_dsc) argument
690 do_send_deprecated_prop_changed_signal( DBusConnection *con, const char *path, const char *interface, const struct wpa_dbus_object_desc *obj_dsc) argument
717 send_prop_changed_signal( DBusConnection *con, const char *path, const char *interface, const struct wpa_dbus_object_desc *obj_dsc) argument
844 wpa_dbus_mark_property_changed(struct wpas_dbus_priv *iface, const char *path, const char *interface, const char *property) argument
900 wpa_dbus_get_object_properties(struct wpas_dbus_priv *iface, const char *path, const char *interface, DBusMessageIter *iter) argument
[all...]
H A Ddbus_new_helpers.h2 * WPA Supplicant / dbus-based control interface
62 /* method interface */
76 /* signal interface */
88 /* property interface */
130 const char *interface,
140 const char *path, const char *interface,
/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-helper-board.c128 sprintf(name_buffer, "interface@%d", interface_num);
130 snprintf(name_buffer, sizeof(name_buffer), "interface@%d", interface_num);
147 cvmx_dprintf("ERROR : pip interface@%d ethernet@%d not found in device "
238 cvmx_dprintf("ERROR : cannot find interface for ipd_port=%d\n", ipd_port);
394 /* Interface 0 is SPI4, interface 1 is RGMII */
524 int interface = cvmx_helper_get_interface_num(ipd_port); local
525 int mode = cvmx_helper_interface_get_mode(interface);
541 /* Board has 4 SGMII ports. connected QLM3(interface 1) */
760 int interface = cvmx_helper_get_interface_num(ipd_port); local
764 inband_status.u64 = cvmx_read_csr(CVMX_GMXX_RXX_RX_INBND(index, interface));
1149 int interface = cvmx_helper_get_interface_num(ipd_port); local
1352 __cvmx_helper_board_interface_probe(int interface, int supported_ports) argument
1447 __cvmx_helper_board_hardware_enable(int interface) argument
[all...]
H A Dcvmx-helper-srio.c88 * Probe a SRIO interface and determine the number of ports
89 * connected to it. The SRIO interface should still be down
92 * @param interface Interface to probe
94 * @return Number of ports on the interface. Zero to disable.
96 int __cvmx_helper_srio_probe(int interface) argument
108 int srio_port = interface - 4;
139 * Bringup and enable SRIO interface. After this call packet
143 * @param interface Interface to bring up
147 int __cvmx_helper_srio_enable(int interface) argument
149 int num_ports = cvmx_helper_ports_on_interface(interface);
264 int interface = cvmx_helper_get_interface_num(ipd_port); local
[all...]
H A Dcvmx-pko.c96 * @param interface
100 static int __cvmx_pko_int(int interface, int index) argument
102 cvmx_helper_cfg_assert(interface < CVMX_HELPER_CFG_MAX_IFACE);
105 switch (interface)
148 int cvmx_pko_get_base_pko_port(int interface, int index) argument
151 return __cvmx_helper_cfg_pko_port_base(interface, index);
153 return cvmx_helper_get_ipd_port(interface, index);
159 int cvmx_pko_get_num_pko_ports(int interface, int index) argument
162 return __cvmx_helper_cfg_pko_port_num(interface, index);
247 cvmx_dprintf("pko_port %d (interface
485 int interface, index; local
524 __cvmx_pko_get_pipe(int interface, int index) argument
[all...]
/freebsd-13-stable/sys/xen/xenbus/
H A Dxenbusvar.h48 #include <xen/interface/grant_table.h>
49 #include <xen/interface/io/xenbus.h>
50 #include <xen/interface/io/xs_wire.h>
/freebsd-13-stable/sys/xen/xenstore/
H A Dxenstorevar.h46 #include <xen/interface/grant_table.h>
47 #include <xen/interface/io/xenbus.h>
48 #include <xen/interface/io/xs_wire.h>
/freebsd-13-stable/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_util.h38 #include <interface/compat/vchi_bsd.h>
/freebsd-13-stable/contrib/wpa/hostapd/
H A Dhostapd.conf8 interface=wlan0
12 # interface is included in a bridge. This parameter is not used with Host AP
14 # figure out the bridge interface (assuming sysfs is enabled and mounted to
17 # For nl80211, this parameter can be used to request the AP interface to be
19 # has been started to change the interface mode). If needed, the bridge
20 # interface is also created.
23 # Driver interface type (hostap/wired/none/nl80211/bsd);
29 # Driver interface parameters (mainly for development testing use)
43 # bit 4 (16) = driver interface
62 # configuration. The socket file will be named based on the interface nam
[all...]
/freebsd-13-stable/contrib/kyua/engine/
H A Dscheduler.cpp116 /// Mapping of interface names to interface definitions.
117 typedef std::map< std::string, std::shared_ptr< scheduler::interface > >
121 /// Mapping of interface names to interface definitions.
195 /// Test program-specific execution interface.
196 const std::shared_ptr< scheduler::interface > interface; member in struct:__anon967::test_exec_data
220 /// \param interface_ Test program-specific execution interface.
224 const std::shared_ptr< scheduler::interface > interface
329 list_test_cases( const std::shared_ptr< scheduler::interface > interface, const model::test_program* test_program, const config::tree& user_config) argument
413 run_test_program( const std::shared_ptr< scheduler::interface > interface, const model::test_program_ptr test_program, const std::string& test_case_name, const config::tree& user_config) argument
468 run_test_cleanup( const std::shared_ptr< scheduler::interface > interface, const model::test_program_ptr test_program, const std::string& test_case_name, const config::tree& user_config) argument
908 const std::shared_ptr< scheduler::interface > interface = local
1042 const std::shared_ptr< scheduler::interface > interface = find_interface( local
1097 const std::shared_ptr< scheduler::interface > interface = find_interface( local
[all...]
H A Datf.hpp30 /// Execution engine for test programs that implement the atf interface.
40 /// Implementation of the scheduler interface for atf test programs.
41 class atf_interface : public engine::scheduler::interface {
H A Dplain.hpp30 /// Execution engine for test programs that implement the plain interface.
40 /// Implementation of the scheduler interface for plain test programs.
41 class plain_interface : public engine::scheduler::interface {
H A Dtap.hpp40 /// Implementation of the scheduler interface for tap test programs.
41 class tap_interface : public engine::scheduler::interface {
/freebsd-13-stable/lib/libc/net/
H A Dsourcefilter.c79 * Internal: Map an IPv4 unicast address to an interface index.
116 * Pass #2: Find the index of the interface matching the name
143 setipv4sourcefilter(int s, struct in_addr interface, struct in_addr group, argument
164 ifindex = __inaddr_to_index(interface.s_addr);
213 getipv4sourcefilter(int s, struct in_addr interface, struct in_addr group, argument
237 ifindex = __inaddr_to_index(interface.s_addr);
278 setsourcefilter(int s, uint32_t interface, struct sockaddr *group, argument
321 msfr.msfr_ifindex = interface;
335 getsourcefilter(int s, uint32_t interface, struct sockaddr *group, argument
344 if (interface
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DTapiFile.cpp41 TapiFile::TapiFile(MemoryBufferRef Source, const InterfaceFile &interface, argument
44 for (const auto *Symbol : interface.symbols()) {
53 if (interface.getPlatforms().count(PlatformKind::macOS) &&
/freebsd-13-stable/sys/dev/hptnr/
H A Dwj.h34 * NVRAM write journaling interface.
/freebsd-13-stable/contrib/ofed/opensm/include/vendor/
H A Dosm_vendor.h70 #error Choose an interface in osm_config.h
/freebsd-13-stable/stand/i386/btx/lib/
H A Dbtxv86.S19 # BTX V86 interface.
27 # Fields in V86 interface structure.
49 # V86 interface function.
82 # V86 interface structure.
/freebsd-13-stable/sys/xen/evtchn/
H A Devtchnvar.h38 #include <xen/interface/event_channel.h>
/freebsd-13-stable/contrib/ntp/libntp/
H A Dsocket.c199 struct interface * ep,
211 struct interface * itf,
/freebsd-13-stable/sys/xen/
H A Dxen-os.h43 #include <xen/interface/xen.h>
46 #include <xen/interface/event_channel.h>

Completed in 172 milliseconds

123456789