Home
last modified time | relevance | path

Searched refs:interfaces (Results 1 – 25 of 813) sorted by relevance

12345678910>>...33

/netbsd-src/external/mit/libuv/dist/test/
H A Dtest-platform-output.c41 uv_interface_address_t* interfaces; in TEST_IMPL() local
118 err = uv_interface_addresses(&interfaces, &count); in TEST_IMPL()
123 printf(" name: %s\n", interfaces[i].name); in TEST_IMPL()
124 printf(" internal: %d\n", interfaces[i].is_internal); in TEST_IMPL()
127 (unsigned char)interfaces[i].phys_addr[0], in TEST_IMPL()
128 (unsigned char)interfaces[i].phys_addr[1], in TEST_IMPL()
129 (unsigned char)interfaces[i].phys_addr[2], in TEST_IMPL()
130 (unsigned char)interfaces[i].phys_addr[3], in TEST_IMPL()
131 (unsigned char)interfaces[i].phys_addr[4], in TEST_IMPL()
132 (unsigned char)interfaces[i].phys_addr[5]); in TEST_IMPL()
[all …]
/netbsd-src/external/bsd/openldap/dist/doc/man/man3/
H A DDeprecated1 Deprecated interfaces generally remain in the library. The macro
4 deprecated interfaces. It is recommended that developers writing new
5 programs, or updating old programs, avoid use of deprecated interfaces.
7 deprecated interfaces to be eliminated.
/netbsd-src/external/bsd/dhcpcd/dist/hooks/
H A D20-resolv.conf25 interfaces=$(list_interfaces "$resolv_conf_dir")
29 if [ -n "$interfaces" ]; then
31 for x in ${interfaces}; do
37 key_get_value "domain " ${interfaces})
39 key_get_value "search " ${interfaces})
50 key_get_value "nameserver " ${interfaces})
H A D50-ntp.conf63 interfaces=$(list_interfaces "$ntp_conf_dir")
67 if [ -n "$interfaces" ]; then
69 for x in ${interfaces}; do
75 key_get_value "server " $interfaces)
/netbsd-src/external/mpl/dhcp/dist/common/
H A Ddiscover.c47 struct interface_info *interfaces = 0; variable
606 if (interfaces && (state == DISCOVER_SERVER ||
625 for (tmp = interfaces; tmp; tmp = tmp->next) {
659 tmp = interfaces; /* XXX */
734 for (tmp = interfaces ; tmp != NULL ; tmp = tmp->next) {
756 if (interfaces)
757 interface_reference (&tmp, interfaces, MDL);
783 if (interfaces)
784 interface_dereference (&interfaces,
787 interface_reference (&interfaces, next, MDL);
[all …]
/netbsd-src/external/bsd/wpa/dist/src/ap/
H A Deth_p_oui.c94 struct hapd_interfaces *interfaces; in eth_p_oui_register() local
104 interfaces = hapd->iface->interfaces; in eth_p_oui_register()
106 dl_list_for_each(iface, &interfaces->eth_p_oui, struct eth_p_oui_iface, in eth_p_oui_register()
128 dl_list_add_tail(&interfaces->eth_p_oui, &iface->list); in eth_p_oui_register()
H A Dvlan_full.c54 struct hapd_interfaces *interfaces; in dyn_iface_get() local
56 interfaces = hapd->iface->interfaces; in dyn_iface_get()
57 dynamic_ifaces = &interfaces->vlan_priv; in dyn_iface_get()
90 struct hapd_interfaces *interfaces; in dyn_iface_put() local
93 interfaces = hapd->iface->interfaces; in dyn_iface_put()
94 dynamic_ifaces = &interfaces->vlan_priv; in dyn_iface_put()
/netbsd-src/usr.sbin/map-mbone/
H A Dmapper.c74 struct interface *interfaces; /* Else, neighbor data */ member
117 n->u.interfaces = 0; in find_node()
133 for (ifc = node->u.interfaces; ifc; ifc = ifc->next) in find_interface()
139 ifc->next = node->u.interfaces; in find_interface()
140 node->u.interfaces = ifc; in find_interface()
151 for (ifc = node->u.interfaces; ifc; ifc = ifc->next) { in find_neighbor()
350 for (ifc_i = ifc_node->u.interfaces; ifc_i; ifc_i = next_ifc_i) { in accept_neighbors()
491 for (ifc_i = ifc_node->u.interfaces; ifc_i; ifc_i = next_ifc_i) { in accept_neighbors2()
621 || (node->tries >= 0 && node->u.interfaces) in print_map()
624 && node->u.alias->u.interfaces)) { in print_map()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddclass.c60 interfaces.length = 0; in ClassDeclaration()
61 interfaces.ptr = NULL; in ClassDeclaration()
591 interfaces.length = baseclasses->dim - (baseClass ? 1 : 0); in semantic()
592 interfaces.ptr = baseclasses->tdata() + (baseClass ? 1 : 0); in semantic()
594 for (size_t i = 0; i < interfaces.length; i++) in semantic()
596 BaseClass *b = interfaces.ptr[i]; in semantic()
1043 for (size_t i = 0; i < cd->interfaces.length; i++) in membersPlace()
1045 BaseClass *b = cd->interfaces.ptr[i]; in membersPlace()
1055 if (b->sym->interfaces.length == 0) in membersPlace()
1093 if (interfaces.length == 0) in finalizeSize()
[all …]
/netbsd-src/tests/ipf/expected/
H A Df2930 interfaces: in X[nic0],X[] out X[nic3],X[]
36 interfaces: in X[nic0],X[] out X[nic2],X[]
42 interfaces: in X[nic0],X[] out X[nic1],X[]
48 interfaces: in X[nic0],X[] out X[nic0],X[]
/netbsd-src/sys/fs/nfs/common/
H A Dbootp_subr.c187 STAILQ_HEAD(, bootpc_ifcontext) interfaces;
462 STAILQ_INSERT_TAIL(&gctx->interfaces, ifctx, next); in allocifctx()
675 STAILQ_FOREACH(ifctx, &gctx->interfaces, next) { in bootpc_call()
683 STAILQ_FOREACH(ifctx, &gctx->interfaces, next) { in bootpc_call()
803 STAILQ_FOREACH(ifctx, &gctx->interfaces, next) { in bootpc_call()
826 STAILQ_FOREACH(ifctx, &gctx->interfaces, next) { in bootpc_call()
902 STAILQ_FOREACH(ifctx, &gctx->interfaces, next) in bootpc_call()
925 STAILQ_FOREACH(ifctx, &gctx->interfaces, next) in bootpc_call()
941 STAILQ_FOREACH(ifctx, &gctx->interfaces, next) in bootpc_call()
1613 STAILQ_INIT(&gctx->interfaces); in bootpc_init()
[all …]
/netbsd-src/sys/rump/librump/rumpkern/
H A Drumpkern.ifspec23 ; lwp and proc creation / switching interfaces
33 ; wrappers for etfs interfaces. They are not handled by librump,
34 ; but having the function interfaces here makes it possible to always
/netbsd-src/external/gpl3/binutils/dist/libsframe/
H A Dlibtool-version19 # 4. If any interfaces have been added, removed, or changed since the
24 # a. If any interfaces have been added since the last public release,
26 # b. If any interfaces have been removed since the last public release,
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/
H A Dcast_.d89 foreach (iface; oc.interfaces) in _d_isbaseof2()
114 foreach (iface; oc.interfaces) in _d_isbaseof()
135 foreach (iface; typeid(o).interfaces) in _d_interface_vtbl()
/netbsd-src/external/mpl/bind/dist/lib/ns/
H A Dinterfacemgr.c81 ISC_LIST(ns_interface_t) interfaces; /*%< List of interfaces */
141 for (ifp = ISC_LIST_HEAD(mgr->interfaces); in need_rescan()
302 ISC_LIST_INIT(mgr->interfaces); in ns_interfacemgr_create()
430 * Shut down and detach all interfaces. in ns_interfacemgr_attach()
432 * purge_old_interfaces() consider all interfaces "old".
477 ISC_LIST_APPEND(mgr->interfaces, ifp, link); in interface_create()
798 for (ifp = ISC_LIST_HEAD(mgr->interfaces); ifp != NULL; in find_matching_interface()
818 * Remove any interfaces whose generation number is not the current one. in purge_old_interfaces()
823 ISC_LIST(ns_interface_t) interfaces; in purge_old_interfaces()
[all...]
/netbsd-src/sys/conf/
H A Dcompat_netbsd.config5 options COMPAT_43 # 4.3BSD system interfaces
6 options COMPAT_44 # 4.4BSD system interfaces
/netbsd-src/external/bsd/unbound/dist/pythonmod/doc/modules/
H A Dconfig.rst124 and recvmsg/sendmsg ancillary data to detect interfaces, boolean.
128 Number of interfaces to open. If 0 default all interfaces.
136 Number of outgoing interfaces to open.
137 If 0 default all interfaces.
314 The interfaces the remote control should listen on.
/netbsd-src/sys/rump/include/rump-sys/
H A DREADME3 This directory contains files which are kernel-internal interfaces
4 provided by rump kernels. Like any other NetBSD kernel interfaces,
/netbsd-src/external/mpl/dhcp/dist/keama/tests/
H A Drange6.out31 "interfaces-config": {
32 "interfaces": [
H A Dprefix62.out30 "interfaces-config": {
31 "interfaces": [
H A Dshareone6.out5 "interfaces-config": {
6 "interfaces": [
H A Dshareone4.out5 "interfaces-config": {
6 "interfaces": [
H A Dgroupsubnet4.out6 "interfaces-config": {
7 "interfaces": [
H A Dsubnet6auth.out38 "interfaces-config": {
39 "interfaces": [
H A Dgroupsubnet6.out6 "interfaces-config": {
7 "interfaces": [

12345678910>>...33