HomeSort by relevance Sort by last modified time
    Searched defs:ifaces (Results 1 - 17 of 17) 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 158 struct wpa_interface *ifaces, *iface; local
169 iface = ifaces = os_zalloc(sizeof(struct wpa_interface));
170 if (ifaces == NULL)
286 iface = os_realloc_array(ifaces, iface_count,
290 ifaces = iface;
291 iface = &ifaces[iface_count - 1];
315 if ((ifaces[i].confname == NULL &&
316 ifaces[i].ctrl_interface == NULL) ||
317 ifaces[i].ifname == NULL) {
325 wpa_s = wpa_supplicant_add_iface(global, &ifaces[i])
    [all...]
wpa_supplicant_i.h 250 struct wpa_supplicant *ifaces; member in struct:wpa_global
297 struct dl_list ifaces; /* struct wpa_supplicant::radio_list entries */ member in struct:wpa_radio
390 struct dl_list radio_list; /* list head: struct wpa_radio::ifaces */
  /external/libvpx/libvpx/examples/
example_xma.c 31 } ifaces[] = { variable in typeref:struct:__anon8465
51 ifaces[0].name);
53 for (i = 0; i < sizeof(ifaces) / sizeof(ifaces[0]); i++)
55 ifaces[i].name,
56 vpx_codec_iface_name(ifaces[i].iface));
78 vpx_codec_iface_t *iface = ifaces[0].iface;
96 for (j = 0; j < sizeof(ifaces) / sizeof(ifaces[0]); j++)
97 if (!strcmp(ifaces[j].name, argv[i])
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
example_xma.c 31 } ifaces[] = { variable in typeref:struct:__anon19649
51 ifaces[0].name);
53 for (i = 0; i < sizeof(ifaces) / sizeof(ifaces[0]); i++)
55 ifaces[i].name,
56 vpx_codec_iface_name(ifaces[i].iface));
78 vpx_codec_iface_t *iface = ifaces[0].iface;
96 for (j = 0; j < sizeof(ifaces) / sizeof(ifaces[0]); j++)
97 if (!strcmp(ifaces[j].name, argv[i])
    [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 419 final HashSet<String> ifaces = new HashSet<String>(); local
422 ifaces.add(iface);
425 return ifaces.toArray(new String[ifaces.size()]);
486 * null} to include all ifaces.
  /frameworks/opt/net/ethernet/java/com/android/server/ethernet/
EthernetNetworkFactory.java 377 final String[] ifaces = mNMService.listInterfaces(); local
378 for (String iface : ifaces) {
  /external/libpcap/
sf-pcap-ng.c 223 struct pcap_ng_if *ifaces; /* array of interface information */ member in struct:pcap_ng_sf
541 if (ps->ifaces == NULL) {
546 ps->ifaces = malloc(sizeof (struct pcap_ng_if));
553 ps->ifaces = realloc(ps->ifaces, ps->ifaces_size * sizeof (struct pcap_ng_if));
555 if (ps->ifaces == NULL) {
580 ps->ifaces[ps->ifcount - 1].tsresol = tsresol;
581 ps->ifaces[ps->ifcount - 1].tsoffset = tsoffset;
595 ps->ifaces[ps->ifcount - 1].scale_type = PASS_THROUGH;
602 ps->ifaces[ps->ifcount - 1].scale_type = SCALE_DOWN
    [all...]
  /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/core/java/com/android/server/connectivity/
Tethering.java 107 private HashMap<String, TetherInterfaceSM> mIfaces; // all tethered/tetherable ifaces
392 Set ifaces = mIfaces.keySet(); local
393 for (Object iface : ifaces) {
534 String[] ifaces = new String[0]; local
536 ifaces = mNMService.listInterfaces();
541 for (String iface : ifaces) {
557 String[] ifaces = new String[0]; local
559 ifaces = mNMService.listInterfaces();
564 for (String iface : ifaces) {
1457 Set ifaces = mIfaces.keySet(); local
    [all...]
  /frameworks/base/services/core/java/com/android/server/net/
NetworkPolicyManagerService.java 259 /** Currently active network rules for ifaces. */
273 /** Set of ifaces that are metered. */
1087 final String[] ifaces = ifaceList.toArray(new String[ifaceList.size()]); local
1100 final String[] ifaces = mNetworkRules.valueAt(i); local
    [all...]
  /external/smack/asmack-master/lib/
jstun.jar 
  /external/guava/guava/lib/
jdiff.jar 

Completed in 649 milliseconds