/netbsd-src/external/mit/libuv/dist/test/ |
H A D | test-platform-output.c | 41 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 D | Deprecated | 1 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 D | 20-resolv.conf | 25 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 D | 50-ntp.conf | 63 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 D | discover.c | 47 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 D | eth_p_oui.c | 94 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 D | vlan_full.c | 54 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 D | mapper.c | 74 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 D | dclass.c | 60 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 D | f29 | 30 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 D | bootp_subr.c | 187 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 D | rumpkern.ifspec | 23 ; 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 D | libtool-version | 19 # 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 D | cast_.d | 89 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 D | interfacemgr.c | 81 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 D | compat_netbsd.config | 5 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 D | config.rst | 124 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 D | README | 3 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 D | range6.out | 31 "interfaces-config": { 32 "interfaces": [
|
H A D | prefix62.out | 30 "interfaces-config": { 31 "interfaces": [
|
H A D | shareone6.out | 5 "interfaces-config": { 6 "interfaces": [
|
H A D | shareone4.out | 5 "interfaces-config": { 6 "interfaces": [
|
H A D | groupsubnet4.out | 6 "interfaces-config": { 7 "interfaces": [
|
H A D | subnet6auth.out | 38 "interfaces-config": { 39 "interfaces": [
|
H A D | groupsubnet6.out | 6 "interfaces-config": { 7 "interfaces": [
|