Home | History | Annotate | Download | only in usrsctplib

Lines Matching defs:asoc

2603 	sctp_assoc_t asoc;
2612 asoc = id;
2614 if (usrsctp_getsockopt(so, IPPROTO_SCTP, SCTP_GET_REMOTE_ADDR_SIZE, &asoc, &opt_len) != 0) {
2617 /* size required is returned in 'asoc' */
2618 opt_len = (socklen_t)((size_t)asoc + sizeof(struct sctp_getaddresses));