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

  /external/libsepol/src/
iface_record.c 194 sepol_iface_t *new_iface = NULL; local
195 if (sepol_iface_create(handle, &new_iface) < 0)
198 if (sepol_iface_set_name(handle, new_iface, iface->name) < 0)
203 (handle, iface->netif_con, &new_iface->netif_con) < 0))
208 (handle, iface->netmsg_con, &new_iface->netmsg_con) < 0))
211 *iface_ptr = new_iface;
216 sepol_iface_free(new_iface);
  /external/dnsmasq/src/
network.c 899 struct irec *old_iface, *new_iface, *prev_interfaces; local
941 for (new_iface = daemon->interfaces; new_iface; new_iface = new_iface->next) {
942 if (sockaddr_isequal(&old_iface->addr, &new_iface->addr)) {
963 for (new_iface = daemon->interfaces; new_iface; new_iface = new_iface->next)
    [all...]

Completed in 49 milliseconds