Home | History | Annotate | Download | only in netinet

Lines Matching refs:SCTP_STATE_COOKIE

3736     struct mbuf *initack, int initack_offset, struct sctp_state_cookie *stc_in, uint8_t **signature)
3739 struct sctp_state_cookie *stc;
3745 mret = sctp_get_mbuf_for_msg((sizeof(struct sctp_state_cookie) +
3787 SCTP_BUF_LEN(mret) = sizeof(struct sctp_state_cookie) +
3789 stc = (struct sctp_state_cookie *)((caddr_t)ph +
3791 ph->param_type = htons(SCTP_STATE_COOKIE);
3794 memcpy(stc, stc_in, sizeof(struct sctp_state_cookie));
5218 case SCTP_STATE_COOKIE:
5698 struct sctp_state_cookie stc;
5769 memset(&stc, 0, sizeof(struct sctp_state_cookie));
9241 if (ptype == SCTP_STATE_COOKIE) {