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