Home
last modified time | relevance | path

Searched refs:sctp_state_cookie (Results 1 – 4 of 4) sorted by relevance

/external/usrsctp/usrsctplib/netinet/
Dsctp_header.h207 struct sctp_state_cookie { /* this is our definition... */ struct
245 struct sctp_state_cookie cookie; argument
351 struct sctp_state_cookie cookie;
Dsctp_output.c3954 struct mbuf *initack, int initack_offset, struct sctp_state_cookie *stc_in, uint8_t **signature)
3957 struct sctp_state_cookie *stc;
3963 mret = sctp_get_mbuf_for_msg((sizeof(struct sctp_state_cookie) +
3993 SCTP_BUF_LEN(mret) = sizeof(struct sctp_state_cookie) +
3995 stc = (struct sctp_state_cookie *)((caddr_t)ph +
4000 memcpy(stc, stc_in, sizeof(struct sctp_state_cookie));
6003 struct sctp_state_cookie stc;
6095 memset(&stc, 0, sizeof(struct sctp_state_cookie));
Dsctp_input.c1577 struct sctphdr *sh, struct sctp_state_cookie *cookie, int cookie_len,
1596 struct sctphdr *sh, struct sctp_state_cookie *cookie, int cookie_len, in sctp_process_cookie_existing()
2168 struct sctphdr *sh, struct sctp_state_cookie *cookie, int cookie_len,
2582 struct sctp_state_cookie *cookie;
Dsctp_pcb.c3044 sizeof(struct sctp_state_cookie);