Skip to content
Snippets Groups Projects
Commit 733ba259 authored by Hoelscher's avatar Hoelscher
Browse files

add symbols for Flags of sctp_stream_reset_event

parent d2746f84
No related branches found
No related tags found
No related merge requests found
......@@ -276,6 +276,10 @@ struct int_symbol platform_symbols_table[] = {
{ SCTP_RESET_ASSOC, "SCTP_RESET_ASSOC" },
{ SCTP_ADD_STREAMS, "SCTP_ADD_STREAMS" },
{ SCTP_STREAM_RESET_EVENT, "SCTP_STREAM_RESET_EVENT" },
{ SCTP_STREAM_RESET_INCOMING_SSN, "SCTP_STREAM_RESET_INCOMING_SSN" },
{ SCTP_STREAM_RESET_OUTGOING_SSN, "SCTP_STREAM_RESET_OUTGOING_SSN" },
{ SCTP_STREAM_RESET_DENIED, "SCTP_STREAM_RESET_DENIED" },
{ SCTP_STREAM_RESET_FAILED, "SCTP_STREAM_RESET_FAILED" },
/* /usr/include/netinet/tcp.h */
{ TCP_NODELAY, "TCP_NODELAY" },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment