Searched refs:interface (Results 101 - 125 of 183) sorted by relevance

12345678

/freebsd-12-stable/sys/mips/cavium/octe/
H A Dethernet-tx.c87 remove "qos" in the event neither interface supports multiple queues
107 int interface = INTERFACE(priv->port); local
110 if (interface < 2) {
112 gmx_prt_cfg.u64 = cvmx_read_csr(CVMX_GMXX_PRTX_CFG(index, interface));
H A Dethernet-rx.c107 int interface = cvmx_helper_get_interface_num(work->word1.cn38xx.ipprt); local
110 gmxx_rxx_frm_ctl.u64 = cvmx_read_csr(CVMX_GMXX_RXX_FRM_CTL(index, interface));
/freebsd-12-stable/sys/x86/xen/
H A Dhvm.c60 #include <xen/interface/arch-x86/cpuid.h>
61 #include <xen/interface/hvm/params.h>
62 #include <xen/interface/vcpu.h>
H A Dpvcpu_enum.c53 #include <xen/interface/vcpu.h>
/freebsd-12-stable/lib/libusb/
H A Dlibusb01.c415 /* initialise interface wrapper */
448 bcfg->interface = ps->b.currifcw;
451 ps->a.currifc = acfg->interface + x;
526 if (cf->interface != NULL) {
527 free(cf->interface);
528 cf->interface = NULL;
765 usb_claim_interface(usb_dev_handle * dev, int interface) argument
769 pdev->claimed_interface = interface;
775 usb_release_interface(usb_dev_handle * dev, int interface) argument
981 usb_get_driver_np(usb_dev_handle * dev, int interface, cha argument
1009 usb_detach_kernel_driver_np(usb_dev_handle * dev, int interface) argument
[all...]
H A Dlibusb.h366 struct libusb_interface *interface; member in struct:libusb_config_descriptor
496 int libusb_kernel_driver_active(libusb_device_handle * devh, int interface);
497 int libusb_get_driver_np(libusb_device_handle * devh, int interface, char *name, int namelen);
498 int libusb_get_driver(libusb_device_handle * devh, int interface, char *name, int namelen);
499 int libusb_detach_kernel_driver_np(libusb_device_handle * devh, int interface);
500 int libusb_detach_kernel_driver(libusb_device_handle * devh, int interface);
501 int libusb_attach_kernel_driver(libusb_device_handle * devh, int interface);
H A Dlibusb10.c439 pinf = &pdconf->interface[i];
859 libusb_kernel_driver_active(struct libusb20_device *pdev, int interface) argument
864 if (libusb20_dev_kernel_driver_active(pdev, interface))
871 libusb_get_driver_np(struct libusb20_device *pdev, int interface, argument
874 return (libusb_get_driver(pdev, interface, name, namelen));
878 libusb_get_driver(struct libusb20_device *pdev, int interface, argument
892 pdev, interface, name, namelen);
906 libusb_detach_kernel_driver_np(struct libusb20_device *pdev, int interface) argument
908 return (libusb_detach_kernel_driver(pdev, interface));
912 libusb_detach_kernel_driver(struct libusb20_device *pdev, int interface) argument
926 libusb_attach_kernel_driver(struct libusb20_device *pdev, int interface) argument
[all...]
/freebsd-12-stable/sbin/dhclient/
H A Dpacket.c94 assemble_hw_header(struct interface_info *interface, unsigned char *buf, argument
100 if (interface->hw_address.hlen == sizeof(eh.ether_shost))
101 memcpy(eh.ether_shost, interface->hw_address.haddr,
/freebsd-12-stable/contrib/ntp/include/
H A Dntpd.h63 extern int ctlclrtrap (sockaddr_u *, struct interface *, int);
65 extern int ctlsettrap (sockaddr_u *, struct interface *, int, int);
130 extern void sendpkt (sockaddr_u *, struct interface *, int, struct pkt *, int);
166 extern void mon_clearinterface(endpt *interface);
201 extern int make_keylist (struct peer *, struct interface *);
374 extern volatile u_long packets_ignored; /* packets received on wild card interface */
H A Dntp_control.h162 struct interface *tr_localaddr; /* interface to send this through */
/freebsd-12-stable/contrib/ipfilter/tools/
H A Dipfsyncd.c69 "Usage: %s [-d] [-p port] [-i address] -I <interface>\n",
90 char *interface; local
103 interface = NULL;
117 interface = optarg;
127 if (interface == NULL) {
184 if (buildsocket(interface, &sin) == -1)
/freebsd-12-stable/share/mk/
H A Dsuite.test.mk29 # Per-test program interface definition.
31 # The name provided here must match one of the interface names supported by
33 #TEST_INTERFACE.<test-program>= interface-name
H A Dgoogletest.test.mk11 # For now this is a thin wrapper around the `plain` test interface, but in the
/freebsd-12-stable/sbin/routed/
H A Dmain.c94 const struct interface *rip_sock_mcast; /* current multicast interface */
116 struct interface *ifp;
349 /* Collect an initial view of the world by checking the interface
449 * a 2nd interface or were otherwise delayed,
573 struct interface *ifp;
688 struct interface *ifp;
718 /* turn on RIP multicast input via an interface
721 rip_mcast_on(struct interface *ifp)
747 rip_on(struct interface *if
[all...]
/freebsd-12-stable/usr.sbin/usbconfig/
H A Ddump.c169 printf(" <Probed by interface class>\n");
435 dump_iface(pdev, pcfg->interface + x);
437 for (y = 0; y != (pcfg->interface + x)->num_altsetting; y++) {
440 (pcfg->interface + x)->altsetting + y);
/freebsd-12-stable/usr.bin/netstat/
H A Dnetstat.h66 extern char *interface; /* desired i/f for stats, or NULL for all i/fs */
/freebsd-12-stable/contrib/ntp/ntpd/
H A Dntp_io.c148 * an indication of the source host and the interface it was received
164 volatile u_long packets_ignored; /* packets received on wild card interface */
176 endpt * any_interface; /* wildcard ipv4 interface */
177 endpt * any6_interface; /* wildcard ipv6 interface */
178 endpt * loopback_interface; /* loopback ipv4 interface */
283 static isc_boolean_t socket_broadcast_enable (struct interface *, SOCKET, sockaddr_u *);
289 static isc_boolean_t socket_broadcast_disable (struct interface *, sockaddr_u *);
340 static inline int read_network_packet (SOCKET, struct interface *, l_fp);
417 * to bind to to the interface address on NTP_PORT so that
421 * the interface i
[all...]
/freebsd-12-stable/sbin/pfctl/
H A Dparse.y393 struct node_if *interface;
479 %type <v.interface> interface if_list if_item_not if_item
511 %type <v.interface> antispoof_ifspc antispoof_iflst antispoof_if
712 | SET SKIP interface {
714 yyerror("error setting skip interface(s)");
813 anchorrule : ANCHOR anchorname dir quick interface af proto fromto
948 | NATANCHOR string interface af proto fromto rtable {
969 | RDRANCHOR string interface af proto fromto rtable {
1011 | BINATANCHOR string interface a
2825 interface : /* empty */ { $$ = NULL; } label
[all...]
/freebsd-12-stable/sys/dev/xen/control/
H A Dcontrol.c149 #include <xen/interface/event_channel.h>
150 #include <xen/interface/grant_table.h>
476 /* Device interface */
/freebsd-12-stable/release/picobsd/floppy.tree/etc/
H A Drc.conf.defaults16 # Network interface configurations: ifconfig_${interface}[_aliasNN]
49 # first ethernet interface, made available as $main_eth $main_if
77 # set "ether" using $1 (interface name) as search key
171 # set ifconfig_${interface} for all other interfaces
/freebsd-12-stable/contrib/openresolv/
H A Dresolvconf.in58 if [ -f "$SYSCONFDIR"/interface-order ]; then
59 interface_order="$(cat "$SYSCONFDIR"/interface-order)"
88 -a \$INTERFACE Add DNS information to the specified interface
90 -d \$INTERFACE Delete DNS information from the specified interface
104 -p Mark the interface as private
105 -x Mark the interface as exclusive
164 # Not a private interface
400 # Our variable maker works of the fact each resolv.conf per interface
448 # If we have an interface ordering list, then use that.
449 # It works by just using pathname expansion in the interface director
[all...]
/freebsd-12-stable/contrib/wpa/hostapd/
H A Dctrl_iface.c2 * hostapd / UNIX domain socket -based control interface
1464 wpa_printf(MSG_ERROR, "Enabling of interface failed");
1474 wpa_printf(MSG_ERROR, "Reloading of interface failed");
1484 wpa_printf(MSG_ERROR, "Disabling of interface failed");
3620 "interface directory.");
3647 * Android is using umask 0077 which would leave the control interface
3778 wpa_printf(MSG_DEBUG, "Control interface "
3806 wpa_printf(MSG_ERROR, "Adding interface %s failed", buf);
3817 wpa_printf(MSG_ERROR, "Removing interface %s failed", buf);
4271 static char * hostapd_global_ctrl_iface_path(struct hapd_interfaces *interface) argument
4293 hostapd_global_ctrl_iface_init(struct hapd_interfaces *interface) argument
[all...]
/freebsd-12-stable/tools/tools/netmap/
H A Dlb.c172 char interface[MAX_PORTNAMELEN]; member in struct:port_des
277 "\"interface\":\"%s\","
287 ports[j].interface,
317 "\"interface\":\"%s\","
396 printf(" -i iface interface name (required)\n");
634 D("interface is %s", optarg);
693 D("missing interface name");
808 snprintf(p->interface, MAX_PORTNAMELEN, "%s%s{%d/xT@%d",
812 D("opening pipe named %s", p->interface);
814 p->nmd = nmport_open(p->interface);
[all...]
/freebsd-12-stable/libexec/rc/rc.d/
H A Djail184 extract_var $_jv interface interface - ""
209 extract_var $_jv vnet_interface vnet.interface @ ""
292 # Check if we have an interface prefix given and split into
304 # In case the IP has no interface given, check if we have a global one.
311 # Theoretically we can return here if interface is not set,
348 # list of addresses (theoretically with an option interface and
/freebsd-12-stable/contrib/ntp/lib/isc/win32/include/isc/
H A Dnet.h109 #undef interface macro
118 unsigned int ipi6_ifindex; /* send/recv interface index */

Completed in 441 milliseconds

12345678