Home
last modified time | relevance | path

Searched defs:assocID (Results 1 – 25 of 34) sorted by relevance

12

/dports/net/socketapi/socketapi-2.2.19/socketapi/
H A Dsctpsocket.cc196 unsigned int assocID) in getRemoteAddresses()
556 unsigned int assocID = 0; in associate() local
707 int SCTPSocket::getErrorCode(const unsigned int assocID) in getErrorCode()
1032 const unsigned int assocID, in internalSend()
1136 unsigned int& assocID, in receive()
1168 unsigned int& assocID, in receiveFrom()
1262 unsigned int& assocID, in sendTo()
1860 bool SCTPSocket::setPrimary(const unsigned int assocID, in setPrimary()
1886 bool SCTPSocket::setPeerPrimary(const unsigned int assocID, in setPeerPrimary()
1904 bool SCTPSocket::addAddress(const unsigned int assocID, in addAddress()
[all …]
H A Dsctpsocketmaster.cc481 void SCTPSocketMaster::dataArriveNotif(unsigned int assocID, in dataArriveNotif()
517 void SCTPSocketMaster::sendFailureNotif(unsigned int assocID, in sendFailureNotif()
558 void SCTPSocketMaster::networkStatusChangeNotif(unsigned int assocID, in networkStatusChangeNotif()
679 void* SCTPSocketMaster::communicationUpNotif(unsigned int assocID, in communicationUpNotif()
810 void SCTPSocketMaster::communicationLostNotif(unsigned int assocID, in communicationLostNotif()
891 void SCTPSocketMaster::communicationErrorNotif(unsigned int assocID, in communicationErrorNotif()
927 void SCTPSocketMaster::restartNotif(unsigned int assocID, void* ulpDataPtr) in restartNotif()
1042 void SCTPSocketMaster::queueStatusChangeNotif(unsigned int assocID, in queueStatusChangeNotif()
1070 void SCTPSocketMaster::asconfStatusNotif(unsigned int assocID, in asconfStatusNotif()
1178 unsigned int assocID,
[all …]
H A Dsctpsocketwrapper.cc241 unsigned int assocID, in getPrimaryAddressInfo()
295 unsigned int& assocID, in getAssocParams()
338 unsigned int& assocID, in getPathStatus()
364 unsigned int assocID, in setPathStatus()
1042 unsigned int assocID = status->sstat_assoc_id; in getAssocStatus() local
1072 unsigned int assocID = rtoinfo->srto_assoc_id; in getRTOInfo() local
1095 unsigned int assocID = sackInfo->sack_assoc_id; in getDelayedAckTime() local
1169 unsigned int assocID = paddrinfo->spinfo_assoc_id; in getPeerAddressInfo() local
1207 unsigned int assocID = newParams->spp_assoc_id; in configurePeerAddressParams() local
2063 unsigned int assocID = 0; in ext_recvmsg_singlebuffer() local
[all …]
H A Dsctpassociation.cc282 unsigned int assocID = AssociationID; in receive() local
307 unsigned int assocID = AssociationID; in receiveFrom() local
/dports/net/sctplib/sctplib-1.0.26/sctplib/programs/
H A Dcombined_server.c227 void dataArriveNotif(unsigned int assocID, unsigned short streamID, unsigned int len, in dataArriveNotif()
246 void sendFailureNotif(unsigned int assocID, in sendFailureNotif()
290 void* echoCommunicationUpNotif(unsigned int assocID, int status, in echoCommunicationUpNotif()
317 void* daytimeCommunicationUpNotif(unsigned int assocID, int status, in daytimeCommunicationUpNotif()
360 void* chargenCommunicationUpNotif(unsigned int assocID, int status, in chargenCommunicationUpNotif()
404 void* discardCommunicationUpNotif(unsigned int assocID, int status, in discardCommunicationUpNotif()
480 void chargenRestartNotif(unsigned int assocID, void* ulpDataPtr) in chargenRestartNotif()
508 void echoRestartNotif(unsigned int assocID, void* ulpDataPtr) in echoRestartNotif()
523 void restartNotif(unsigned int assocID, void* ulpDataPtr) in restartNotif()
531 void shutdownCompleteNotif(unsigned int assocID, void* ulpDataPtr) in shutdownCompleteNotif()
[all …]
H A Ddaytime_server.c190 void dataArriveNotif(unsigned int assocID, unsigned short streamID, unsigned int len, in dataArriveNotif()
210 void sendFailureNotif(unsigned int assocID, in sendFailureNotif()
219 void networkStatusChangeNotif(unsigned int assocID, short destAddrIndex, unsigned short newState, v… in networkStatusChangeNotif()
228 void* communicationUpNotif(unsigned int assocID, int status, in communicationUpNotif()
262 void communicationLostNotif(unsigned int assocID, unsigned short status, void* ulpDataPtr) in communicationLostNotif()
271 void communicationErrorNotif(unsigned int assocID, unsigned short status, void* dummy) in communicationErrorNotif()
279 void restartNotif(unsigned int assocID, void* ulpDataPtr) in restartNotif()
287 void shutdownCompleteNotif(unsigned int assocID, void* ulpDataPtr) in shutdownCompleteNotif()
296 void shutdownReceivedNotif(unsigned int assocID, void* ulpDataPtr) in shutdownReceivedNotif()
H A Dchargen_server.c206 void dataArriveNotif(unsigned int assocID, unsigned short streamID, unsigned int len, in dataArriveNotif()
225 void sendFailureNotif(unsigned int assocID, in sendFailureNotif()
234 void networkStatusChangeNotif(unsigned int assocID, short destAddrIndex, unsigned short newState, v… in networkStatusChangeNotif()
270 void* communicationUpNotif(unsigned int assocID, int status, in communicationUpNotif()
311 void communicationLostNotif(unsigned int assocID, unsigned short status, void* ulpDataPtr) in communicationLostNotif()
321 void communicationErrorNotif(unsigned int assocID, unsigned short status, void* dummy) in communicationErrorNotif()
329 void restartNotif(unsigned int assocID, void* ulpDataPtr) in restartNotif()
363 void shutdownCompleteNotif(unsigned int assocID, void* ulpDataPtr) in shutdownCompleteNotif()
375 void queueStatusChangeNotif(unsigned int assocID, int queueType, int queueID, int queueLength, void… in queueStatusChangeNotif()
414 void shutdownReceivedNotif(unsigned int assocID, void* ulpDataPtr) in shutdownReceivedNotif()
H A Decho_server.c196 void dataArriveNotif(unsigned int assocID, unsigned short streamID, unsigned int len, in dataArriveNotif()
221 void sendFailureNotif(unsigned int assocID, in sendFailureNotif()
230 void networkStatusChangeNotif(unsigned int assocID, short destAddrIndex, unsigned short newState, v… in networkStatusChangeNotif()
261 void* communicationUpNotif(unsigned int assocID, int status, in communicationUpNotif()
278 void communicationLostNotif(unsigned int assocID, unsigned short status, void* ulpDataPtr) in communicationLostNotif()
315 void communicationErrorNotif(unsigned int assocID, unsigned short status, void* dummy) in communicationErrorNotif()
323 void restartNotif(unsigned int assocID, void* ulpDataPtr) in restartNotif()
336 void shutdownCompleteNotif(unsigned int assocID, void* ulpDataPtr) in shutdownCompleteNotif()
348 void shutdownReceivedNotif(unsigned int assocID, void* ulpDataPtr) in shutdownReceivedNotif()
H A Ddiscard_server.c66 unsigned int assocID; member
249 void dataArriveNotif(unsigned int assocID, unsigned short streamID, unsigned int len, in dataArriveNotif()
279 void sendFailureNotif(unsigned int assocID, in sendFailureNotif()
288 void networkStatusChangeNotif(unsigned int assocID, short destAddrIndex, unsigned short newState, v… in networkStatusChangeNotif()
297 void* communicationUpNotif(unsigned int assocID, int status, in communicationUpNotif()
344 void communicationLostNotif(unsigned int assocID, unsigned short status, void* ulpDataPtr) in communicationLostNotif()
357 void communicationErrorNotif(unsigned int assocID, unsigned short status, void* dummy) in communicationErrorNotif()
365 void restartNotif(unsigned int assocID, void* ulpDataPtr) in restartNotif()
373 void shutdownCompleteNotif(unsigned int assocID, void* ulpDataPtr) in shutdownCompleteNotif()
386 void shutdownReceivedNotif(unsigned int assocID, void* ulpDataPtr) in shutdownReceivedNotif()
H A Dterminal.c302 void dataArriveNotif(unsigned int assocID, unsigned short streamID, unsigned int len, in dataArriveNotif()
324 void sendFailureNotif(unsigned int assocID, in sendFailureNotif()
333 void networkStatusChangeNotif(unsigned int assocID, short destAddrIndex, unsigned short newState, v… in networkStatusChangeNotif()
365 void* communicationUpNotif(unsigned int assocID, int status, in communicationUpNotif()
388 void communicationLostNotif(unsigned int assocID, unsigned short status, void* ulpDataPtr) in communicationLostNotif()
428 void communicationErrorNotif(unsigned int assocID, unsigned short status, void* dummy) in communicationErrorNotif()
436 void restartNotif(unsigned int assocID, void* ulpDataPtr) in restartNotif()
444 void shutdownCompleteNotif(unsigned int assocID, void* ulpDataPtr) in shutdownCompleteNotif()
457 void shutdownReceivedNotif(unsigned int assocID, void* ulpDataPtr) in shutdownReceivedNotif()
H A Dlocalcom.c64 unsigned int assocID; member
169 void serverDataArriveNotif(unsigned int assocID, unsigned short streamID, unsigned int len, in serverDataArriveNotif()
194 void clientDataArriveNotif(unsigned int assocID, unsigned short streamID, unsigned int len, in clientDataArriveNotif()
215 void sendFailureNotif(unsigned int assocID, in sendFailureNotif()
222 void networkStatusChangeNotif(unsigned int assocID, short affectedPathID, unsigned short newState, … in networkStatusChangeNotif()
254 void* clientCommunicationUpNotif(unsigned int assocID, int status, in clientCommunicationUpNotif()
276 void* serverCommunicationUpNotif(unsigned int assocID, int status, in serverCommunicationUpNotif()
302 void communicationLostNotif(unsigned int assocID, unsigned short status, void* ulpDataPtr) in communicationLostNotif()
339 void communicationErrorNotif(unsigned int assocID, unsigned short status, void* dummy) in communicationErrorNotif()
345 void restartNotif(unsigned int assocID, void* ulpDataPtr) in restartNotif()
[all …]
H A Decho_monitor.c70 unsigned int assocID; member
269 void display_menu(int new_option, int assocID) in display_menu()
301 display_menu_position(unsigned int assocID) in display_menu_position()
336 void store_AssocStatus (unsigned int assocID) in store_AssocStatus()
383 void store_PathStatus (unsigned int assocID) in store_PathStatus()
486 void ncurses_display_AssocStatus (unsigned int assocID) in ncurses_display_AssocStatus()
512 void ncurses_display_PathStatus (unsigned int assocID) in ncurses_display_PathStatus()
569 void ncurses_display_AllStatus (unsigned int assocID) in ncurses_display_AllStatus()
674 void sendFailureNotif(unsigned int assocID, in sendFailureNotif()
907 void restartNotif(unsigned int assocID, void* ulpDataPtr) in restartNotif()
[all …]
H A Dtestsctp.c92 unsigned int assocID; member
318 void dataArriveNotif(unsigned int assocID, unsigned short streamID, unsigned int len, in dataArriveNotif()
350 void sendFailureNotif(unsigned int assocID, in sendFailureNotif()
359 void networkStatusChangeNotif(unsigned int assocID, short affectedPathID, unsigned short newState, … in networkStatusChangeNotif()
393 void* communicationUpNotif(unsigned int assocID, int status, in communicationUpNotif()
498 void communicationLostNotif(unsigned int assocID, unsigned short status, void* ulpDataPtr) in communicationLostNotif()
535 void communicationErrorNotif(unsigned int assocID, unsigned short status, void* dummy) in communicationErrorNotif()
543 void restartNotif(unsigned int assocID, void* ulpDataPtr) in restartNotif()
559 void shutdownCompleteNotif(unsigned int assocID, void* ulpDataPtr) in shutdownCompleteNotif()
576 void shutdownReceivedNotif(unsigned int assocID, void* ulpDataPtr) in shutdownReceivedNotif()
[all …]
H A Decho_tool.c70 unsigned int assocID; member
299 void dataArriveNotif(unsigned int assocID, unsigned short streamID, unsigned int len, in dataArriveNotif()
355 void sendFailureNotif(unsigned int assocID, in sendFailureNotif()
364 void networkStatusChangeNotif(unsigned int assocID, short affectedPathID, unsigned short newState, … in networkStatusChangeNotif()
398 void* communicationUpNotif(unsigned int assocID, int status, in communicationUpNotif()
458 void communicationLostNotif(unsigned int assocID, unsigned short status, void* ulpDataPtr) in communicationLostNotif()
495 void communicationErrorNotif(unsigned int assocID, unsigned short status, void* dummy) in communicationErrorNotif()
503 void restartNotif(unsigned int assocID, void* ulpDataPtr) in restartNotif()
520 void shutdownCompleteNotif(unsigned int assocID, void* ulpDataPtr) in shutdownCompleteNotif()
532 void shutdownReceivedNotif(unsigned int assocID, void* ulpDataPtr) in shutdownReceivedNotif()
H A Dchat.c260 void dataArriveNotif(unsigned int assocID, unsigned int streamID, unsigned int len, in dataArriveNotif()
286 void sendFailureNotif(unsigned int assocID, in sendFailureNotif()
296 void networkStatusChangeNotif(unsigned int assocID, short destAddrIndex, unsigned short newState, v… in networkStatusChangeNotif()
330 void* communicationUpNotif(unsigned int assocID, int status, in communicationUpNotif()
343 void communicationLostNotif(unsigned int assocID, unsigned short status, void* ulpDataPtr) in communicationLostNotif()
380 void communicationErrorNotif(unsigned int assocID, unsigned short status, void* dummy) in communicationErrorNotif()
389 void restartNotif(unsigned int assocID, void* ulpDataPtr) in restartNotif()
400 void shutdownCompleteNotif(unsigned int assocID, void* ulpDataPtr) in shutdownCompleteNotif()
H A Dmonitor.c332 void ncurses_display_AssocStatus(unsigned int assocID) in ncurses_display_AssocStatus()
381 void ncurses_display_PathStatus(unsigned int assocID) in ncurses_display_PathStatus()
470 void* communicationUpNotif(unsigned int assocID, int status, unsigned int noOfDestinations, in communicationUpNotif()
532 void dataArriveNotif(unsigned int assocID, unsigned short streamID, unsigned int len, in dataArriveNotif()
595 void networkStatusChangeNotif(unsigned int assocID, short destAddrIndex, unsigned short newState, v… in networkStatusChangeNotif()
635 void communicationLostNotif(unsigned int assocID, unsigned short status, void* ulpDataPtr) in communicationLostNotif()
675 void communicationErrorNotif(unsigned int assocID, unsigned short status, void* dummy) in communicationErrorNotif()
686 void sendFailureNotif(unsigned int assocID, in sendFailureNotif()
696 void restartNotif(unsigned int assocID, void* ulpDataPtr) in restartNotif()
707 void shutdownCompleteNotif(unsigned int assocID, void* ulpDataPtr) in shutdownCompleteNotif()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/com/sun/nio/sctp/
H A DMessageInfoTests.java123 TestAssociation(int assocID, int maxInStreams, int maxOutStreams) { in TestAssociation()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/com/sun/nio/sctp/
H A DMessageInfoTests.java123 TestAssociation(int assocID, int maxInStreams, int maxOutStreams) { in TestAssociation()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/com/sun/nio/sctp/
H A DMessageInfoTests.java123 TestAssociation(int assocID, int maxInStreams, int maxOutStreams) { in TestAssociation()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/com/sun/nio/sctp/
H A DMessageInfoTests.java123 TestAssociation(int assocID, int maxInStreams, int maxOutStreams) { in TestAssociation()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/com/sun/nio/sctp/
H A DMessageInfoTests.java123 TestAssociation(int assocID, int maxInStreams, int maxOutStreams) { in TestAssociation()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/com/sun/nio/sctp/
H A DMessageInfoTests.java123 TestAssociation(int assocID, int maxInStreams, int maxOutStreams) { in TestAssociation()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/com/sun/nio/sctp/
H A DMessageInfoTests.java123 TestAssociation(int assocID, int maxInStreams, int maxOutStreams) { in TestAssociation()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/com/sun/nio/sctp/
H A DMessageInfoTests.java123 TestAssociation(int assocID, int maxInStreams, int maxOutStreams) { in TestAssociation()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/com/sun/nio/sctp/
H A DMessageInfoTests.java123 TestAssociation(int assocID, int maxInStreams, int maxOutStreams) { in TestAssociation()

12