Home
last modified time | relevance | path

Searched refs:STRUCT_ICMP (Results 1 – 1 of 1) sorted by relevance

/dports/net/libnids/libnids-1.24/src/
H A Dtcp.c957 #define STRUCT_ICMP struct icmphdr macro
961 #define STRUCT_ICMP struct icmp macro
979 STRUCT_ICMP *pkt; in process_icmp()
992 if (len < sizeof(STRUCT_ICMP)) in process_icmp()
994 pkt = (STRUCT_ICMP *) (data + (iph->ip_hl << 2)); in process_icmp()
1000 len -= sizeof(STRUCT_ICMP); in process_icmp()