Home
last modified time | relevance | path

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

/dports/security/suricata/suricata-6.0.4/src/
H A Dflow-util.c175 SET_TCP_DST_PORT(p,&f->dp); in FlowInit()
H A Ddecode-tcp.c241 SET_TCP_DST_PORT(p,&p->dp); in DecodeTCPPacket()
H A Ddecode.h194 #define SET_TCP_DST_PORT(pkt, prt) do { \ macro