Home
last modified time | relevance | path

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

/dports/security/suricata/suricata-6.0.4/src/
H A Ddecode-vlan.c93 if (DecodeNetworkLayer(tv, dtv, proto, p, in DecodeVLAN()
133 DecodeNetworkLayer(tv, dtv, next_proto, p, in DecodeIEEE8021ah()
H A Ddecode-sll.c58 DecodeNetworkLayer(tv, dtv, SCNtohs(sllh->sll_protocol), p, in DecodeSll()
H A Ddecode-chdlc.c64 DecodeNetworkLayer(tv, dtv, SCNtohs(hdr->protocol), p, in DecodeCHDLC()
H A Ddecode-ethernet.c60 DecodeNetworkLayer(tv, dtv, SCNtohs(p->ethh->eth_type), p, in DecodeEthernet()
H A Ddecode-vntag.c96 if (DecodeNetworkLayer(tv, dtv, proto, p, pkt + VNTAG_HEADER_LEN, len - VNTAG_HEADER_LEN) == in DecodeVNTag()
H A Ddecode.h1237 static inline bool DecodeNetworkLayer(ThreadVars *tv, DecodeThreadVars *dtv, in DecodeNetworkLayer() function
/dports/security/suricata/suricata-6.0.4/doc/devguide/codebase/
H A Dcode-style.rst214 DecodeNetworkLayer(tv, dtv, SCNtohs(p->ethh->eth_type), p,