Searched refs:LOCAL_SOCKETPAIR_AF (Results 1 – 3 of 3) sorted by relevance
91 #define LOCAL_SOCKETPAIR_AF AF_INET in main() macro93 #define LOCAL_SOCKETPAIR_AF AF_UNIX in main() macro
405 #define LOCAL_SOCKETPAIR_AF AF_INET in test_simpleclose() macro407 #define LOCAL_SOCKETPAIR_AF AF_UNIX in test_simpleclose() macro409 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()
2659 #define LOCAL_SOCKETPAIR_AF AF_INET in evutil_make_internal_pipe_() macro2661 #define LOCAL_SOCKETPAIR_AF AF_UNIX in evutil_make_internal_pipe_() macro2663 if (evutil_socketpair(LOCAL_SOCKETPAIR_AF, SOCK_STREAM, 0, fd) == 0) { in evutil_make_internal_pipe_()