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

  /external/selinux/libsepol/src/
iface_record.c 202 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/src/fst/
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::__anon39568
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, FALSE)
    [all...]
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/
network.c 496 void fixup_possible_existing_listener(struct irec *new_iface) {
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...]
  /hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/
IPACM_LanToLan.h 190 void handle_new_iface_up(IPACM_LanToLan_Iface *new_iface, IPACM_LanToLan_Iface *exist_iface);
  /hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
IPACM_LanToLan.cpp 195 IPACM_LanToLan_Iface new_iface(data->p_iface);
196 new_iface.set_m_is_ip_addr_assigned(data->iptype, true);
198 m_iface.push_front(new_iface);
264 void IPACM_LanToLan::handle_new_iface_up(IPACM_LanToLan_Iface *new_iface, IPACM_LanToLan_Iface *exist_iface)
269 IPACMDBG_H("Populate peer info between: new_iface %s, existing iface %s\n", new_iface->get_iface_pointer()->dev_name,
275 ipa_l2_hdr_type[new_iface->get_iface_pointer()->tx_prop->tx[0].hdr_l2_type]);
280 ipa_l2_hdr_type[new_iface->get_iface_pointer()->tx_prop->tx[0].hdr_l2_type]);
284 ipa_l2_hdr_type[new_iface->get_iface_pointer()->tx_prop->tx[0].hdr_l2_type],
289 ipa_l2_hdr_type[new_iface->get_iface_pointer()->tx_prop->tx[0].hdr_l2_type]
    [all...]
  /external/wpa_supplicant_8/src/ap/
hostapd.c 2188 struct hostapd_iface *new_iface = NULL, *iface = NULL; local
2551 struct hostapd_iface *hapd_iface = NULL, *new_iface = NULL; local
    [all...]

Completed in 3015 milliseconds