HomeSort by: relevance | last modified time | path
    Searched refs:SCTP_STATE_COOKIE (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/netinet/
sctp_constants.h 207 #define SCTP_STATE_COOKIE 0x0007
sctp_output.c 230 struct mbuf *initack, int initack_offset, struct sctp_state_cookie *stc_in)
233 struct sctp_state_cookie *stc;
259 mret->m_len = sizeof(struct sctp_state_cookie) +
261 stc = (struct sctp_state_cookie *)((vaddr_t)ph +
263 ph->param_type = htons(SCTP_STATE_COOKIE);
2956 (ptype == SCTP_STATE_COOKIE) ||
3263 struct sctp_state_cookie stc;
6053 if (ptype == SCTP_STATE_COOKIE) {
sctp_pcb.c 1469 sizeof(struct sctp_state_cookie);
4267 (ptype == SCTP_STATE_COOKIE) ||
sctp_input.c 377 mp->param = htons(SCTP_STATE_COOKIE);
1041 struct sctphdr *sh, struct sctp_state_cookie *cookie, int cookie_len,
1409 struct sctphdr *sh, struct sctp_state_cookie *cookie, int cookie_len,
1664 struct sctp_state_cookie *cookie;

Completed in 27 milliseconds