Home
last modified time | relevance | path

Searched refs:sac (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/netinet/
H A Dsctputil.c3152 struct sctp_assoc_change *sac; in sctp_notify_assoc_change() local
3191 memset(sac, 0, notif_len); in sctp_notify_assoc_change()
3192 sac->sac_type = SCTP_ASSOC_CHANGE; in sctp_notify_assoc_change()
3193 sac->sac_flags = 0; in sctp_notify_assoc_change()
3195 sac->sac_state = state; in sctp_notify_assoc_change()
3196 sac->sac_error = error; in sctp_notify_assoc_change()
3200 sac->sac_assoc_id = sctp_get_associd(stcb); in sctp_notify_assoc_change()
3220 sac->sac_length += i; in sctp_notify_assoc_change()
3222 memcpy(sac->sac_info, abort, abort_len); in sctp_notify_assoc_change()
3223 sac->sac_length += abort_len; in sctp_notify_assoc_change()
[all …]
H A Dsctp_usrreq.c2916 struct sctp_authchunks *sac; local
2921 SCTP_FIND_STCB(inp, stcb, sac->gauth_assoc_id);
2933 (void)sctp_serialize_auth_chunks(chklist, sac->gauth_chunks);
2934 sac->gauth_number_of_chunks = (uint32_t)size;
2942 (sac->gauth_assoc_id == SCTP_FUTURE_ASSOC))) {
2953 (void)sctp_serialize_auth_chunks(chklist, sac->gauth_chunks);
2954 sac->gauth_number_of_chunks = (uint32_t)size;
2967 struct sctp_authchunks *sac; local
2972 SCTP_FIND_STCB(inp, stcb, sac->gauth_assoc_id);
2984 (void)sctp_serialize_auth_chunks(chklist, sac->gauth_chunks);
[all …]