Home
last modified time | relevance | path

Searched refs:FlowGetReverseProtoMapping (Results 1 – 4 of 4) sorted by relevance

/dports/security/suricata/suricata-6.0.4/src/
H A Dflow-util.h152 uint8_t FlowGetReverseProtoMapping(uint8_t rproto);
H A Dflow-util.c109 uint8_t FlowGetReverseProtoMapping(uint8_t rproto) in FlowGetReverseProtoMapping() function
H A Dapp-layer-parser.c273 uint8_t ipproto = FlowGetReverseProtoMapping(flow_proto); in AppLayerParserThreadCtxAlloc()
293 uint8_t ipproto = FlowGetReverseProtoMapping(flow_proto); in AppLayerParserThreadCtxFree()
H A Dapp-layer-detect-proto.c1270 uint8_t ipproto = FlowGetReverseProtoMapping(i); in AppLayerProtoDetectPMGetIpprotos()