Home
last modified time | relevance | path

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

/NextBSD/contrib/ntp/sntp/libevent/test/
HDregress_et.c75 #define LOCAL_SOCKETPAIR_AF AF_INET macro
77 #define LOCAL_SOCKETPAIR_AF AF_UNIX macro
100 if (evutil_socketpair(LOCAL_SOCKETPAIR_AF, SOCK_STREAM, 0, pair) == -1) { in test_edgetriggered()
HDtest-dumpevents.c91 #define LOCAL_SOCKETPAIR_AF AF_INET in main() macro
93 #define LOCAL_SOCKETPAIR_AF AF_UNIX in main() macro
HDregress.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()
/NextBSD/contrib/ntp/sntp/libevent/
HDevutil.c2603 #define LOCAL_SOCKETPAIR_AF AF_INET in evutil_make_internal_pipe_() macro
2605 #define LOCAL_SOCKETPAIR_AF AF_UNIX in evutil_make_internal_pipe_() macro
2607 if (evutil_socketpair(LOCAL_SOCKETPAIR_AF, SOCK_STREAM, 0, fd) == 0) { in evutil_make_internal_pipe_()