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

  /src/sys/netinet/
sctp_uio.h 55 u_int8_t sctp_shutdown_event; member in struct:sctp_event_subscribe
275 struct sctp_shutdown_event { struct
347 #define SCTP_SHUTDOWN_EVENT 0x0005
368 struct sctp_shutdown_event sn_shutdown_event;
sctputil.c 2294 struct sctp_shutdown_event *sse;
2318 sse = mtod(m_notify, struct sctp_shutdown_event *);
2319 sse->sse_type = SCTP_SHUTDOWN_EVENT;
2321 sse->sse_length = sizeof(struct sctp_shutdown_event);
2325 m_notify->m_pkthdr.len = sizeof(struct sctp_shutdown_event);
2327 m_notify->m_len = sizeof(struct sctp_shutdown_event);

Completed in 15 milliseconds