AIX full path to socket library

Can somebody help me too identify full path to socket library on AIX? Cannot find anything

Thanks
for contribution

Normally during a compilation the linker finds it if invoked with -lsocket .
But of course you can search for it

find /usr -name "libsocket.?*" -print

.

afair there is no such library in AIX and there is no need for it. If I understand your question correctly, all the functions, you find usually in Solaris (or what f. OS you have with this old shit?) libsocket are in AIX libc.