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

  /external/selinux/libsemanage/src/
iface_record.c 133 semanage_iface_t ** iface_ptr)
136 return sepol_iface_create(handle->sepolh, iface_ptr);
143 semanage_iface_t ** iface_ptr)
146 return sepol_iface_clone(handle->sepolh, iface, iface_ptr);
  /external/selinux/libsemanage/include/semanage/
iface_record.h 57 semanage_iface_t ** iface_ptr);
61 semanage_iface_t ** iface_ptr);
  /external/selinux/libsepol/include/sepol/
iface_record.h 55 sepol_iface_t ** iface_ptr);
59 sepol_iface_t ** iface_ptr);
  /external/selinux/libsepol/src/
iface_record.c 199 const sepol_iface_t * iface, sepol_iface_t ** iface_ptr)
219 *iface_ptr = new_iface;
  /external/libpcap/
pcap-sita.c 421 iface_t *iface_ptr, *iface; local
493 iface_ptr = u->iface;
494 while (iface_ptr->next) { /* othewise scan the list */
495 iface_ptr = iface_ptr->next; /* till we're at the last entry */
497 iface_ptr->next = iface; /* then tack this entry on the end of the list */
    [all...]

Completed in 247 milliseconds