DEBSOURCES
Skip Quicknav
sources / trinity / 1.3-1 / net / proto-raw.c
12345678
#include <linux/icmp.h> #include "net.h" void raw_setsockopt(struct sockopt *so) { so->level = SOL_RAW; so->optname = ICMP_FILTER; // that's all (for now?) }