Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/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_input.c1568 struct sctphdr *sh, struct sctp_state_cookie *cookie, int cookie_len,
1587 struct sctphdr *sh, struct sctp_state_cookie *cookie, int cookie_len, in sctp_process_cookie_existing()
2159 struct sctphdr *sh, struct sctp_state_cookie *cookie, int cookie_len,
2573 struct sctp_state_cookie *cookie;
2638 m_copyback(m, cookie_offset + offsetof(struct sctp_state_cookie, address),
2645 m_copyback(m, cookie_offset + offsetof(struct sctp_state_cookie, laddress),
Dsctp_output.c3948 struct mbuf *initack, int initack_offset, struct sctp_state_cookie *stc_in, uint8_t **signature)
3951 struct sctp_state_cookie *stc;
3955 mret = sctp_get_mbuf_for_msg((sizeof(struct sctp_state_cookie) +
3985 SCTP_BUF_LEN(mret) = sizeof(struct sctp_state_cookie) +
3987 stc = (struct sctp_state_cookie *)((caddr_t)ph +
3992 memcpy(stc, stc_in, sizeof(struct sctp_state_cookie));
5955 struct sctp_state_cookie stc;
6047 memset(&stc, 0, sizeof(struct sctp_state_cookie));
6645 m_copyback(m_cookie, sizeof(struct sctp_paramhdr) + offsetof(struct sctp_state_cookie, address),
6651 m_copyback(m_cookie, sizeof(struct sctp_paramhdr) + offsetof(struct sctp_state_cookie, laddress),
Dsctp_pcb.c3032 sizeof(struct sctp_state_cookie);