Home
last modified time | relevance | path

Searched refs:intf (Results 1 – 25 of 27) 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}"
24 setprop dhcp.${intf}.result "ok"
[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.c223 mDNSlocal void SocketDataReady(mDNS *const m, PosixNetworkInterface *intf, int skt) in SocketDataReady() argument
235 const mDNSInterfaceID InterfaceID = intf ? intf->coreIntf.InterfaceID : NULL; in SocketDataReady()
282 if (!intf) in SocketDataReady()
289 …if (packetInfo.ipi_ifname[0] != 0) reject = (strcmp(packetInfo.ipi_ifname, intf->intfName) !=… in SocketDataReady()
290 else if (packetInfo.ipi_ifindex != -1) reject = (packetInfo.ipi_ifindex != intf->index); in SocketDataReady()
296 &intf->coreIntf.ip, intf->intfName, intf->index, skt); in SocketDataReady()
311 &senderAddr, &destAddr, &intf->coreIntf.ip, intf->intfName, intf->index, skt); in SocketDataReady()
527 PosixNetworkInterface *intf; in SearchForInterfaceByName() local
532 intf = (PosixNetworkInterface*)(m->HostInterfaces); in SearchForInterfaceByName()
533 while ((intf != NULL) && (strcmp(intf->intfName, intfName) != 0)) in SearchForInterfaceByName()
[all …]
/external/kernel-headers/original/linux/
Dusb.h149 #define interface_to_usbdev(intf) \ argument
150 container_of(intf->dev.parent, struct usb_device, dev)
152 static inline void *usb_get_intfdata (struct usb_interface *intf) in usb_get_intfdata() argument
154 return dev_get_drvdata (&intf->dev); in usb_get_intfdata()
157 static inline void usb_set_intfdata (struct usb_interface *intf, void *data) in usb_set_intfdata() argument
159 dev_set_drvdata(&intf->dev, data); in usb_set_intfdata()
162 struct usb_interface *usb_get_intf(struct usb_interface *intf);
163 void usb_put_intf(struct usb_interface *intf);
429 struct usb_interface *intf, unsigned int altnum);
592 int (*probe) (struct usb_interface *intf,
[all …]
Dipmi_smi.h182 int ipmi_unregister_smi(ipmi_smi_t intf);
190 void ipmi_smi_msg_received(ipmi_smi_t intf,
194 void ipmi_smi_watchdog_pretimeout(ipmi_smi_t intf);
Drtc.h178 extern int rtc_interface_register(struct class_interface *intf);
/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 …]
DDNSCommon.h93 extern NetworkInterfaceInfo *GetFirstActiveInterface(NetworkInterfaceInfo *intf);
94 extern mDNSInterfaceID GetNextActiveInterfaceID(const NetworkInterfaceInfo *intf);
DDNSCommon.c123 mDNSexport NetworkInterfaceInfo *GetFirstActiveInterface(NetworkInterfaceInfo *intf) in GetFirstActiveInterface() argument
125 while (intf && !intf->InterfaceActive) intf = intf->next; in GetFirstActiveInterface()
126 return(intf); in GetFirstActiveInterface()
129 mDNSexport mDNSInterfaceID GetNextActiveInterfaceID(const NetworkInterfaceInfo *intf) in GetNextActiveInterfaceID() argument
131 const NetworkInterfaceInfo *next = GetFirstActiveInterface(intf->next); in GetNextActiveInterfaceID()
/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/libusb_aah/libusb/os/
Dopenbsd_usb.c370 struct usb_alt_interface intf; in obsd_set_interface_altsetting() local
374 memset(&intf, 0, sizeof(intf)); in obsd_set_interface_altsetting()
376 intf.uai_interface_index = iface; in obsd_set_interface_altsetting()
377 intf.uai_alt_no = altsetting; in obsd_set_interface_altsetting()
379 if (ioctl(dpriv->fd, USB_SET_ALTINTERFACE, &intf) < 0) in obsd_set_interface_altsetting()
/external/open-vcdiff/src/zlib/
Dzconf.h55 # define intf z_intf macro
273 typedef int FAR intf; typedef
/external/qemu/distrib/zlib-1.2.3/
Dzconf.h55 # define intf z_intf macro
273 typedef int FAR intf; typedef
Dtrees.c123 const intf *extra_bits; /* extra bits for each code or NULL */
497 const intf *extra = desc->stat_desc->extra_bits;
/external/chromium/sdch/open-vcdiff/src/
Dzconf.h55 # define intf z_intf macro
273 typedef int FAR intf; typedef
/external/skia/src/gpu/gl/
DGrGLCaps.cpp174 bool GrGLCaps::readPixelsSupported(const GrGLInterface* intf, in readPixelsSupported() argument
192 GR_GL_GetIntegerv(intf, in readPixelsSupported()
196 GR_GL_GetIntegerv(intf, in readPixelsSupported()
DGrGLCaps.h223 bool readPixelsSupported(const GrGLInterface* intf,
/external/wpa_supplicant_8/src/drivers/
Ddriver_ndis.c2525 INTF_ENTRY intf; in wpa_driver_ndis_set_wzc()
2593 os_memset(&intf, 0, sizeof(intf)); in wpa_driver_ndis_set_wzc()
2594 intf.wszGuid = guids.pIntfs[i].wszGuid; in wpa_driver_ndis_set_wzc()
2596 intf.dwCtlFlags = -1; in wpa_driver_ndis_set_wzc()
2598 res = wzc_query_interf(NULL, INTFCTL_ENABLED, &intf, &flags); in wpa_driver_ndis_set_wzc()
2609 (int) flags, (int) intf.dwCtlFlags); in wpa_driver_ndis_set_wzc()
2611 if (intf.dwCtlFlags == -1) { in wpa_driver_ndis_set_wzc()
2615 (u8 *) &intf, sizeof(intf)); in wpa_driver_ndis_set_wzc()
2620 if (!(intf.dwCtlFlags & INTFCTL_ENABLED)) { in wpa_driver_ndis_set_wzc()
2623 intf.dwCtlFlags |= INTFCTL_ENABLED; in wpa_driver_ndis_set_wzc()
[all …]
/external/zlib/src/
Dzconf.h136 # define intf z_intf macro
377 typedef int FAR intf; typedef
Dzconf.h.in136 # define intf z_intf macro
377 typedef int FAR intf; typedef
Dzconf.h.cmakein138 # define intf z_intf
379 typedef int FAR intf;
Dtrees.c119 const intf *extra_bits; /* extra bits for each code or NULL */
495 const intf *extra = desc->stat_desc->extra_bits;
/external/zlib/
Dzconf.h136 # define intf z_intf macro
377 typedef int FAR intf; typedef
/external/javassist/src/main/javassist/
DCtClassType.java125 CtClass[] intf = getInterfaces(); in extendToString() local
126 if (intf.length > 0) in extendToString()
129 for (int i = 0; i < intf.length; ++i) { in extendToString()
130 buffer.append(intf[i].getName()); in extendToString()

12