Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dvlan_full.c53 struct dynamic_iface *next, **dynamic_ifaces; in dyn_iface_get() local
57 dynamic_ifaces = &interfaces->vlan_priv; in dyn_iface_get()
59 for (next = *dynamic_ifaces; next; next = next->next) { in dyn_iface_get()
79 next->next = *dynamic_ifaces; in dyn_iface_get()
80 *dynamic_ifaces = next; in dyn_iface_get()
89 struct dynamic_iface *next, *prev = NULL, **dynamic_ifaces; in dyn_iface_put() local
94 dynamic_ifaces = &interfaces->vlan_priv; in dyn_iface_put()
96 for (next = *dynamic_ifaces; next; next = next->next) { in dyn_iface_put()
112 *dynamic_ifaces = next->next; in dyn_iface_put()