Home
last modified time | relevance | path

Searched refs:LOCAL_SOCKETPAIR_AF (Results 1 – 4 of 4) sorted by relevance

/external/libevent/test/
Dregress_et.c71 #define LOCAL_SOCKETPAIR_AF AF_INET macro
73 #define LOCAL_SOCKETPAIR_AF AF_UNIX macro
96 if (evutil_socketpair(LOCAL_SOCKETPAIR_AF, SOCK_STREAM, 0, pair) == -1) { in test_edgetriggered()
Dtest-dumpevents.c91 #define LOCAL_SOCKETPAIR_AF AF_INET in main() macro
93 #define LOCAL_SOCKETPAIR_AF AF_UNIX in main() macro
Dregress.c404 #define LOCAL_SOCKETPAIR_AF AF_INET in test_simpleclose() macro
406 #define LOCAL_SOCKETPAIR_AF AF_UNIX in test_simpleclose() macro
408 if (evutil_socketpair(LOCAL_SOCKETPAIR_AF, SOCK_STREAM, 0, pair1)<0) in test_simpleclose()
410 if (evutil_socketpair(LOCAL_SOCKETPAIR_AF, SOCK_STREAM, 0, pair2)<0) in test_simpleclose()
/external/libevent/
Devutil.c2633 #define LOCAL_SOCKETPAIR_AF AF_INET in evutil_make_internal_pipe_() macro
2635 #define LOCAL_SOCKETPAIR_AF AF_UNIX in evutil_make_internal_pipe_() macro
2637 if (evutil_socketpair(LOCAL_SOCKETPAIR_AF, SOCK_STREAM, 0, fd) == 0) { in evutil_make_internal_pipe_()