Searched refs:sosctp_assoc (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/inet/sockmods/ |
H A D | socksctp.h | 100 extern int sosctp_assoc(struct sctp_sonode *ss, sctp_assoc_t id,
|
H A D | socksctp.c | 1012 if ((error = sosctp_assoc(ss, aid, &ssa)) != 0) { 1376 if ((error = sosctp_assoc(ss, id, &ssa)) != 0) { 1402 * invalid. We just ignore this kind (sosctp_assoc()) of 1412 if (sosctp_assoc(ss, aid, &ssa) != 0) 1563 if ((error = sosctp_assoc(ss, intval, &ssa)) != 0) { 1631 if ((error = sosctp_assoc(ss, intval, &ssa)) != 0) { 1716 * Don't use sosctp_assoc() in order to peel off disconnected
|
H A D | socksctpsubr.c | 137 sosctp_assoc(struct sctp_sonode *ss, sctp_assoc_t id, struct sctp_soassoc **ssa) function
|
Completed in 78 milliseconds