Home
last modified time | relevance | path

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

/dports/net/ndpi/nDPI-92a1be2/src/lib/protocols/
H A Dsoulseek.c52 NDPI_COMPARE_PROTOCOL_TO_BITMASK(src->detected_protocol_bitmask, NDPI_PROTOCOL_SOULSEEK) in ndpi_search_soulseek_tcp()
58 NDPI_COMPARE_PROTOCOL_TO_BITMASK(dst->detected_protocol_bitmask, NDPI_PROTOCOL_SOULSEEK) in ndpi_search_soulseek_tcp()
H A Ddirectconnect.c338 && NDPI_COMPARE_PROTOCOL_TO_BITMASK(src->detected_protocol_bitmask, NDPI_PROTOCOL_DIRECTCONNECT)) { in ndpi_search_directconnect_udp()
364 && NDPI_COMPARE_PROTOCOL_TO_BITMASK(dst->detected_protocol_bitmask, NDPI_PROTOCOL_DIRECTCONNECT)) { in ndpi_search_directconnect_udp()
H A Dirc.c406 …if (((dst != NULL && NDPI_COMPARE_PROTOCOL_TO_BITMASK(dst->detected_protocol_bitmask, NDPI_PROTOCO… in ndpi_search_irc_tcp()
412 (src->detected_protocol_bitmask, NDPI_PROTOCOL_IRC) in ndpi_search_irc_tcp()
/dports/net/ndpi/nDPI-92a1be2/src/lib/protocols/attic/
H A Dftp.c411 && NDPI_COMPARE_PROTOCOL_TO_BITMASK(src->detected_protocol_bitmask, in ndpi_search_ftp_tcp()
429 && NDPI_COMPARE_PROTOCOL_TO_BITMASK(dst->detected_protocol_bitmask, in ndpi_search_ftp_tcp()
/dports/net/ndpi/nDPI-92a1be2/src/include/
H A Dndpi_define.h.in142 …ocol) ((src) != NULL && NDPI_COMPARE_PROTOCOL_TO_BITMASK((src)->detected_protocol_bitmask,(protoco…
144 …ocol) ((dst) != NULL && NDPI_COMPARE_PROTOCOL_TO_BITMASK((dst)->detected_protocol_bitmask,(protoco…
H A Dndpi_typedefs.h568 NDPI_PROTOCOL_BITMASK detected_protocol_bitmask; member
/dports/net/ndpi/nDPI-92a1be2/src/lib/
H A Dndpi_main.c6192 NDPI_ADD_PROTOCOL_TO_BITMASK(src->detected_protocol_bitmask, upper_detected_protocol); in ndpi_set_detected_protocol()
6195 NDPI_ADD_PROTOCOL_TO_BITMASK(src->detected_protocol_bitmask, lower_detected_protocol); in ndpi_set_detected_protocol()
6199 NDPI_ADD_PROTOCOL_TO_BITMASK(dst->detected_protocol_bitmask, upper_detected_protocol); in ndpi_set_detected_protocol()
6202 NDPI_ADD_PROTOCOL_TO_BITMASK(dst->detected_protocol_bitmask, lower_detected_protocol); in ndpi_set_detected_protocol()