Searched refs:DetectBufferTypeSupportsPacket (Results 1 – 8 of 8) sorted by relevance
64 DetectBufferTypeSupportsPacket("tcp.hdr"); in DetectTcphdrRegister()
64 DetectBufferTypeSupportsPacket("ipv4.hdr"); in DetectIpv4hdrRegister()
63 DetectBufferTypeSupportsPacket("udp.hdr"); in DetectUdphdrRegister()
64 DetectBufferTypeSupportsPacket("ipv6.hdr"); in DetectIpv6hdrRegister()
60 DetectBufferTypeSupportsPacket("icmpv4.hdr"); in DetectIcmpv4HdrRegister()
65 DetectBufferTypeSupportsPacket("icmpv6.hdr"); in DetectICMPv6hdrRegister()
51 void DetectBufferTypeSupportsPacket(const char *name);
864 void DetectBufferTypeSupportsPacket(const char *name) in DetectBufferTypeSupportsPacket() function