Searched refs:rtnval (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/ofed/opensm/opensm/
H A Dosm_console_io.c110 int rtnval = -1; local
115 rtnval = fclose(p_oct->in);
121 return rtnval;
/freebsd-13-stable/sys/netinet/libalias/
H A Dalias_sctp.c740 int rtnval; local
752 rtnval = sctp_PktParser(la, direction, pip, &msg, &assoc); //using *char (change to mbuf when get code from paolo)
753 switch (rtnval) {
759 rtnval = SN_PARSE_OK;
763 logsctperror("SN_PARSE_ERROR", msg.sctp_hdr->v_tag, rtnval, direction));
768 logsctperror("SN_PARSE_ERROR", msg.sctp_hdr->v_tag, rtnval, direction));
780 logsctperror("SN_PARSE_ERROR", msg.sctp_hdr->v_tag, rtnval, direction));
790 rtnval = ProcessSctpMsg(la, direction, &msg, assoc);
799 switch (rtnval) {
813 rtnval
1733 int rtnval; local
[all...]

Completed in 46 milliseconds