Home | History | Annotate | Download | only in iputils

Lines Matching full:filt

471 		struct icmp_filter filt;
472 filt.data = ~((1<<ICMP_SOURCE_QUENCH)|
478 if (setsockopt(icmp_sock, SOL_RAW, ICMP_FILTER, (char*)&filt, sizeof(filt)) == -1)
682 struct icmp_filter filt;
685 filt.data = ~((1<<ICMP_SOURCE_QUENCH)|
688 if (setsockopt(icmp_sock, SOL_RAW, ICMP_FILTER, (char*)&filt, sizeof(filt)) == -1)