Home
last modified time | relevance | path

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

/dports/security/suricata/suricata-6.0.4/src/
H A Ddecode-udp.c86 UDP_GET_SRC_PORT(p), UDP_GET_DST_PORT(p), UDP_HEADER_LEN, p->payload_len); in DecodeUDP()
H A Ddecode-udp.h37 #define UDP_GET_DST_PORT(p) UDP_GET_RAW_DST_PORT(p->udph) macro
H A Ddecode.h204 SET_PORT(UDP_GET_DST_PORT((pkt)), *(prt)); \