Home
last modified time | relevance | path

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

/openbsd/usr.sbin/hostapd/
H A Dhostapd.c502 event_set(&iapp->i_udp_ev, iapp->i_udp, EV_READ | EV_PERSIST, in main()
504 if (event_add(&iapp->i_udp_ev, NULL) == -1) in main()
H A Dhostapd.h301 struct event i_udp_ev; member