Searched refs:foreach_fst_ctrl_call (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/wpa/src/fst/ |
H A D | fst.c | 33 foreach_fst_ctrl_call(on_event, EVENT_PEER_STATE_CHANGED, in fst_ctrl_iface_notify_peer_state_change() 80 foreach_fst_ctrl_call(on_iface_added, iface); in fst_attach() 97 foreach_fst_ctrl_call(on_iface_removed, iface); in fst_detach()
|
H A D | fst_internal.h | 40 #define foreach_fst_ctrl_call(clb, ...) \ macro
|
H A D | fst_group.c | 453 foreach_fst_ctrl_call(on_group_created, g); in fst_group_create() 492 foreach_fst_ctrl_call(on_group_deleted, group); in fst_group_delete()
|
H A D | fst_session.c | 114 foreach_fst_ctrl_call(on_event, event_type, NULL, s, extra); in fst_session_notify_ctrl() 779 foreach_fst_ctrl_call(on_session_added, s); in fst_session_create() 1127 foreach_fst_ctrl_call(on_session_removed, s); in fst_session_delete()
|