Searched refs:interface (Results 126 - 150 of 183) sorted by relevance

12345678

/freebsd-12-stable/tools/tools/sysdoc/
H A Dsysdoc.sh81 interface.
/freebsd-12-stable/contrib/ncurses/misc/
H A Dncurses-config.in177 --mouse-version echos the mouse-interface version of ${THIS}
/freebsd-12-stable/sys/dev/xen/timer/
H A Dtimer.c56 #include <xen/interface/io/xenbus.h>
57 #include <xen/interface/vcpu.h>
149 "VCPUOPs interface unavailable\n");
546 /* clock interface */
/freebsd-12-stable/sys/i386/include/xen/
H A Dhypercall.h34 #include <xen/interface/xen.h>
35 #include <xen/interface/sched.h>
/freebsd-12-stable/share/examples/netgraph/
H A Dvirtual.chain135 # interface names and jail names. All bridges, interfaces and jails
165 # create an interface for peer with the given peer IP. Get interface
166 # for future use; you will connect this interface to the other
167 # peers' (PEER2) interface.
171 # create an interface for peer with the given peer IP. Get interface
172 # for future use; you will connect this interface to the other
173 # peers' (PEER2) interface.
177 # Connect virtual interface t
[all...]
H A Dvirtual.lan21 # address of the physical interface will not be seen in the output.
30 # to define your real interface connected to the LAN. Virtual nodes
31 # will placed on the same physical network as this interface.
81 # Give the name of ethernet interface. Virtual nodes will be seen as
82 # local neighbours of this interface.
131 # interface names and jail names. All bridges, interfaces and jails
139 echo -n "Verifying ethernet interface existence..."
140 # Verify ethernet interface exist.
142 echo "Error: interface ${ETHER_INTF} does not exist"
153 # Create new ng_bridge(4) node and attach it to the ethernet interface
[all...]
/freebsd-12-stable/sbin/routed/
H A Doutput.c57 struct interface *ifp; /* usually output interface */
59 char metric; /* adjust metrics by interface */
101 struct interface *ifp,
213 find_auth(struct interface *ifp)
464 * except about our main interface.
573 * advertising back to the same network and so via the same interface.
587 * Do not suppress advertisements of interface-related addresses on
645 * would have been less than infinity through this interface,
669 struct interface *if
[all...]
H A Dtable.c414 * except when the route is for an interface.
827 struct interface *ifp)
890 struct interface *ifp;
940 * so delete it if it came via an unknown interface
941 * or the interface does not have special permission.
950 ifp ? ifp->int_name : "unknown interface");
957 ifp ? ifp->int_name : "unknown interface");
974 * Find the interface toward the gateway.
1006 * useful. If it is not already useful, but it specifies an interface,
1014 struct interface *if
[all...]
H A Dparms.c57 get_parms(struct interface *ifp)
163 * A passive interface can also be local, hardware interface exempt
174 struct interface *ifp;
325 ifp = (struct interface *)rtmalloc(sizeof(*ifp), "gwkludge()");
560 /* Parse a set of parameters for an interface.
673 * consistency with the interface name parameters.
913 return ("conflicting interface input "
920 return ("conflicting interface output "
H A Dtrace.c637 struct interface *ifp)
643 (void)fprintf(ftrace, "%-3s interface %-4s ", act, ifp->int_name);
872 struct interface *ifp;
888 struct interface *ifp,
/freebsd-12-stable/sbin/dhclient/
H A Ddhclient.c283 * the interface?
499 /* set up the interface */
578 fprintf(stderr, "[-c conffile] [-l leasefile] interface\n");
596 * Several per-interface variables are used to keep track of the process:
597 * active_lease: the lease that is being used on the interface
631 /* Make a DHCPREQUEST packet, and set appropriate per-interface
656 /* Make a DHCPDISCOVER packet, and set appropriate per-interface
766 struct interface_info *ip = packet->interface;
771 if (packet->interface->client->xid != packet->raw->xid ||
772 (packet->interface
[all...]
H A Ddhcpd.h114 struct interface_info *interface; member in struct:packet
/freebsd-12-stable/contrib/ntp/include/
H A Dntp.h167 * The interface structure is used to hold the addresses and socket
169 * Because "interface" is a reserved word in C++ and has so many
171 * Eventually the struct tag will change from interface to endpt_tag.
174 typedef struct interface endpt;
175 struct interface { struct
185 char name[32]; /* name of interface */
188 u_int32 flags; /* interface flags */
206 #define INT_PPP 0x002 /* Point-to-point interface */
207 #define INT_LOOPBACK 0x004 /* the loopback interface */
208 #define INT_BROADCAST 0x008 /* can broadcast out this interface */
[all...]
/freebsd-12-stable/usr.bin/netstat/
H A Dmain.c232 char *interface; /* desired i/f for stats, or NULL for all i/fs */ variable
333 for (cp = interface = optarg; isalpha(*cp); cp++)
449 bpf_stats(interface);
611 * If the interface was not specifically requested, and the symbol
626 xo_message("%s: no per-interface stats routine",
871 " netstat -i | -I interface [-46abdhnW] [-f address_family]\n"
873 " netstat -w wait [-I interface] [-46d] [-M core] [-N system]\n"
877 " netstat -i | -I interface -s [-46s]\n"
880 " netstat -B [-z] [-I interface]",
/freebsd-12-stable/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_core.h37 #include <interface/compat/vchi_bsd.h>
38 #include <interface/compat/list.h>
H A Dvchiq_2835_arm.c34 #include <interface/compat/vchi_bsd.h>
H A Dvchiq_shim.c34 #include <interface/compat/vchi_bsd.h>
36 #include "interface/vchi/vchi.h"
/freebsd-12-stable/sys/x86/xen/
H A Dpv.c77 #include <xen/interface/arch-x86/hvm/start_info.h>
78 #include <xen/interface/vcpu.h>
H A Dxen_apic.c57 #include <xen/interface/vcpu.h>
/freebsd-12-stable/sys/amd64/amd64/
H A Dxen-locore.S41 #include <xen/interface/elfnote.h>
/freebsd-12-stable/sbin/sysctl/
H A Dsysctl.c843 * localization is present because this is an interface from the kernel
844 * to this program (eg not an end-user interface), so isdigit() isn't
878 * These functions uses a presently undocumented interface to the kernel
880 * This interface is under work and consideration, and should probably
882 * (be aware though, that the proper interface isn't as obvious as it
/freebsd-12-stable/sys/contrib/vchiq/interface/compat/
H A Dvchi_bsd.c47 #include <interface/compat/vchi_bsd.h>
/freebsd-12-stable/contrib/ipfilter/tools/
H A Dipmon_y.y76 %type <opt> direction dstip dstport every group interface
125 | interface { $$ = $1; }
189 interface: label
261 { "interface", IPM_INTERFACE },
/freebsd-12-stable/lib/libusb/
H A Dlibusb20_desc.c156 lub_config->interface = lub_interface;
192 /* new interface */
H A Dlibusb20_desc.h317 * interface specifies its own class information and all
478 * interface */
481 /** Select an alternate interface for the specified interface */
586 struct libusb20_interface *interface; member in struct:libusb20_config

Completed in 190 milliseconds

12345678