Searched defs:socketpair (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/unbound/util/ |
| H A D | tube.c | 57 #define socketpair(f, t, p, sv) pipe(sv) macro
|
| /freebsd/lib/libc/include/ |
| H A D | namespace.h | 236 #define socketpair _socketpair macro
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
| H A D | msan_interceptors.cpp | 903 INTERCEPTOR(int, socketpair, int domain, int type, int protocol, int sv[2]) { in INTERCEPTOR() argument
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/ |
| H A D | rtsan_interceptors_posix.cpp | 1256 INTERCEPTOR(int, socketpair, int domain, int type, int protocol, int pair[2]) { argument
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_interceptors_posix.cpp | 1882 TSAN_INTERCEPTOR(int, socketpair, int domain, int type, int protocol, int *fd) { in TSAN_INTERCEPTOR() argument
|