Home
last modified time | relevance | path

Searched refs:destAddrIndex (Results 1 – 10 of 10) sorted by relevance

/dports/net/sctplib/sctplib-1.0.26/sctplib/programs/
H A Decho_server.c230 void networkStatusChangeNotif(unsigned int assocID, short destAddrIndex, unsigned short newState, v… in networkStatusChangeNotif() argument
238 assocID, destAddrIndex, pathStateName(newState)); in networkStatusChangeNotif()
244 (destAddrIndex == SCTP_getPrimary(assocID))) { in networkStatusChangeNotif()
H A Dterminal.c333 void networkStatusChangeNotif(unsigned int assocID, short destAddrIndex, unsigned short newState, v… in networkStatusChangeNotif() argument
340 SCTP_getPathStatus(assocID, destAddrIndex, &pathStatus); in networkStatusChangeNotif()
342 assocID, destAddrIndex, pathStatus.destinationAddress, pathStateName(newState)); in networkStatusChangeNotif()
348 (destAddrIndex == SCTP_getPrimary(assocID))) { in networkStatusChangeNotif()
H A Dchargen_server.c234 void networkStatusChangeNotif(unsigned int assocID, short destAddrIndex, unsigned short newState, v… in networkStatusChangeNotif() argument
242 assocID, destAddrIndex, pathStateName(newState)); in networkStatusChangeNotif()
248 (destAddrIndex == SCTP_getPrimary(assocID))) { in networkStatusChangeNotif()
H A Ddaytime_server.c219 void networkStatusChangeNotif(unsigned int assocID, short destAddrIndex, unsigned short newState, v… in networkStatusChangeNotif() argument
223 assocID, destAddrIndex, pathStateName(newState)); in networkStatusChangeNotif()
H A Dchat.c296 void networkStatusChangeNotif(unsigned int assocID, short destAddrIndex, unsigned short newState, v… in networkStatusChangeNotif() argument
304 assocID, destAddrIndex, ((newState == SCTP_PATH_OK) ? "ACTIVE" : "INACTIVE")); in networkStatusChangeNotif()
311 (destAddrIndex == sctp_getPrimary(assocID))) { in networkStatusChangeNotif()
H A Dmonitor.c595 void networkStatusChangeNotif(unsigned int assocID, short destAddrIndex, unsigned short newState, v… in networkStatusChangeNotif() argument
602 sctp_getPathStatus(assocID, destAddrIndex , &pathStatus); in networkStatusChangeNotif()
604 assocID, destAddrIndex, pathStatus.destinationAddress, pathStateName(newState)); in networkStatusChangeNotif()
610 (destAddrIndex == sctp_getPrimary(assocID))) { in networkStatusChangeNotif()
H A Ddiscard_server.c288 void networkStatusChangeNotif(unsigned int assocID, short destAddrIndex, unsigned short newState, v… in networkStatusChangeNotif() argument
292 assocID, destAddrIndex, pathStateName(newState)); in networkStatusChangeNotif()
H A Dtestengine.c912 void networkStatusChangeNotif(unsigned int assoc, short destAddrIndex, in networkStatusChangeNotif() argument
916 destAddrIndex, ((newState == SCTP_PATH_OK) ? "ACTIVE" : "INACTIVE")); in networkStatusChangeNotif()
/dports/net/socketapi/socketapi-2.2.19/socketapi/
H A Dsctpsocketmaster.h221 short destAddrIndex,
H A Dsctpsocketmaster.cc559 short destAddrIndex, in networkStatusChangeNotif() argument
582 const int ok = sctp_getPathStatus(assocID,destAddrIndex,&pathStatus); in networkStatusChangeNotif()