получение информации о розетках (obtaining information about sockets)
Синопсис (Synopsis)
#include <sys/socket.h>
#include <linux/sock_diag.h>
#include <linux/unix_diag.h>
/* for UNIX domain sockets */
#include <linux/inet_diag.h>
/* for IPv4 and IPv6 sockets */
diag_socket = socket(AF_NETLINK,
socket_type, NETLINK_SOCK_DIAG);