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

/external/wpa_supplicant_8/hostapd/src/utils/
H A Deloop.c449 static void eloop_sock_table_dispatch(struct eloop_sock_table *readers, function
489 static void eloop_sock_table_dispatch(struct eloop_sock_table *table, function
513 static void eloop_sock_table_dispatch(struct epoll_event *events, int nfds) function
1000 eloop_sock_table_dispatch(&eloop.readers, &eloop.writers,
1005 eloop_sock_table_dispatch(&eloop.readers, rfds);
1006 eloop_sock_table_dispatch(&eloop.writers, wfds);
1007 eloop_sock_table_dispatch(&eloop.exceptions, efds);
1010 eloop_sock_table_dispatch(eloop.epoll_events, res);
/external/wpa_supplicant_8/src/utils/
H A Deloop.c449 static void eloop_sock_table_dispatch(struct eloop_sock_table *readers, function
489 static void eloop_sock_table_dispatch(struct eloop_sock_table *table, function
513 static void eloop_sock_table_dispatch(struct epoll_event *events, int nfds) function
1000 eloop_sock_table_dispatch(&eloop.readers, &eloop.writers,
1005 eloop_sock_table_dispatch(&eloop.readers, rfds);
1006 eloop_sock_table_dispatch(&eloop.writers, wfds);
1007 eloop_sock_table_dispatch(&eloop.exceptions, efds);
1010 eloop_sock_table_dispatch(eloop.epoll_events, res);
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Deloop.c449 static void eloop_sock_table_dispatch(struct eloop_sock_table *readers, function
489 static void eloop_sock_table_dispatch(struct eloop_sock_table *table, function
513 static void eloop_sock_table_dispatch(struct epoll_event *events, int nfds) function
1000 eloop_sock_table_dispatch(&eloop.readers, &eloop.writers,
1005 eloop_sock_table_dispatch(&eloop.readers, rfds);
1006 eloop_sock_table_dispatch(&eloop.writers, wfds);
1007 eloop_sock_table_dispatch(&eloop.exceptions, efds);
1010 eloop_sock_table_dispatch(eloop.epoll_events, res);

Completed in 65 milliseconds