Home
last modified time | relevance | path

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

/external/libevent/test/
Dtest-dumpevents.c91 #define LOCAL_SOCKETPAIR_AF AF_INET in main() macro
93 #define LOCAL_SOCKETPAIR_AF AF_UNIX in main() macro
Dregress.c405 #define LOCAL_SOCKETPAIR_AF AF_INET in test_simpleclose() macro
407 #define LOCAL_SOCKETPAIR_AF AF_UNIX in test_simpleclose() macro
409 if (evutil_socketpair(LOCAL_SOCKETPAIR_AF, SOCK_STREAM, 0, pair1)<0) in test_simpleclose()
411 if (evutil_socketpair(LOCAL_SOCKETPAIR_AF, SOCK_STREAM, 0, pair2)<0) in test_simpleclose()
/external/libevent/
Devutil.c2659 #define LOCAL_SOCKETPAIR_AF AF_INET in evutil_make_internal_pipe_() macro
2661 #define LOCAL_SOCKETPAIR_AF AF_UNIX in evutil_make_internal_pipe_() macro
2663 if (evutil_socketpair(LOCAL_SOCKETPAIR_AF, SOCK_STREAM, 0, fd) == 0) { in evutil_make_internal_pipe_()