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

12345678

/freebsd-11.0-release/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 *);
373 extern volatile u_long packets_ignored; /* packets received on wild card interface */
H A Dntp_control.h160 struct interface *tr_localaddr; /* interface to send this through */
/freebsd-11.0-release/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-11.0-release/lib/libusb/
H A Dlibusb.h348 struct libusb_interface *interface; member in struct:libusb_config_descriptor
476 int libusb_kernel_driver_active(libusb_device_handle * devh, int interface);
477 int libusb_get_driver_np(libusb_device_handle * devh, int interface, char *name, int namelen);
478 int libusb_get_driver(libusb_device_handle * devh, int interface, char *name, int namelen);
479 int libusb_detach_kernel_driver_np(libusb_device_handle * devh, int interface);
480 int libusb_detach_kernel_driver(libusb_device_handle * devh, int interface);
481 int libusb_attach_kernel_driver(libusb_device_handle * devh, int interface);
H A Dlibusb10.c409 pinf = &pdconf->interface[i];
841 libusb_kernel_driver_active(struct libusb20_device *pdev, int interface) argument
846 if (libusb20_dev_kernel_driver_active(pdev, interface))
853 libusb_get_driver_np(struct libusb20_device *pdev, int interface, argument
856 return (libusb_get_driver(pdev, interface, name, namelen));
860 libusb_get_driver(struct libusb20_device *pdev, int interface, argument
874 pdev, interface, name, namelen);
888 libusb_detach_kernel_driver_np(struct libusb20_device *pdev, int interface) argument
890 return (libusb_detach_kernel_driver(pdev, interface));
894 libusb_detach_kernel_driver(struct libusb20_device *pdev, int interface) argument
908 libusb_attach_kernel_driver(struct libusb20_device *pdev, int interface) argument
[all...]
/freebsd-11.0-release/contrib/openresolv/
H A Dresolvconf.in49 if [ -f "$SYSCONFDIR"/interface-order ]; then
50 interface_order="$(cat "$SYSCONFDIR"/interface-order)"
79 -a \$INTERFACE Add DNS information to the specified interface
82 -p Mark the interface as private
83 -x Mark the interface as exclusive
84 -d \$INTERFACE Delete DNS information from the specified interface
108 # Our variable maker works of the fact each resolv.conf per interface
289 # If we have an interface ordering list, then use that.
290 # It works by just using pathname expansion in the interface directory.
327 echo "No resolv.conf for interface
[all...]
/freebsd-11.0-release/contrib/apr-util/
H A Dapr-util.spec51 DBD (database abstraction) interface.
61 (database abstraction) interface.
71 (database abstraction) interface.
81 (database abstraction) interface.
91 (database abstraction) interface.
/freebsd-11.0-release/sbin/routed/
H A Dmain.c92 const struct interface *rip_sock_mcast; /* current multicast interface */
114 struct interface *ifp;
347 /* Collect an initial view of the world by checking the interface
447 * a 2nd interface or were otherwise delayed,
571 struct interface *ifp;
685 struct interface *ifp;
715 /* turn on RIP multicast input via an interface
718 rip_mcast_on(struct interface *ifp)
744 rip_on(struct interface *if
[all...]
/freebsd-11.0-release/share/mk/
H A Dsuite.test.mk27 # Per-test program interface definition.
29 # The name provided here must match one of the interface names supported by
31 #TEST_INTERFACE.<test-program>= interface-name
/freebsd-11.0-release/usr.sbin/usbconfig/
H A Ddump.c167 printf(" <Probed by interface class>\n");
433 dump_iface(pdev, pcfg->interface + x);
435 for (y = 0; y != (pcfg->interface + x)->num_altsetting; y++) {
438 (pcfg->interface + x)->altsetting + y);
/freebsd-11.0-release/sys/i386/include/
H A Dintr_machdep.h56 #include <xen/interface/event_channel.h>
/freebsd-11.0-release/sys/amd64/include/
H A Dintr_machdep.h56 #include <xen/interface/event_channel.h>
/freebsd-11.0-release/sys/xen/
H A Dgnttab.h44 #include <xen/interface/grant_table.h>
/freebsd-11.0-release/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-11.0-release/sbin/pfctl/
H A Dparse.y382 struct node_if *interface;
468 %type <v.interface> interface if_list if_item_not if_item
500 %type <v.interface> antispoof_ifspc antispoof_iflst antispoof_if
687 | SET SKIP interface {
689 yyerror("error setting skip interface(s)");
785 anchorrule : ANCHOR anchorname dir quick interface af proto fromto
919 | NATANCHOR string interface af proto fromto rtable {
940 | RDRANCHOR string interface af proto fromto rtable {
982 | BINATANCHOR string interface a
2789 interface : /* empty */ { $$ = NULL; } label
[all...]
/freebsd-11.0-release/sys/dev/xen/control/
H A Dcontrol.c146 #include <xen/interface/event_channel.h>
147 #include <xen/interface/grant_table.h>
467 /* Device interface */
/freebsd-11.0-release/sys/mips/cavium/octe/
H A Dethernet-rx.c108 int interface = cvmx_helper_get_interface_num(work->word1.cn38xx.ipprt); local
111 gmxx_rxx_frm_ctl.u64 = cvmx_read_csr(CVMX_GMXX_RXX_FRM_CTL(index, interface));
/freebsd-11.0-release/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-11.0-release/sys/x86/xen/
H A Dhvm.c57 #include <xen/interface/hvm/params.h>
58 #include <xen/interface/vcpu.h>
H A Dpvcpu_enum.c50 #include <xen/interface/vcpu.h>
/freebsd-11.0-release/contrib/wpa/hostapd/
H A Dctrl_iface.c2 * hostapd / UNIX domain socket -based control interface
1387 wpa_printf(MSG_ERROR, "Enabling of interface failed");
1397 wpa_printf(MSG_ERROR, "Reloading of interface failed");
1407 wpa_printf(MSG_ERROR, "Disabling of interface failed");
2390 "interface directory.");
2417 * Android is using umask 0077 which would leave the control interface
2543 wpa_printf(MSG_DEBUG, "Control interface "
2574 wpa_printf(MSG_ERROR, "Adding interface %s failed", buf);
2585 wpa_printf(MSG_ERROR, "Removing interface %s failed", buf);
2978 static char * hostapd_global_ctrl_iface_path(struct hapd_interfaces *interface) argument
2999 hostapd_global_ctrl_iface_init(struct hapd_interfaces *interface) argument
[all...]
/freebsd-11.0-release/etc/rc.d/
H A Djail184 extract_var $_jv interface interface - ""
209 extract_var $_jv vnet_interface vnet.interface @ ""
291 # Check if we have an interface prefix given and split into
303 # In case the IP has no interface given, check if we have a global one.
310 # Theoretically we can return here if interface is not set,
347 # list of addresses (theoretically with an option interface and
/freebsd-11.0-release/contrib/ofed/management/opensm/osmeventplugin/src/
H A Dosmeventplugin.c54 * generates to this interface.
180 #error OpenSM plugin interface version missmatch
/freebsd-11.0-release/contrib/ntp/lib/isc/win32/include/isc/
H A Dnet.h109 #undef interface macro
118 unsigned int ipi6_ifindex; /* send/recv interface index */
/freebsd-11.0-release/tools/tools/sysdoc/
H A Dsysdoc.sh81 interface.

Completed in 197 milliseconds

12345678