пакетный интерфейс на уровне устройства (packet interface on device level)
Синопсис (Synopsis)
#include <sys/socket.h>
#include <linux/if_packet.h>
#include <net/ethernet.h> /* the L2 protocols */
packet_socket = socket(AF_PACKET, int
socket_type, int
protocol);