Home
last modified time | relevance | path

Searched refs:intf (Results 1 – 25 of 45) sorted by relevance

12

/external/dhcpcd/dhcpcd-hooks/
D95-configured7 intf=p2p
9 intf=$interface
13 setprop dhcp.${intf}.reason "${reason}"
17 setprop dhcp.${intf}.ipaddress "${new_ip_address}"
18 setprop dhcp.${intf}.gateway "${new_routers%% *}"
19 setprop dhcp.${intf}.mask "${new_subnet_mask}"
20 setprop dhcp.${intf}.leasetime "${new_dhcp_lease_time}"
21 setprop dhcp.${intf}.server "${new_dhcp_server_identifier}"
22 setprop dhcp.${intf}.vendorInfo "${new_vendor_encapsulated_options}"
23 setprop dhcp.${intf}.mtu "${new_interface_mtu}"
[all …]
D20-dns.conf6 intf=p2p
8 intf=$interface
19 setprop dhcp.${intf}.dns${i} ""
24 setprop dhcp.${intf}.dns${count} ${dnsaddr}
42 setprop dhcp.${intf}.dns${i} ""
/external/mdnsresponder/mDNSPosix/
DmDNSPosix.c230 mDNSlocal void SocketDataReady(mDNS *const m, PosixNetworkInterface *intf, int skt) in SocketDataReady() argument
242 const mDNSInterfaceID InterfaceID = intf ? intf->coreIntf.InterfaceID : NULL; in SocketDataReady()
289 if (!intf) in SocketDataReady()
296 …if (packetInfo.ipi_ifname[0] != 0) reject = (strcmp(packetInfo.ipi_ifname, intf->intfName) !=… in SocketDataReady()
297 else if (packetInfo.ipi_ifindex != -1) reject = (packetInfo.ipi_ifindex != intf->index); in SocketDataReady()
303 &intf->coreIntf.ip, intf->intfName, intf->index, skt); in SocketDataReady()
318 &senderAddr, &destAddr, &intf->coreIntf.ip, intf->intfName, intf->index, skt); in SocketDataReady()
537 PosixNetworkInterface *intf; in SearchForInterfaceByName() local
542 intf = (PosixNetworkInterface*)(m->HostInterfaces); in SearchForInterfaceByName()
543 while ((intf != NULL) && (strcmp(intf->intfName, intfName) != 0)) in SearchForInterfaceByName()
[all …]
/external/mdnsresponder/mDNSCore/
DmDNS.c338 NetworkInterfaceInfo *intf; in mDNS_AddressIsLocalSubnet() local
344 for (intf = m->HostInterfaces; intf; intf = intf->next) in mDNS_AddressIsLocalSubnet()
345 if (intf->ip.type == addr->type && intf->InterfaceID == InterfaceID && intf->McastTxRx) in mDNS_AddressIsLocalSubnet()
346 …if (((intf->ip.ip.v4.NotAnInteger ^ addr->ip.v4.NotAnInteger) & intf->mask.ip.v4.NotAnInteger) == … in mDNS_AddressIsLocalSubnet()
353 for (intf = m->HostInterfaces; intf; intf = intf->next) in mDNS_AddressIsLocalSubnet()
354 if (intf->ip.type == addr->type && intf->InterfaceID == InterfaceID && intf->McastTxRx) in mDNS_AddressIsLocalSubnet()
355 if ((((intf->ip.ip.v6.l[0] ^ addr->ip.v6.l[0]) & intf->mask.ip.v6.l[0]) == 0) && in mDNS_AddressIsLocalSubnet()
356 (((intf->ip.ip.v6.l[1] ^ addr->ip.v6.l[1]) & intf->mask.ip.v6.l[1]) == 0) && in mDNS_AddressIsLocalSubnet()
357 (((intf->ip.ip.v6.l[2] ^ addr->ip.v6.l[2]) & intf->mask.ip.v6.l[2]) == 0) && in mDNS_AddressIsLocalSubnet()
358 (((intf->ip.ip.v6.l[3] ^ addr->ip.v6.l[3]) & intf->mask.ip.v6.l[3]) == 0)) in mDNS_AddressIsLocalSubnet()
[all …]
/external/javassist/src/main/javassist/bytecode/analysis/
DType.java486 Object intf = i.next(); in findExclusiveDeclaredInterfaces() local
487 typeMap.remove(intf); in findExclusiveDeclaredInterfaces()
488 thisMap.remove(intf); in findExclusiveDeclaredInterfaces()
507 CtClass intf = (CtClass) i.next(); in findCommonInterfaces() local
510 interfaces = intf.getInterfaces(); in findCommonInterfaces()
532 CtClass intf = interfaces[i]; in getAllInterfaces() local
533 map.put(intf.getName(), intf); in getAllInterfaces() local
534 getAllInterfaces(intf, map); in getAllInterfaces()
561 CtClass intf = interfaces[i]; in getDeclaredInterfaces() local
562 map.put(intf.getName(), intf); in getDeclaredInterfaces() local
[all …]
DMultiType.java179 CtClass intf = (CtClass)iter.next(); in getAllMultiInterfaces() local
180 map.put(intf.getName(), intf); in getAllMultiInterfaces() local
181 getAllInterfaces(intf, map); in getAllMultiInterfaces()
/external/chromium_org/third_party/skia/src/views/win/
DSkOSWindow_win.cpp489 SkAutoTUnref<const GrGLInterface> intf(GrGLCreateANGLEInterface()); in attachANGLE() local
491 if (intf) { in attachANGLE()
492 ANGLE_GL_CALL(intf, ClearStencil(0)); in attachANGLE()
493 ANGLE_GL_CALL(intf, ClearColor(0, 0, 0, 0)); in attachANGLE()
494 ANGLE_GL_CALL(intf, StencilMask(0xffffffff)); in attachANGLE()
495 ANGLE_GL_CALL(intf, Clear(GL_STENCIL_BUFFER_BIT |GL_COLOR_BUFFER_BIT)); in attachANGLE()
502 SkAutoTUnref<const GrGLInterface> intf(GrGLCreateANGLEInterface()); in attachANGLE() local
504 if (intf ) { in attachANGLE()
505 ANGLE_GL_CALL(intf, Viewport(0, 0, in attachANGLE()
528 SkAutoTUnref<const GrGLInterface> intf(GrGLCreateANGLEInterface()); in presentANGLE() local
[all …]
/external/skia/src/views/win/
DSkOSWindow_win.cpp489 SkAutoTUnref<const GrGLInterface> intf(GrGLCreateANGLEInterface()); in attachANGLE() local
491 if (intf) { in attachANGLE()
492 ANGLE_GL_CALL(intf, ClearStencil(0)); in attachANGLE()
493 ANGLE_GL_CALL(intf, ClearColor(0, 0, 0, 0)); in attachANGLE()
494 ANGLE_GL_CALL(intf, StencilMask(0xffffffff)); in attachANGLE()
495 ANGLE_GL_CALL(intf, Clear(GL_STENCIL_BUFFER_BIT |GL_COLOR_BUFFER_BIT)); in attachANGLE()
502 SkAutoTUnref<const GrGLInterface> intf(GrGLCreateANGLEInterface()); in attachANGLE() local
504 if (intf ) { in attachANGLE()
505 ANGLE_GL_CALL(intf, Viewport(0, 0, in attachANGLE()
528 SkAutoTUnref<const GrGLInterface> intf(GrGLCreateANGLEInterface()); in presentANGLE() local
[all …]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
Dsm4_parse.cpp320 dcl.intf.id = read32(); in do_parse()
321 dcl.intf.expected_function_table_length = read32(); in do_parse()
324 dcl.intf.table_length = v & 0xffff; in do_parse()
325 dcl.intf.array_length = v >> 16; in do_parse()
327 dcl.data = malloc(dcl.intf.table_length * sizeof(uint32_t)); in do_parse()
328 for(unsigned i = 0; i < dcl.intf.table_length; ++i) in do_parse()
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
Dsm4_parse.cpp320 dcl.intf.id = read32(); in do_parse()
321 dcl.intf.expected_function_table_length = read32(); in do_parse()
324 dcl.intf.table_length = v & 0xffff; in do_parse()
325 dcl.intf.array_length = v >> 16; in do_parse()
327 dcl.data = malloc(dcl.intf.table_length * sizeof(uint32_t)); in do_parse()
328 for(unsigned i = 0; i < dcl.intf.table_length; ++i) in do_parse()
/external/chromium_org/third_party/libusb/src/libusb/os/
Dopenbsd_usb.c406 struct usb_alt_interface intf; in obsd_set_interface_altsetting() local
413 memset(&intf, 0, sizeof(intf)); in obsd_set_interface_altsetting()
415 intf.uai_interface_index = iface; in obsd_set_interface_altsetting()
416 intf.uai_alt_no = altsetting; in obsd_set_interface_altsetting()
418 if (ioctl(dpriv->fd, USB_SET_ALTINTERFACE, &intf) < 0) in obsd_set_interface_altsetting()
/external/freetype/src/gzip/
Dzconf.h44 # define intf z_intf macro
231 typedef int FAR intf; typedef
/external/chromium_org/sdch/open-vcdiff/src/zlib/
Dzconf.h55 # define intf z_intf macro
273 typedef int FAR intf; typedef
/external/chromium_org/third_party/webrtc/examples/android/media_demo/src/org/webrtc/webrtcdemo/
DSettingsMenuFragment.java135 NetworkInterface intf = en.nextElement(); in getLocalIpAddress() local
137 intf.getInetAddresses(); in getLocalIpAddress()
/external/wpa_supplicant_8/src/drivers/
Ddriver_ndis.c2513 INTF_ENTRY intf; in wpa_driver_ndis_set_wzc()
2581 os_memset(&intf, 0, sizeof(intf)); in wpa_driver_ndis_set_wzc()
2582 intf.wszGuid = guids.pIntfs[i].wszGuid; in wpa_driver_ndis_set_wzc()
2584 intf.dwCtlFlags = -1; in wpa_driver_ndis_set_wzc()
2586 res = wzc_query_interf(NULL, INTFCTL_ENABLED, &intf, &flags); in wpa_driver_ndis_set_wzc()
2597 (int) flags, (int) intf.dwCtlFlags); in wpa_driver_ndis_set_wzc()
2599 if (intf.dwCtlFlags == -1) { in wpa_driver_ndis_set_wzc()
2603 (u8 *) &intf, sizeof(intf)); in wpa_driver_ndis_set_wzc()
2608 if (!(intf.dwCtlFlags & INTFCTL_ENABLED)) { in wpa_driver_ndis_set_wzc()
2611 intf.dwCtlFlags |= INTFCTL_ENABLED; in wpa_driver_ndis_set_wzc()
[all …]
/external/chromium_org/third_party/zlib/
Dzconf.h121 # define intf z_intf macro
348 typedef int FAR intf; typedef
/external/pdfium/core/include/thirdparties/zlib/
Dzconf.h139 # define intf z_intf macro
380 typedef int FAR intf; typedef
/external/qemu/distrib/zlib-1.2.8/
Dzconf.h139 # define intf z_intf macro
380 typedef int FAR intf; typedef
/external/zlib/
Dzconf.h139 # define intf z_intf macro
380 typedef int FAR intf; typedef
/external/zlib/src/
Dzconf.h139 # define intf z_intf macro
380 typedef int FAR intf; typedef
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
Dzconf.h139 # define intf z_intf macro
380 typedef int FAR intf; typedef
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_ra.cpp1193 const RIG_Node *intf = RIG_Node::get(ei); in checkInterference() local
1195 if (intf->reg < 0) in checkInterference()
1198 const LValue *vB = intf->getValue(); in checkInterference()
1200 const uint8_t intfMask = ((1 << intf->colors) - 1) << (intf->reg & 7); in checkInterference()
1229 vB->compMask, intf->reg & ~7, mask); in checkInterference()
1231 regs.occupyMask(node->f, intf->reg & ~7, mask); in checkInterference()
1237 vA->id, vB->id, intf->reg, intf->colors); in checkInterference()
1238 regs.occupy(node->f, intf->reg, intf->colors); in checkInterference()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
Dnv50_ir_ra.cpp1193 const RIG_Node *intf = RIG_Node::get(ei); in checkInterference() local
1195 if (intf->reg < 0) in checkInterference()
1198 const LValue *vB = intf->getValue(); in checkInterference()
1200 const uint8_t intfMask = ((1 << intf->colors) - 1) << (intf->reg & 7); in checkInterference()
1229 vB->compMask, intf->reg & ~7, mask); in checkInterference()
1231 regs.occupyMask(node->f, intf->reg & ~7, mask); in checkInterference()
1237 vA->id, vB->id, intf->reg, intf->colors); in checkInterference()
1238 regs.occupy(node->f, intf->reg, intf->colors); in checkInterference()
/external/skia/src/gpu/gl/
DGrGLCaps.cpp536 bool GrGLCaps::readPixelsSupported(const GrGLInterface* intf, in readPixelsSupported() argument
554 GR_GL_GetIntegerv(intf, in readPixelsSupported()
558 GR_GL_GetIntegerv(intf, in readPixelsSupported()
/external/chromium_org/third_party/skia/src/gpu/gl/
DGrGLCaps.cpp536 bool GrGLCaps::readPixelsSupported(const GrGLInterface* intf, in readPixelsSupported() argument
554 GR_GL_GetIntegerv(intf, in readPixelsSupported()
558 GR_GL_GetIntegerv(intf, in readPixelsSupported()

12