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

Add some constants for ioctl() on FreeBSD.

parent 3d6427e0
No related branches found
No related tags found
No related merge requests found
......@@ -98,6 +98,15 @@ struct int_symbol platform_symbols_table[] = {
{ SO_DOMAIN, "SO_DOMAIN" },
#endif
/* /usr/include/sys/sockio.h */
{ SIOCSHIWAT, "SIOCSHIWAT" },
{ SIOCGHIWAT, "SIOCGHIWAT" },
{ SIOCSLOWAT, "SIOCSLOWAT" },
{ SIOCGLOWAT, "SIOCGLOWAT" },
{ SIOCATMARK, "SIOCATMARK" },
{ SIOCSPGRP, "SIOCSPGRP" },
{ SIOCGPGRP, "SIOCGPGRP" },
/* /usr/include/netinet/in.h */
{ IP_OPTIONS, "IP_OPTIONS" },
{ IP_HDRINCL, "IP_HDRINCL" },
......
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