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

  /src/sys/netinet/
sctp_header.h 323 struct sctp_stale_cookie_msg { struct
sctp_input.c 1929 struct sctp_stale_cookie_msg *scm;
1947 op_err->m_len = op_err->m_pkthdr.len = sizeof(struct sctp_stale_cookie_msg);
1948 scm = mtod(op_err, struct sctp_stale_cookie_msg *);

Completed in 19 milliseconds