/external/selinux/libsepol/src/ |
H A D | 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/wpa_supplicant_8/hostapd/src/fst/ |
H A D | fst_session.c | 41 (is_old) ? (s)->data.old_iface : (s)->data.new_iface, \ 61 struct fst_iface *new_iface; member in struct:fst_session::__anon22123 279 old_iface ? s->data.old_iface : s->data.new_iface; 340 WPA_ASSERT(s->data.new_iface != NULL); 364 struct fst_iface *new_iface = NULL; local 405 new_iface = fst_group_get_new_iface_by_stie_and_mbie( 408 if (new_iface) 412 fst_iface_get_name(new_iface), 416 if (!new_iface) { 417 new_iface [all...] |
H A D | fst_ctrl_iface.c | 174 struct fst_iface *new_iface, *old_iface; local 188 new_iface = fst_session_get_iface(s, FALSE); 200 new_iface ? fst_iface_get_name(new_iface) :
|
/external/wpa_supplicant_8/src/fst/ |
H A D | fst_session.c | 41 (is_old) ? (s)->data.old_iface : (s)->data.new_iface, \ 61 struct fst_iface *new_iface; member in struct:fst_session::__anon22385 279 old_iface ? s->data.old_iface : s->data.new_iface; 340 WPA_ASSERT(s->data.new_iface != NULL); 364 struct fst_iface *new_iface = NULL; local 405 new_iface = fst_group_get_new_iface_by_stie_and_mbie( 408 if (new_iface) 412 fst_iface_get_name(new_iface), 416 if (!new_iface) { 417 new_iface [all...] |
H A D | fst_ctrl_iface.c | 174 struct fst_iface *new_iface, *old_iface; local 188 new_iface = fst_session_get_iface(s, FALSE); 200 new_iface ? fst_iface_get_name(new_iface) :
|
/external/wpa_supplicant_8/wpa_supplicant/src/fst/ |
H A D | fst_session.c | 41 (is_old) ? (s)->data.old_iface : (s)->data.new_iface, \ 61 struct fst_iface *new_iface; member in struct:fst_session::__anon22645 279 old_iface ? s->data.old_iface : s->data.new_iface; 340 WPA_ASSERT(s->data.new_iface != NULL); 364 struct fst_iface *new_iface = NULL; local 405 new_iface = fst_group_get_new_iface_by_stie_and_mbie( 408 if (new_iface) 412 fst_iface_get_name(new_iface), 416 if (!new_iface) { 417 new_iface [all...] |
H A D | fst_ctrl_iface.c | 174 struct fst_iface *new_iface, *old_iface; local 188 new_iface = fst_session_get_iface(s, FALSE); 200 new_iface ? fst_iface_get_name(new_iface) :
|
/external/dnsmasq/src/ |
H A D | network.c | 509 void fixup_possible_existing_listener(struct irec *new_iface) { argument 515 if (sockaddr_isequal(&listener_iface->addr, &new_iface->addr)) { 516 l->iface = new_iface; 966 struct irec *old_iface, *new_iface, *prev_interfaces; local 1020 for (new_iface = daemon->interfaces; new_iface; new_iface = new_iface->next) { 1021 if (sockaddr_isequal(&old_iface->addr, &new_iface->addr)) { 1028 fixup_possible_existing_listener(new_iface); [all...] |
/external/wpa_supplicant_8/hostapd/src/ap/ |
H A D | hostapd.c | 2027 struct hostapd_iface *new_iface = NULL, *iface = NULL; local 2103 new_iface = iface = hostapd_init(interfaces, config_fname); 2120 if (new_iface) 2121 hostapd_interface_deinit_free(new_iface); 2390 struct hostapd_iface *hapd_iface = NULL, *new_iface = NULL; local 2426 new_iface = hapd_iface; 2429 if (new_iface) { 2489 new_iface = hapd_iface; 2548 if (new_iface) {
|
/external/wpa_supplicant_8/src/ap/ |
H A D | hostapd.c | 2027 struct hostapd_iface *new_iface = NULL, *iface = NULL; local 2103 new_iface = iface = hostapd_init(interfaces, config_fname); 2120 if (new_iface) 2121 hostapd_interface_deinit_free(new_iface); 2390 struct hostapd_iface *hapd_iface = NULL, *new_iface = NULL; local 2426 new_iface = hapd_iface; 2429 if (new_iface) { 2489 new_iface = hapd_iface; 2548 if (new_iface) {
|
/external/wpa_supplicant_8/wpa_supplicant/src/ap/ |
H A D | hostapd.c | 2027 struct hostapd_iface *new_iface = NULL, *iface = NULL; local 2103 new_iface = iface = hostapd_init(interfaces, config_fname); 2120 if (new_iface) 2121 hostapd_interface_deinit_free(new_iface); 2390 struct hostapd_iface *hapd_iface = NULL, *new_iface = NULL; local 2426 new_iface = hapd_iface; 2429 if (new_iface) { 2489 new_iface = hapd_iface; 2548 if (new_iface) {
|