Searched refs:new_iface (Results 1 - 6 of 6) sorted by relevance

/external/libsepol/src/
H A Diface_record.c194 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/
H A Dnetwork.c492 void fixup_possible_existing_listener(struct irec *new_iface) { argument
498 if (sockaddr_isequal(&listener_iface->addr, &new_iface->addr)) {
499 l->iface = new_iface;
929 struct irec *old_iface, *new_iface, *prev_interfaces; local
971 for (new_iface = daemon->interfaces; new_iface; new_iface = new_iface->next) {
972 if (sockaddr_isequal(&old_iface->addr, &new_iface->addr)) {
979 fixup_possible_existing_listener(new_iface);
[all...]
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dhostapd.c1502 struct hostapd_iface *new_iface = NULL, *iface = NULL; local
1578 new_iface = iface = hostapd_init(interfaces, config_fname);
1595 if (new_iface)
1596 hostapd_interface_deinit_free(new_iface);
1845 struct hostapd_iface *hapd_iface = NULL, *new_iface = NULL; local
1881 new_iface = hapd_iface;
1884 if (new_iface) {
/external/wpa_supplicant_8/src/ap/
H A Dhostapd.c1502 struct hostapd_iface *new_iface = NULL, *iface = NULL; local
1578 new_iface = iface = hostapd_init(interfaces, config_fname);
1595 if (new_iface)
1596 hostapd_interface_deinit_free(new_iface);
1845 struct hostapd_iface *hapd_iface = NULL, *new_iface = NULL; local
1881 new_iface = hapd_iface;
1884 if (new_iface) {
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dhostapd.c1502 struct hostapd_iface *new_iface = NULL, *iface = NULL; local
1578 new_iface = iface = hostapd_init(interfaces, config_fname);
1595 if (new_iface)
1596 hostapd_interface_deinit_free(new_iface);
1845 struct hostapd_iface *hapd_iface = NULL, *new_iface = NULL; local
1881 new_iface = hapd_iface;
1884 if (new_iface) {
/external/qemu/qom/
H A Dobject.c211 InterfaceClass *new_iface; local
223 new_iface = (InterfaceClass *)iface_impl->class;
224 new_iface->concrete_class = ti->class;

Completed in 169 milliseconds