Home
last modified time | relevance | path

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

/dports/security/suricata/suricata-6.0.4/src/
H A Dflow-util.c161 FLOW_SET_IPV6_SRC_ADDR_FROM_PACKET(p, &f->src); in FlowInit()
H A Dflow.h207 #define FLOW_SET_IPV6_SRC_ADDR_FROM_PACKET(p, a) do { \ macro