HomeSort by relevance Sort by last modified time
    Searched defs:ifaces (Results 1 - 16 of 16) sorted by null

  /external/wpa_supplicant_8/wpa_supplicant/
main_winmain.c 25 struct wpa_interface *ifaces, *iface; local
38 iface = ifaces = os_zalloc(sizeof(struct wpa_interface));
39 if (ifaces == NULL)
55 if ((ifaces[i].confname == NULL &&
56 ifaces[i].ctrl_interface == NULL) ||
57 ifaces[i].ifname == NULL) {
64 if (wpa_supplicant_add_iface(global, &ifaces[i]) == NULL)
73 os_free(ifaces);
main.c 140 struct wpa_interface *ifaces, *iface; local
151 iface = ifaces = os_zalloc(sizeof(struct wpa_interface));
152 if (ifaces == NULL)
260 iface = os_realloc_array(ifaces, iface_count,
264 ifaces = iface;
265 iface = &ifaces[iface_count - 1];
287 if ((ifaces[i].confname == NULL &&
288 ifaces[i].ctrl_interface == NULL) ||
289 ifaces[i].ifname == NULL) {
297 if (wpa_supplicant_add_iface(global, &ifaces[i]) == NULL
    [all...]
wpa_supplicant_i.h 229 struct wpa_supplicant *ifaces; member in struct:wpa_global
  /external/libvpx/libvpx/
example_xma.c 32 } ifaces[] = variable in typeref:struct:__anon10882
54 ifaces[0].name);
56 for (i = 0; i < sizeof(ifaces) / sizeof(ifaces[0]); i++)
58 ifaces[i].name,
59 vpx_codec_iface_name(ifaces[i].iface));
84 vpx_codec_iface_t *iface = ifaces[0].iface;
105 for (j = 0; j < sizeof(ifaces) / sizeof(ifaces[0]); j++)
106 if (!strcmp(ifaces[j].name, argv[i])
    [all...]
vpxdec.c 58 } ifaces[] = variable in typeref:struct:__anon11018
166 for (i = 0; i < sizeof(ifaces) / sizeof(ifaces[0]); i++)
168 ifaces[i].name,
169 vpx_codec_iface_name(ifaces[i].iface));
463 for (i = 0; i < sizeof(ifaces) / sizeof(ifaces[0]); i++)
464 if(!vpx_codec_peek_stream_info(ifaces[i].iface,
468 *fourcc = ifaces[i].fourcc;
750 for (j = 0; j < sizeof(ifaces) / sizeof(ifaces[0]); j++
    [all...]
  /external/doclava/src/com/google/doclava/apicheck/
ApiInfo.java 44 ArrayList<String> ifaces = mClassToInterface.get(cl); local
45 if (ifaces == null) {
48 for (String iface : ifaces) {
  /external/tcpdump/
print-cnfp.c 69 u_int32_t ifaces; /* src,dst ifaces */ member in struct:nfrec
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_introspect.c 231 struct dl_list ifaces; local
232 dl_list_init(&ifaces);
233 extract_interfaces(&ifaces, obj_dsc);
234 add_interfaces(&ifaces, xml);
  /frameworks/base/core/tests/coretests/src/android/net/
NetworkStatsTest.java 274 final HashSet<String> ifaces = Sets.newHashSet(); local
275 assertValues(stats.getTotal(null, ifaces), 0L, 0L, 0L, 0L, 0L);
277 ifaces.add(TEST_IFACE2);
278 assertValues(stats.getTotal(null, ifaces), 1024L, 64L, 0L, 0L, 0L);
  /frameworks/base/core/java/android/net/
NetworkStats.java 392 final HashSet<String> ifaces = new HashSet<String>(); local
395 ifaces.add(iface);
398 return ifaces.toArray(new String[ifaces.size()]);
459 * null} to include all ifaces.
EthernetDataTracker.java 224 final String[] ifaces = mNMService.listInterfaces(); local
225 for (String iface : ifaces) {
  /external/dhcpcd/
dhcpcd.c 92 struct interface *ifaces = NULL; variable in typeref:struct:interface
187 while (ifaces) {
188 iface = ifaces;
189 ifaces = iface->next;
254 for (ifp = ifaces; ifp; ifp = ifp->next)
275 for (ifp = ifaces; ifp; ifp = ifp->next) {
283 ifaces = ifp->next;
909 for (iface = ifaces; iface; iface = iface->next)
    [all...]
  /frameworks/base/services/java/com/android/server/connectivity/
Tethering.java 105 private HashMap<String, TetherInterfaceSM> mIfaces; // all tethered/tetherable ifaces
394 Set ifaces = mIfaces.keySet(); local
395 for (Object iface : ifaces) {
529 String[] ifaces = new String[0]; local
531 ifaces = mNMService.listInterfaces();
536 for (String iface : ifaces) {
552 String[] ifaces = new String[0]; local
554 ifaces = mNMService.listInterfaces();
559 for (String iface : ifaces) {
    [all...]
  /frameworks/base/services/java/com/android/server/net/
NetworkPolicyManagerService.java 253 /** Currently active network rules for ifaces. */
261 /** Set of ifaces that are metered. */
1022 final String[] ifaces = mNetworkRules.get(policy); local
    [all...]
  /external/smack/asmack-master/lib/
jstun.jar 
  /external/guava/guava/lib/
jdiff.jar 

Completed in 1272 milliseconds