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

  /src/sys/netinet/
sctp_header.h 159 struct sctp_state_cookie { /* this is our definition... */ struct
209 struct sctp_state_cookie cookie;
297 struct sctp_state_cookie 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;
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) ||

Completed in 23 milliseconds