/dports/net/sctplib/sctplib-1.0.26/sctplib/programs/ |
H A D | echo_server.c | 230 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 D | terminal.c | 333 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 D | chargen_server.c | 234 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 D | daytime_server.c | 219 void networkStatusChangeNotif(unsigned int assocID, short destAddrIndex, unsigned short newState, v… in networkStatusChangeNotif() argument 223 assocID, destAddrIndex, pathStateName(newState)); in networkStatusChangeNotif()
|
H A D | chat.c | 296 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 D | monitor.c | 595 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 D | discard_server.c | 288 void networkStatusChangeNotif(unsigned int assocID, short destAddrIndex, unsigned short newState, v… in networkStatusChangeNotif() argument 292 assocID, destAddrIndex, pathStateName(newState)); in networkStatusChangeNotif()
|
H A D | testengine.c | 912 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 D | sctpsocketmaster.h | 221 short destAddrIndex,
|
H A D | sctpsocketmaster.cc | 559 short destAddrIndex, in networkStatusChangeNotif() argument 582 const int ok = sctp_getPathStatus(assocID,destAddrIndex,&pathStatus); in networkStatusChangeNotif()
|