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

/external/selinux/libsepol/src/
H A Diface_record.c202 sepol_iface_t *new_iface = NULL; local
203 if (sepol_iface_create(handle, &new_iface) < 0)
206 if (sepol_iface_set_name(handle, new_iface, iface->name) < 0)
211 (handle, iface->netif_con, &new_iface->netif_con) < 0))
216 (handle, iface->netmsg_con, &new_iface->netmsg_con) < 0))
219 *iface_ptr = new_iface;
224 sepol_iface_free(new_iface);
/external/wpa_supplicant_8/hostapd/src/fst/
H A Dfst_session.c41 (is_old) ? (s)->data.old_iface : (s)->data.new_iface, \
61 struct fst_iface *new_iface; member in struct:fst_session::__anon26864
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
402 new_iface = fst_group_get_peer_other_connection(iface, mgmt->sa,
405 if (!new_iface) {
412 fst_iface_get_name(new_iface),
480 fst_iface_get_name(new_iface));
486 fst_session_set_iface(s, new_iface, FALS
[all...]
H A Dfst_ctrl_iface.c174 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 Dfst_session.c41 (is_old) ? (s)->data.old_iface : (s)->data.new_iface, \
61 struct fst_iface *new_iface; member in struct:fst_session::__anon27127
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
402 new_iface = fst_group_get_peer_other_connection(iface, mgmt->sa,
405 if (!new_iface) {
412 fst_iface_get_name(new_iface),
480 fst_iface_get_name(new_iface));
486 fst_session_set_iface(s, new_iface, FALS
[all...]
H A Dfst_ctrl_iface.c174 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 Dfst_session.c41 (is_old) ? (s)->data.old_iface : (s)->data.new_iface, \
61 struct fst_iface *new_iface; member in struct:fst_session::__anon27394
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
402 new_iface = fst_group_get_peer_other_connection(iface, mgmt->sa,
405 if (!new_iface) {
412 fst_iface_get_name(new_iface),
480 fst_iface_get_name(new_iface));
486 fst_session_set_iface(s, new_iface, FALS
[all...]
H A Dfst_ctrl_iface.c174 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 Dnetwork.c496 void fixup_possible_existing_listener(struct irec *new_iface) { argument
502 if (sockaddr_isequal(&listener_iface->addr, &new_iface->addr)) {
503 l->iface = new_iface;
933 struct irec *old_iface, *new_iface, *prev_interfaces; local
987 for (new_iface = daemon->interfaces; new_iface; new_iface = new_iface->next) {
988 if (sockaddr_isequal(&old_iface->addr, &new_iface->addr)) {
995 fixup_possible_existing_listener(new_iface);
[all...]
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dhostapd.c2188 struct hostapd_iface *new_iface = NULL, *iface = NULL; local
2264 new_iface = iface = hostapd_init(interfaces, config_fname);
2281 if (new_iface)
2282 hostapd_interface_deinit_free(new_iface);
2551 struct hostapd_iface *hapd_iface = NULL, *new_iface = NULL; local
2587 new_iface = hapd_iface;
2590 if (new_iface) {
2650 new_iface = hapd_iface;
2709 if (new_iface) {
/external/wpa_supplicant_8/src/ap/
H A Dhostapd.c2188 struct hostapd_iface *new_iface = NULL, *iface = NULL; local
2264 new_iface = iface = hostapd_init(interfaces, config_fname);
2281 if (new_iface)
2282 hostapd_interface_deinit_free(new_iface);
2551 struct hostapd_iface *hapd_iface = NULL, *new_iface = NULL; local
2587 new_iface = hapd_iface;
2590 if (new_iface) {
2650 new_iface = hapd_iface;
2709 if (new_iface) {
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dhostapd.c2188 struct hostapd_iface *new_iface = NULL, *iface = NULL; local
2264 new_iface = iface = hostapd_init(interfaces, config_fname);
2281 if (new_iface)
2282 hostapd_interface_deinit_free(new_iface);
2551 struct hostapd_iface *hapd_iface = NULL, *new_iface = NULL; local
2587 new_iface = hapd_iface;
2590 if (new_iface) {
2650 new_iface = hapd_iface;
2709 if (new_iface) {

Completed in 223 milliseconds