Skip to content
Snippets Groups Projects
Commit 85c95ee0 authored by hoelscher's avatar hoelscher
Browse files

Add symbols for linux for sctp_paddrparams spp_flags

parent 6b1799d2
No related branches found
No related tags found
No related merge requests found
...@@ -139,7 +139,33 @@ struct int_symbol platform_symbols_table[] = { ...@@ -139,7 +139,33 @@ struct int_symbol platform_symbols_table[] = {
{ SCTP_UNCONFIRMED, "SCTP_UNCONFIRMED" }, { SCTP_UNCONFIRMED, "SCTP_UNCONFIRMED" },
{ SCTP_ACTIVE, "SCTP_ACTIVE" }, { SCTP_ACTIVE, "SCTP_ACTIVE" },
{ SCTP_INACTIVE, "SCTP_INACTIVE" }, { SCTP_INACTIVE, "SCTP_INACTIVE" },
#ifdef SPP_HB_ENABLE
{ SPP_HB_ENABLE, "SPP_HB_ENABLE" },
#endif
#ifdef SPP_HB_DISABLE
{ SPP_HB_DISABLE, "SPP_HB_DISABLE" },
#endif
#ifdef SPP_HB_DEMAND
{ SPP_HB_DEMAND, "SPP_HB_DEMAND" },
#endif
#ifdef SPP_PMTUD_ENABLE
{ SPP_PMTUD_ENABLE, "SPP_PMTUD_ENABLE" },
#endif
#ifdef SPP_PMTUD_DISABLE
{ SPP_PMTUD_DISABLE, "SPP_PMTUD_DISABLE" },
#endif
#ifdef SPP_HB_TIME_IS_ZERO
{ SPP_HB_TIME_IS_ZERO, "SPP_HB_TIME_IS_ZERO" },
#endif
#ifdef SPP_IPV6_FLOWLABEL
{ SPP_IPV6_FLOWLABEL, "SPP_IPV6_FLOWLABEL" },
#endif
#ifdef SPP_DSCP
{ SPP_DSCP, "SPP_DSCP" },
#endif
#ifdef SPP_IPV4_TOS
{ SPP_IPV4_TOS, "SPP_IPV4_TOS" },
#endif
{ TCP_NODELAY, "TCP_NODELAY" }, { TCP_NODELAY, "TCP_NODELAY" },
{ TCP_MAXSEG, "TCP_MAXSEG" }, { TCP_MAXSEG, "TCP_MAXSEG" },
{ TCP_CORK, "TCP_CORK" }, { TCP_CORK, "TCP_CORK" },
......
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