Home
last modified time | relevance | path

Searched refs:PROTO_ID (Results 1 – 14 of 14) sorted by relevance

/dports/security/snort/snort-2.9.18/src/
H A Dsf_protocols.h97 } PROTO_ID; typedef
106 PROTO_ID proto;
H A Dencode.c465 PROTO_ID next; in Encode_Packet()
626 PROTO_ID next = NextEncoder(enc); in Eth_Encode()
699 PROTO_ID next = NextEncoder(enc); in FPath_Encode()
786 PROTO_ID next = NextEncoder(enc); in IP4_Encode()
972 PROTO_ID next = PROTO_MAX; in UDP_Encode()
1277 PROTO_ID next = NextEncoder(enc); in IP6_Encode()
1385 PROTO_ID next = NextEncoder(enc); in Opt6_Encode()
1576 PROTO_ID next = NextEncoder(enc); in GTP_Encode()
1610 PROTO_ID next = NextEncoder(enc); in PPPoE_Encode()
1637 PROTO_ID next; in MPLS_Encode()
[all …]
H A Dactive.c84 static inline PROTO_ID GetInnerProto (const Packet* p) in GetInnerProto()
H A Ddecode.c625 static inline void PushLayer(PROTO_ID type, Packet* p, const uint8_t* hdr, uint32_t len) in PushLayer()
/dports/graphics/tesseract/tesseract-5.0.0/src/dict/
H A Dmatchdefs.h40 using PROTO_ID = int16_t; variable
/dports/graphics/tesseract/tesseract-5.0.0/src/classify/
H A Dadaptive.h38 PROTO_ID MaxProtoId;
H A Dintmatcher.h86 int16_t NumFeatures, INT_FEATURE_ARRAY Features, PROTO_ID *ProtoArray,
H A Dintproto.h204 void DisplayIntProto(INT_CLASS_STRUCT *Class, PROTO_ID ProtoId, float Evidence);
H A Dclassify.h201 PROTO_ID MakeNewTempProtos(FEATURE_SET Features, int NumBadFeat, FEATURE_ID BadFeat[],
H A Dintproto.cpp138 void RenderIntProto(ScrollView *window, INT_CLASS_STRUCT *Class, PROTO_ID ProtoId, ScrollView::Colo…
559 void DisplayIntProto(INT_CLASS_STRUCT *Class, PROTO_ID ProtoId, float Evidence) { in DisplayIntProto()
1534 void RenderIntProto(ScrollView *window, INT_CLASS_STRUCT *Class, PROTO_ID ProtoId, in RenderIntProto()
H A Dadaptmatch.cpp1674 PROTO_ID OldProtos[MAX_NUM_PROTOS]; in MakeNewTemporaryConfig()
1758 PROTO_ID Classify::MakeNewTempProtos(FEATURE_SET Features, int NumBadFeat, FEATURE_ID BadFeat[], in MakeNewTempProtos()
1769 PROTO_ID Pid; in MakeNewTempProtos()
H A Dintmatcher.cpp557 INT_FEATURE_ARRAY Features, PROTO_ID *ProtoArray, in FindGoodProtos()
/dports/security/snort/snort-2.9.18/src/preprocessors/
H A Dnormalize.c114 PROTO_ID proto = p->layers[--lyr].proto; in Norm_Packet()
/dports/security/snort/snort-2.9.18/src/dynamic-plugins/sf_engine/
H A Dsf_snort_packet.h511 PROTO_ID proto_id;