/freebsd/contrib/llvm-project/lldb/bindings/ |
H A D | interfaces.swig | 14 %include "./interface/SBAddressDocstrings.i" 15 %include "./interface/SBAddressRangeDocstrings.i" 16 %include "./interface/SBAddressRangeListDocstrings.i" 17 %include "./interface/SBAttachInfoDocstrings.i" 18 %include "./interface/SBBlockDocstrings.i" 19 %include "./interface/SBBreakpointDocstrings.i" 20 %include "./interface/SBBreakpointLocationDocstrings.i" 21 %include "./interface/SBBreakpointNameDocstrings.i" 22 %include "./interface/SBBroadcasterDocstrings.i" 23 %include "./interface/SBCommandInterpreterDocstrings.i" [all …]
|
/freebsd/sys/dev/mii/ |
H A D | miidevs | 124 model ALTIMA ACXXX 0x0001 ACXXX 10/100 media interface 125 model ALTIMA AC101L 0x0012 AC101L 10/100 media interface 126 model ALTIMA AC101 0x0021 AC101 10/100 media interface 128 model ALTIMA Am79C875 0x0014 Am79C875 10/100 media interface 129 model ALTIMA Am79C874 0x0021 Am79C874 10/100 media interface 133 model yyAMD 79C972_10T 0x0001 Am79C972 internal 10BASE-T interface 134 model yyAMD 79c973phy 0x0036 Am79C973 internal 10/100 media interface 135 model yyAMD 79c901 0x0037 Am79C901 10BASE-T interface 136 model yyAMD 79c901home 0x0039 Am79C901 HomePNA 1.0 interface 150 model xxBROADCOM BCM5201 0x0021 BCM5201 10/100 media interface [all …]
|
/freebsd/share/man/man9/ |
H A D | ifnet.9 | 46 .Ss "Interface Manipulation Functions" 76 .Ss "Interface Address Functions" 90 .Ss "Interface Multicast Address Functions" 148 these include the interface flags, the 151 interface-related messages on the 179 and most kernel routines which manipulate interface as such accept or 181 Each interface structure 185 Each interface also has a 187 of interface addresses, described by 195 describing the link layer implemented by the interface (if any) [all …]
|
/freebsd/contrib/bsnmp/snmp_mibII/ |
H A D | snmp_mibII.3 | 139 other modules to handle their own interface lists with special information 140 by providing a mechanism to register to events that change the interface list 142 The basic data structure is the interface structure: 172 This RFC states, that an interface indexes may not be reused. 175 is a synthetic interface type and the system creates the interface 179 then these interfaces must have different interface indexes, because in fact 181 If, on the other hand, there is a hardware interface 183 and this interface disappears, because its driver is unloaded and appears 184 again, because the driver is loaded again, the interface index must stay 189 An interface type can be declared dynamic by calling the function [all …]
|
/freebsd/share/man/man4/ |
H A D | vxlan.4 | 30 .Nd "Virtual eXtensible LAN interface" 63 interface is created at runtime using interface cloning. 71 The interface may be removed with the 78 driver creates a pseudo Ethernet network interface 83 like any other Ethernet interface. 86 interface encapsulates the Ethernet frame 95 interface may be configured in either unicast or multicast mode. 97 the interface creates a tunnel to a single remote host, 100 the interface joins an IP multicast group, 108 interface is brought up, a [all …]
|
H A D | bridge.4 | 69 interface is created at runtime using interface cloning. 81 interface randomly chooses a link (MAC) address in the range reserved for 112 A bridge works like a switch, forwarding traffic from one interface 132 .Va ifconfig_ Ns Ao Ar interface Ac Ns Li ="up" 136 The MTU of the first member interface to be added is used as the bridge MTU. 144 All the capabilities are restored when the interface is removed from the bridge. 166 interface: 182 This means each member interface still has a separate link-local scope 185 interface has another single, 195 interface and one of the member interfaces, have an IPv6 address [all …]
|
H A D | rtnetlink.4 | 41 Currently it supports configuring interfaces, interface addresses, routes, 125 (uint32_t) transmit interface index. 162 field contains the index of the transmit interface. 258 (uint32_t) Transmit interface index of the nexthtop. 270 All interface configuration messages share the common header: 276 int ifi_index; /* Interface index */ 282 Creates a new interface. 289 IFLA_NEW_IFINDEX (uint32) created interface index 290 IFLA_IFNAME (string) created interface name 293 Deletes the interface specified by [all …]
|
H A D | ng_iface.4 | 41 .Nd interface netgraph node type 47 node is both a netgraph node and a system networking interface. 50 node is created, a new interface appears which is accessible via 57 When a node is shutdown, the corresponding interface is removed 58 and the interface name becomes available for reuse by future 60 nodes; new nodes always take the first unused interface. 61 The node itself is assigned the same name as its interface, unless the name 67 Packets transmitted via the interface flow out the corresponding 69 Similarly, packets received on a hook appear on the interface as 75 node can be configured as a point-to-point interface or a broadcast interface. [all …]
|
H A D | netintro.4 | 88 A network interface is similar to a device interface. 92 An interface may support one or more protocol families and/or address formats. 93 The SYNOPSIS section of each network interface 159 is used in selecting the appropriate network interface when 172 Each network interface in a system corresponds to a 174 A network interface usually has a hardware device associated with it, though 175 certain interfaces such as the loopback interface, 220 #define ifr_data ifr_ifru.ifru_data /* for use by interface */ 223 #define ifr_index ifr_ifru.ifru_index /* interface index */ 235 Get interface address for protocol family. [all …]
|
H A D | tap.4 | 9 .Nd Ethernet tunnel software network interface 15 interface is a software loopback mechanism that can be loosely 16 described as the network interface analog of the 28 driver, provides two interfaces: an interface like the usual facility 30 (an Ethernet network interface in the case of 36 interface. 40 interface. 43 interface provides similar functionality at the network layer: 47 interface. 58 devices are created using interface cloning. [all …]
|
H A D | tun.4 | 9 .Nd tunnel software network interface 27 interface is a software loopback mechanism that can be loosely 28 described as the network interface analog of the 40 driver, provides two interfaces: an interface like the usual facility 42 (a network interface in the case of 48 interface. 52 interface. 55 interface provides similar functionality at the Ethernet layer: 59 interface. 72 devices are created using interface cloning. [all …]
|
/freebsd/sbin/ifconfig/ |
H A D | ifconfig.8 | 36 .Nd configure network interface parameters 42 .Ar interface 54 .Ar interface 83 to a network interface and/or configure 84 network interface parameters. 88 of each interface present on a machine; it may also be used at 89 a later time to redefine an interface's address 100 .Ar interface 103 List all the interface cloners available on the system, 109 Include the driver name and unit number of the interface in the output. [all …]
|
/freebsd/usr.sbin/bsnmpd/modules/snmp_wlan/ |
H A D | BEGEMOT-WIRELESS-MIB.txt | 275 "Information for a cloned wireless interface." 296 "The ifIndex of this cloned wireless interface." 304 "The name of this cloned wireless interface." 312 "The name of this cloned wireless interface's parent hardware 313 interface." 330 "The desired operating mode of the cloned wireless interface." 343 "Flags per cloned wireless interface used during creation." 351 "The BSSID assigned to a cloned wireless interface operating in 361 interface during creation." 381 "The operating state of the interface." [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/clock/ti/ |
H A D | interface.txt | 1 Binding for Texas Instruments interface clock. 14 "ti,omap3-interface-clock" - basic OMAP3 interface clock 15 "ti,omap3-no-wait-interface-clock" - interface clock which has no hardware 17 "ti,omap3-hsotgusb-interface-clock" - interface clock with USB specific HW 19 "ti,omap3-dss-interface-clock" - interface clock with DSS specific HW handling 20 "ti,omap3-ssi-interface-clock" - interface clock with SSI specific HW handling 21 "ti,am35xx-interface-clock" - interface clock with AM35xx specific HW handling 22 "ti,omap2430-interface-clock" - interface clock with OMAP2430 specific HW 35 compatible = "ti,omap3-interface-clock"; 43 compatible = "ti,omap3-no-wait-interface-clock"; [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/powerpc/nintendo/ |
H A D | wii.txt | 23 1.a) The Video Interface (VI) node 25 Represents the interface between the graphics processor and a external 34 1.b) The Processor Interface (PI) node 36 Represents the data and control interface between the main processor 58 Represents the digital signal processor interface, designed to offload 67 1.d) The Serial Interface (SI) node 69 Represents the interface to the four single bit serial interfaces. 70 The SI is a proprietary serial interface used normally to control gamepads. 71 It's NOT a RS232-type interface. 79 1.e) The Audio Interface (A [all...] |
H A D | gamecube.txt | 14 1.a) The Video Interface (VI) node 16 Represents the interface between the graphics processor and a external 25 1.b) The Processor Interface (PI) node 27 Represents the data and control interface between the main processor 47 Represents the digital signal processor interface, designed to offload 67 1.d) The Disk Interface (DI) node 69 Represents the interface used to communicate with mass storage devices. 77 1.e) The Audio Interface (AI) node 79 Represents the interface to the external 16-bit stereo digital-to-analog 88 1.f) The Serial Interface (S [all...] |
/freebsd/usr.sbin/valectl/ |
H A D | valectl.8 | 36 .Op Fl a Ar valeSSS:interface 37 .Op Fl h Ar valeSSS:interface 38 .Op Fl d Ar valeSSS:interface 39 .Op Fl n Ar interface 40 .Op Fl r Ar interface 69 .It Fl a Ar valeSSS:interface 71 .Ar interface 72 (which must be an existing network interface) to 75 .It Fl h Ar valeSSS:interface 77 .Ar interface [all …]
|
/freebsd/usr.sbin/bsdconfig/networking/share/ |
H A D | media.subr | 43 # f_ifconfig_options $interface 45 # Returns any/all extra ifconfig(8) parameters associated with $interface. 49 local interface="$1" 50 [ "$interface" ] || return $SUCCESS 56 set -- $( f_sysrc_get ifconfig_$interface ) 59 # Return if the interface is configured for DHCP 79 # f_ifconfig_media $interface 81 # Returns list of supported media for $interface. 85 local interface="$1" 86 ifconfig -m "$interface" 2> /dev/null | awk \ [all …]
|
/freebsd/usr.sbin/ndp/ |
H A D | ndp.8 | 63 .Ar interface 67 .Fl I Op Ar interface | Li delete 92 Network interface associated with the neighbor cache entry. 161 Shows the default interface used as the default route when 163 .It Fl I Ar interface 164 Specifies the default interface used as the default route when 167 .Ar interface 170 The current default interface will be deleted from the kernel. 171 .It Fl i Ar interface Op Ar expressions ... 172 View ND information for the specified interface. [all …]
|
/freebsd/sbin/dhclient/ |
H A D | bpf.c | 3 /* BPF socket interface code, originally contributed by Archie Cobbs. */ 64 * Called by get_interface_list for each interface that's discovered. 65 * Opens a packet filter for each interface and adds it to the select 87 /* Set the BPF device to point at this interface. */ in if_register_bpf() 89 error("Can't attach interface %s to bpf device %s: %m", in if_register_bpf() 96 error( "Can't set the VLAN PCP tag on interface %s: %m", in if_register_bpf() 149 /* Open a BPF device and hang it on this interface... */ in if_register_send() 262 /* Open a BPF device and hang it on this interface... */ in if_register_receive() 339 send_packet_priv(struct interface_info *interface, struct imsg_hdr *hdr, int fd) in send_packet_priv() argument 364 assemble_hw_header(interface, buf, &bufp); in send_packet_priv() [all …]
|
/freebsd/contrib/wireguard-tools/man/ |
H A D | wg.8 | 34 Sub-commands that take an INTERFACE must be passed a WireGuard interface. 39 \fBshow\fP { \fI<interface>\fP | \fIall\fP | \fIinterfaces\fP } [\fIpublic-key\fP | \fIprivate-key\… 40 Shows current WireGuard configuration and runtime information of specified \fI<interface>\fP. 41 If no \fI<interface>\fP is specified, \fI<interface>\fP defaults to \fIall\fP. 43 one per line, and quits. If no options are given after the interface 48 is the interface name. If \fPdump\fP is specified, then several lines are printed; 54 \fBshowconf\fP \fI<interface>\fP 55 Shows the current configuration of \fI<interface>\fP in the format described 58 \fBset\fP \fI<interface>\fP [\fIlisten-port\fP \fI<port>\fP] [\fIfwmark\fP \fI<fwmark>\fP] [\fIpriv… 59 Sets configuration values for the specified \fI<interface>\fP. Multiple [all …]
|
/freebsd/sbin/routed/ |
H A D | if.c | 46 static struct interface *ahash_tbl[AHASH_LEN]; 50 static struct interface *bhash_tbl[BHASH_LEN]; 53 /* hash for physical interface names. 58 static struct interface *nhash_tbl[NHASH_LEN]; 72 int have_ripv1_out; /* have a RIPv1 interface */ 76 static void if_bad(struct interface *); 77 static int addrouteforif(struct interface *); 79 static struct interface** 92 /* Link a new interface into the lists and hash tables. 95 if_link(struct interface *ifp) in if_link() [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | wrappers_cpp.cpp | 17 #include "scudo/interface.h" 38 INTERFACE WEAK void *operator new(size_t size) { in operator new() 43 INTERFACE WEAK void *operator new[](size_t size) { in operator new[]() 48 INTERFACE WEAK void *operator new(size_t size, in operator new() 54 INTERFACE WEAK void *operator new[](size_t size, in operator new[]() 60 INTERFACE WEAK void *operator new(size_t size, std::align_val_t align) { in operator delete[]() 66 INTERFACE WEAK void *operator new[](size_t size, std::align_val_t align) { in operator delete() 72 INTERFACE WEAK void *operator new(size_t size, std::align_val_t align, in operator delete() 79 INTERFACE WEAK void *operator new[](size_t size, std::align_val_t align, in operator delete() 87 INTERFACE WEA in operator delete[]() [all...] |
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | ctrl_iface.h | 2 * WPA Supplicant / UNIX domain socket -based control interface 27 * Control interface backends call this function when receiving a message that 45 * Control interface backends call this function when receiving a message from 59 * wpa_supplicant_ctrl_iface_init - Initialize control interface 63 * Initialize the control interface and start receiving commands from external 66 * Required to be implemented in each control interface backend. 72 * wpa_supplicant_ctrl_iface_deinit - Deinitialize control interface 76 * Deinitialize the control interface that was initialized with 78 * @priv may be %NULL if the control interface has not yet been initialized. 80 * Required to be implemented in each control interface backend. [all …]
|
/freebsd/usr.sbin/rtsold/ |
H A D | rtsold.8 | 46 .Ar interface ... 61 .Ar interface ... 88 .Ar interface , 101 sends at most 3 Router Solicitations on an interface 110 The interface is up after a temporary interface failure. 113 of the interface is active or not. 118 cannot detect the change of the interface status. 124 daemon cannot get the interface status. 137 it refrains from sending additional solicitations on that interface, until 140 When sending a Router Solicitation on an interface, [all …]
|