Home
last modified time | relevance | path

Searched refs:peerSupportsPRSCTP (Results 1 – 4 of 4) sorted by relevance

/dports/net/sctplib/sctplib-1.0.26/sctplib/sctp/
H A DSCTP-control.c994 gboolean peerSupportsPRSCTP = FALSE; in sctlr_initAck() local
1072 peerSupportsPRSCTP = ch_getPRSCTPfromInitAck(initAckCID); in sctlr_initAck()
1081 peerSupportsPRSCTP, in sctlr_initAck()
1124 &peerSupportsPRSCTP, in sctlr_initAck()
1253 gboolean peerSupportsPRSCTP; in sctlr_cookie_echo() local
1377 peerSupportsPRSCTP = ch_getPRSCTPfromCookie(cookieCID); in sctlr_cookie_echo()
1384 peerSupportsPRSCTP, FALSE); in sctlr_cookie_echo()
1449 peerSupportsPRSCTP = ch_getPRSCTPfromCookie(cookieCID); in sctlr_cookie_echo()
1458 peerSupportsPRSCTP, FALSE); in sctlr_cookie_echo()
1497 peerSupportsPRSCTP = ch_getPRSCTPfromCookie(cookieCID); in sctlr_cookie_echo()
[all …]
H A DchunkHandler.h120 gboolean* peerSupportsPRSCTP,
H A DchunkHandler.c1071 gboolean* peerSupportsPRSCTP, in ch_enterUnrecognizedErrors() argument
1087 *peerSupportsPRSCTP = FALSE; in ch_enterUnrecognizedErrors()
1144 *peerSupportsPRSCTP = FALSE; in ch_enterUnrecognizedErrors()
1243 *peerSupportsPRSCTP = TRUE; in ch_enterUnrecognizedErrors()
H A Ddistribution.c194 gboolean peerSupportsPRSCTP; member
4548 return (currentAssociation->supportsPRSCTP && currentAssociation->peerSupportsPRSCTP);
4560 return currentAssociation->peerSupportsPRSCTP;
4864 currentAssociation->peerSupportsPRSCTP = instance->supportsPRSCTP;
4935 currentAssociation->peerSupportsPRSCTP = withPRSCTP;
4996 currentAssociation->peerSupportsPRSCTP = withPRSCTP;