Home
last modified time | relevance | path

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

/openbsd/usr.sbin/hostapd/
H A Dprivsep.c173 event_set(&cfg->c_priv_ev, socks[0], EV_READ, hostapd_priv, cfg); in hostapd_priv_init()
174 if (event_add(&cfg->c_priv_ev, NULL) == -1) in hostapd_priv_init()
323 if (event_add(&cfg->c_priv_ev, NULL) == -1) in hostapd_priv()
H A Dhostapd.h344 struct event c_priv_ev; member