Home | History | Annotate | Download | only in msan

Lines Matching full:recv

741 INTERCEPTOR(SSIZE_T, recv, int fd, void *buf, SIZE_T len, int flags) {
743 SSIZE_T res = REAL(recv)(fd, buf, len, flags);
1252 INTERCEPT_FUNCTION(recv);