we need sys/ipc.h and sys/msg.h these header files for networking...purpose

The headers themselves don't do anything, they just provide declarations so that code will compile. You also need the underlying libraries, which if they aren't already provided by the implementation, most likely won't transfer easily.

Your best approach would be to determine which functions you're using and then look for alternatives on the new implementation.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.