OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:new_iface
(Results
1 - 4
of
4
) 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
492
void fixup_possible_existing_listener(struct irec *
new_iface
) {
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/src/ap/
hostapd.c
1500
struct hostapd_iface *
new_iface
= NULL, *iface = NULL;
local
1843
struct hostapd_iface *hapd_iface = NULL, *
new_iface
= NULL;
local
[
all
...]
/external/qemu/qom/
object.c
211
InterfaceClass *
new_iface
;
local
223
new_iface
= (InterfaceClass *)iface_impl->class;
224
new_iface
->concrete_class = ti->class;
[
all
...]
Completed in 68 milliseconds