Lines Matching refs:nResult
279 int nResult, m_ErrorCode; in recv_function_raw() local
323 …nResult = WSARecvFrom(SCTP_BASE_VAR(userspace_rawsctp), recv_iovec, MAXLEN_MBUF_CHAIN, &ncounter, … in recv_function_raw()
324 if (nResult != 0) { in recv_function_raw()
451 int nResult, m_ErrorCode; in recv_function_raw6() local
497 nResult = WSAIoctl(SCTP_BASE_VAR(userspace_rawsctp6), SIO_GET_EXTENSION_FUNCTION_POINTER, in recv_function_raw6()
501 if (nResult == 0) { in recv_function_raw6()
509 nResult = WSARecvMsg(SCTP_BASE_VAR(userspace_rawsctp6), &msg, &ncounter, NULL, NULL); in recv_function_raw6()
511 if (nResult != 0) { in recv_function_raw6()
658 int nResult, m_ErrorCode; in recv_function_udp() local
710 nResult = WSAIoctl(SCTP_BASE_VAR(userspace_udpsctp), SIO_GET_EXTENSION_FUNCTION_POINTER, in recv_function_udp()
714 if (nResult == 0) { in recv_function_udp()
722 nResult = WSARecvMsg(SCTP_BASE_VAR(userspace_udpsctp), &msg, &ncounter, NULL, NULL); in recv_function_udp()
724 if (nResult != 0) { in recv_function_udp()
860 int nResult, m_ErrorCode; in recv_function_udp6() local
912 nResult = WSAIoctl(SCTP_BASE_VAR(userspace_udpsctp6), SIO_GET_EXTENSION_FUNCTION_POINTER, in recv_function_udp6()
916 if (nResult == SOCKET_ERROR) { in recv_function_udp6()
920 if (nResult == 0) { in recv_function_udp6()
928 nResult = WSARecvMsg(SCTP_BASE_VAR(userspace_udpsctp6), &msg, &ncounter, NULL, NULL); in recv_function_udp6()
930 if (nResult != 0) { in recv_function_udp6()