Searched refs:ELE_WRITE (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/bsd/dhcpcd/dist/src/
H A Deloop.h56 #define ELE_WRITE 0x0002 macro
H A Deloop.c295 if (e->events & ELE_WRITE)
329 if (fd == -1 || !(events & (ELE_READ | ELE_WRITE | ELE_HANGUP))) {
368 if (events & ELE_WRITE && !(e->events & ELE_WRITE))
370 else if (!(events & ELE_WRITE) && e->events & ELE_WRITE)
393 if (events & ELE_WRITE)
444 if (e->events & ELE_WRITE) {
714 if (e->events & ELE_WRITE) {
724 if (e->events & ELE_WRITE)
[all...]
H A Dcontrol.c209 if (!(events & (ELE_READ | ELE_WRITE | ELE_HANGUP)))
212 if (events & ELE_WRITE && !(events & ELE_HANGUP)) {
629 events = ELE_WRITE;

Completed in 76 milliseconds