| /openbsd-src/usr.bin/systat/ |
| H A D | mbufs.c | 48 } *interfaces = NULL; variable 122 interfaces = calloc(1, sizeof(*interfaces)); in initmembufs() 123 if (interfaces == NULL) in initmembufs() 130 strlcpy(interfaces[0].name, "System", sizeof(interfaces[0].name)); in initmembufs() 131 interfaces[0].data.ifri_total = MCLPOOLS; in initmembufs() 132 interfaces[0].data.ifri_entries = ifr; in initmembufs() 244 ifi = reallocarray(interfaces, nif, sizeof(*interfaces)); in read_mb() 250 interfaces = ifi; in read_mb() 252 memset(&interfaces[num_ifs++], 0, sizeof(*interfaces)); in read_mb() 256 ifi = interfaces + 1; in read_mb() [all …]
|
| /openbsd-src/usr.sbin/dhcrelay/ |
| H A D | dhcrelay.c | 86 struct interface_info *interfaces = NULL; variable 121 if (interfaces != NULL) in main() 124 interfaces = iflist_getbyname(optarg); in main() 125 if (interfaces == NULL) in main() 177 fatalx("don't mix interfaces with hosts"); in main() 201 fatalx("don't mix interfaces with hosts"); in main() 220 if (interfaces == NULL || in main() 221 register_interface(interfaces->name, got_one, 0) == NULL) in main() 226 (interfaces->hw_address.htype != HTYPE_IPSEC_TUNNEL && in main() 227 interfaces in main() [all...] |
| /openbsd-src/usr.sbin/dhcpd/ |
| H A D | dispatch.c | 72 struct interface_info *interfaces; variable 105 if (interfaces != NULL) in discover_interfaces() 123 for (tmp = interfaces; tmp; tmp = tmp->next) in discover_interfaces() 148 tmp->next = interfaces; in discover_interfaces() 150 interfaces = tmp; in discover_interfaces() 234 for (tmp = interfaces; tmp; tmp = next) { in discover_interfaces() 242 interfaces = interfaces->next; in discover_interfaces() 256 interfaces = interfaces->next; in discover_interfaces() 286 if (interfaces == NULL) in discover_interfaces() 290 for (tmp = interfaces; tmp; tmp = tmp->next) in discover_interfaces()
|
| H A D | dhcpd.c | 179 tmp->next = interfaces; in main() 180 interfaces = tmp; in main()
|
| /openbsd-src/usr.sbin/dhcrelay6/ |
| H A D | dhcrelay6.c | 110 struct interface_info *interfaces; variable 201 if (interfaces != NULL) in main() 204 interfaces = iflist_getbyname(optarg); in main() 205 if (interfaces == NULL) in main() 243 if (interfaces == NULL) in main() 366 interfaces = register_interface(interfaces->name, got_one); in relay6_setup() 367 if (interfaces == NULL) in relay6_setup() 386 if (!interfaces->ipv6) in relay6_setup() 387 fatalx("%s: no IPv6 address configured", interfaces->name); in relay6_setup() 724 *intf = interfaces; in relay6_poprelaymsg() [all …]
|
| /openbsd-src/usr.sbin/map-mbone/ |
| H A D | mapper.c | 75 struct interface *interfaces; /* Else, neighbor data */ member 115 n->u.interfaces = 0; in find_node() 131 for (ifc = node->u.interfaces; ifc; ifc = ifc->next) in find_interface() 137 ifc->next = node->u.interfaces; in find_interface() 138 node->u.interfaces = ifc; in find_interface() 149 for (ifc = node->u.interfaces; ifc; ifc = ifc->next) { in find_neighbor() 305 while (datalen > 0) { /* loop through interfaces */ in accept_neighbors() 347 for (ifc_i = ifc_node->u.interfaces; ifc_i; ifc_i = next_ifc_i) { in accept_neighbors() 440 while (datalen > 0) { /* loop through interfaces */ in accept_neighbors2() 488 for (ifc_i = ifc_node->u.interfaces; ifc_ in accept_neighbors2() [all...] |
| /openbsd-src/regress/sbin/pfctl/ |
| H A D | pf9.in | 1 interfaces = "{ enc0, tun1000000 }" 3 block in on $interfaces all
|
| H A D | pfail30.ok | 2 stdin:2: dynamic interfaces must be used with :0 in a binat-to rule 6 stdin:3: dynamic interfaces must be used with :0 in a binat-to rule 13 stdin:6: dynamic interfaces must be used with :0 in a binat-to rule
|
| H A D | pf9.ok | 1 interfaces = "{ enc0, tun1000000 }"
|
| H A D | pfr.addrs1 | 9 # interfaces
|
| H A D | pfr.addrs3 | 9 # interfaces
|
| /openbsd-src/regress/sys/net/etherip/ |
| H A D | Makefile | 38 .PHONY: busy-interfaces busy-rdomains ifconfig unconfig 40 REGRESS_SETUP_ONCE += busy-interfaces 41 busy-interfaces:
|
| /openbsd-src/share/snmp/ |
| H A D | IF-MIB.txt | 48 interfaces OBJECT IDENTIFIER ::= { mib-2 2 } 99 or when none or all interfaces need to be referenced." 107 "The number of network interfaces (regardless of their 109 ::= { interfaces 1 } 127 -- interfaces. Each sub-layer below the internetwork-layer 137 ::= { interfaces 2 } 216 on the interface, specified in octets. For interfaces that 228 per second. For interfaces which do not vary in bandwidth 247 value of this object. For interfaces which do not have such 263 managed system initializes, all interfaces start with [all …]
|
| H A D | OPENBSD-CARP-MIB.txt | 43 Common Address Redundancy Protocol (CARP) interfaces." 91 "The number of CARP interfaces present on this system." 99 "A list of individual CARP interfaces. The number of entries is 240 "Number of IPv4 CARP packets received on all interfaces." 248 "Number of IPv6 CARP packets received on all interfaces." 335 "Number of IPv4 CARP packets sent on all interfaces." 343 "Number of IPv6 CARP packets sent on all interfaces."
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | SupportLibrary.rst | 16 By centralizing LLVM's use of operating system interfaces, we make it possible 21 interfaces provided in ``include/llvm/Support``. 39 variations in operating system interfaces and doing so efficiently. The 52 To obtain system-dependent functionality, existing interfaces to the system 73 them directly or obtain their inclusion through ``lib/Support`` interfaces. 82 ``lib/Support`` interfaces. 125 The Support Library interfaces can be called quite frequently by LLVM. In order 141 information about files and directories. Those interfaces may be implemented in 157 Operating system interfaces will generally provide error results for every
|
| H A D | DirectXUsage.rst | 19 The DirectX target implements the DirectX programmability interfaces. These 20 interfaces are documented in the `DirectX Specifications. <https://github.com/Microsoft/DirectX-Spe…
|
| /openbsd-src/gnu/usr.bin/cvs/windows-NT/SCC/ |
| H A D | README.txt | 87 There are other interfaces which interface between a development 91 support/use several interfaces rather than it being an either/or thing. 93 If you know of other interfaces which should be added here I guess the 115 For (some) more details on these interfaces, and others, see
|
| /openbsd-src/sbin/slaacd/ |
| H A D | frontend.c | 101 LIST_HEAD(, iface) interfaces; 239 LIST_INIT(&interfaces); in frontend() 540 LIST_INSERT_HEAD(&interfaces, iface, entries); in update_iface() 1042 LIST_FOREACH (iface, &interfaces, entries) { in remove_iface() 1072 LIST_FOREACH (iface, &interfaces, entries) { in get_icmp6ev_by_rdomain() 1123 LIST_FOREACH (iface, &interfaces, entries) { in set_icmp6sock() 1143 LIST_FOREACH (iface, &interfaces, entries) {
|
| /openbsd-src/regress/usr.sbin/pkg_add/newcups/cups-libs-2.2.8/ |
| H A D | +DESC | 4 interfaces.
|
| /openbsd-src/regress/usr.sbin/pkg_add/oldcups/cups-libs-2.2.7/ |
| H A D | +DESC | 4 interfaces.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/objc.dg/ |
| H A D | naming-2.m | 1 /* Test for collision of @interfaces with global vars. */
|
| H A D | naming-1.m | 1 /* Test for obscuring of @interfaces with local vars. */
|
| /openbsd-src/lib/libfido2/ |
| H A D | README.openbsd | 10 src/random.c has had CSPRNG interfaces other than arc4random_buf(4) removed
|
| /openbsd-src/usr.sbin/nsd/ |
| H A D | nsd.conf.sample.in | 34 # Specify specific interfaces to bind (default are the wildcard 35 # interfaces 0.0.0.0 and ::0). 51 # When several interfaces are configured to listen on the same subnet, 54 # and VLAN tagged interfaces. Linux offers the SO_BINDTODEVICE socket 263 # The interfaces that use these listed port numbers will support and 264 # expect PROXYv2. For UDP and TCP/TLS interfaces. 275 # interfaces, usually 127.0.0.1 and ::1). To bind to to multiple IP 324 # what interfaces are listened to for control, default is on localhost. 325 # interfaces can be specified by IP address or interface name.
|
| /openbsd-src/libexec/snmpd/snmpd_metrics/ |
| H A D | mib.c | 3247 struct agentx_region *ifMIB, *interfaces; in main() local 3446 (interfaces = agentx_region(sac, in main() 3450 if ((ifIdx = agentx_index_integer_dynamic(interfaces, in main() 3524 if ((ifNumber = agentx_object(interfaces, AGENTX_OID(IFNUMBER), in main() 3528 if ((ifIndex = agentx_object(interfaces, AGENTX_OID(IFINDEX), in main() 3530 (ifDescr = agentx_object(interfaces, AGENTX_OID(IFDESCR), in main() 3532 (ifType = agentx_object(interfaces, AGENTX_OID(IFTYPE), in main() 3534 (ifMtu = agentx_object(interfaces, AGENTX_OID(IFMTU), in main() 3536 (ifSpeed = agentx_object(interfaces, AGENTX_OID(IFSPEED), in main() 3538 (ifPhysAddress = agentx_object(interfaces, in main() [all …]
|