Home
last modified time | relevance | path

Searched refs:dynamic_ifaces (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/wpa/src/ap/
HDvlan_init.c56 struct dynamic_iface *next, **dynamic_ifaces; in dyn_iface_get() local
60 dynamic_ifaces = &interfaces->vlan_priv; in dyn_iface_get()
62 for (next = *dynamic_ifaces; next; next = next->next) { in dyn_iface_get()
82 next->next = *dynamic_ifaces; in dyn_iface_get()
83 *dynamic_ifaces = next; in dyn_iface_get()
92 struct dynamic_iface *next, *prev = NULL, **dynamic_ifaces; in dyn_iface_put() local
97 dynamic_ifaces = &interfaces->vlan_priv; in dyn_iface_put()
99 for (next = *dynamic_ifaces; next; next = next->next) { in dyn_iface_put()
115 *dynamic_ifaces = next->next; in dyn_iface_put()