Searched refs:LOCAL_SOCKETPAIR_AF (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/contrib/ntp/sntp/libevent/test/ |
| HD | regress_et.c | 75 #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()
|
| HD | test-dumpevents.c | 91 #define LOCAL_SOCKETPAIR_AF AF_INET in main() macro 93 #define LOCAL_SOCKETPAIR_AF AF_UNIX in main() macro
|
| HD | regress.c | 404 #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/ |
| HD | evutil.c | 2603 #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_()
|