Skip to content
Snippets Groups Projects
Commit 0b008c6a authored by Michael Tüxen's avatar Michael Tüxen
Browse files

Add some symbols, especially SO_DOMAIN.

parent 8d74103e
No related branches found
No related tags found
No related merge requests found
...@@ -79,6 +79,21 @@ struct int_symbol platform_symbols_table[] = { ...@@ -79,6 +79,21 @@ struct int_symbol platform_symbols_table[] = {
#ifdef SO_USER_COOKIE #ifdef SO_USER_COOKIE
{ SO_USER_COOKIE, "SO_USER_COOKIE" }, { SO_USER_COOKIE, "SO_USER_COOKIE" },
#endif #endif
#ifdef SO_PROTOCOL
{ SO_PROTOCOL, "SO_PROTOCOL" },
#endif
#ifdef SO_PROTOTYPE
{ SO_PROTOTYPE, "SO_PROTOTYPE" },
#endif
#ifdef SO_TS_CLOCK
{ SO_TS_CLOCK, "SO_TS_CLOCK" },
#endif
#ifdef SO_MAX_PACING_RATE
{ SO_MAX_PACING_RATE, "SO_MAX_PACING_RATE" },
#endif
#ifdef SO_DOMAIN
{ SO_DOMAIN, "SO_DOMAIN" },
#endif
/* /usr/include/netinet/in.h */ /* /usr/include/netinet/in.h */
{ IP_OPTIONS, "IP_OPTIONS" }, { IP_OPTIONS, "IP_OPTIONS" },
......
...@@ -85,7 +85,9 @@ struct int_symbol platform_symbols_table[] = { ...@@ -85,7 +85,9 @@ struct int_symbol platform_symbols_table[] = {
{ SO_SNDLOWAT, "SO_SNDLOWAT" }, { SO_SNDLOWAT, "SO_SNDLOWAT" },
{ SO_SNDTIMEO, "SO_SNDTIMEO" }, { SO_SNDTIMEO, "SO_SNDTIMEO" },
{ SO_TIMESTAMP, "SO_TIMESTAMP" }, { SO_TIMESTAMP, "SO_TIMESTAMP" },
{ SO_DOMAIN, "SO_DOMAIN" },
{ SO_TYPE, "SO_TYPE" }, { SO_TYPE, "SO_TYPE" },
{ SO_PROTOCOL, "SO_PROTOCOL" },
{ IP_TOS, "IP_TOS" }, { IP_TOS, "IP_TOS" },
{ IP_MTU_DISCOVER, "IP_MTU_DISCOVER" }, { IP_MTU_DISCOVER, "IP_MTU_DISCOVER" },
......
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