| /src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| socket_wrapper.h | 101 #ifdef recvfrom 102 #undef recvfrom macro 104 #define recvfrom(s,buf,len,flags,from,fromlen) swrap_recvfrom(s,buf,len,flags,from,fromlen) macro
|
| /src/lib/libpthread/ |
| pthread_cancelstub.c | 138 __typeof(recvfrom) _sys_recvfrom; 576 recvfrom(int s, void * restrict buf, size_t len, int flags, function 811 __strong_alias(_recvfrom, recvfrom)
|
| /src/sys/rump/include/rump/ |
| rump_syscallshotgun.h | 45 #define recvfrom(a,b,c,d,e,f) rump_sys_recvfrom(a,b,c,d,e,f) macro
|
| /src/crypto/external/apache2/openssl/dist/include/internal/ |
| e_os.h | 314 #define recvfrom(a, b, c, d, e, f) recvfrom(a, b, (socklen_t)c, d, e, f) macro
|
| /src/crypto/external/bsd/openssl/dist/ |
| e_os.h | 389 # define recvfrom(a,b,c,d,e,f) recvfrom(a,b,(socklen_t)c,d,e,f) macro
|