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