I am currently porting Visual studio c++ code to Linux. I am using Ret Hat version. When I compile the code I get this error:
error: 'IN6_SET_ADDR_UNSPECIFIED' was not declared in this scope
Can you please let me know what is the linux equivalent for the same. If there is no equivalent function, how can I edit the same to work on both linux as well as windows.
Thanks.