HomeSort by relevance Sort by last modified time
    Searched refs:ifcon (Results 1 - 5 of 5) sorted by null

  /external/toybox/toys/other/
ifconfig.c 308 struct ifconf ifcon; local
313 ifcon.ifc_buf = NULL;
315 ifcon.ifc_len = sizeof(struct ifreq)*num;
316 ifcon.ifc_buf = xrealloc(ifcon.ifc_buf, ifcon.ifc_len);
317 xioctl(TT.sockfd, SIOCGIFCONF, &ifcon);
318 if (ifcon.ifc_len != sizeof(struct ifreq)*num) break;
321 ifre = ifcon.ifc_req;
322 for(num = 0; num < ifcon.ifc_len && ifre; num += sizeof(struct ifreq), ifre++
    [all...]
  /external/selinux/libsemanage/src/
interfaces_file.c 29 semanage_context_t *ifcon = semanage_iface_get_ifcon(iface); local
35 if (semanage_context_to_string(handle, ifcon, &con_str) < 0)
  /external/selinux/libsepol/src/
interfaces.c 72 context_struct_t *ifcon = &iface->context[0]; local
84 if (context_to_record(handle, policydb, ifcon, &tmp_con) < 0)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
__init__.py 557 for ifcon in self.policy.netifcon_iter():
558 yield netcontext.netifcon_factory(self.policy, ifcon)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/setools/policyrep/
__init__.py 557 for ifcon in self.policy.netifcon_iter():
558 yield netcontext.netifcon_factory(self.policy, ifcon)

Completed in 808 milliseconds