Home
last modified time | relevance | path

Searched refs:cmp_module (Results 1 – 11 of 11) sorted by relevance

/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/asn1/cmp/
H A Dpacket-cmp-template.c310 module_t *cmp_module; in proto_register_cmp() local
319 cmp_module = prefs_register_protocol(proto_cmp, proto_reg_handoff_cmp); in proto_register_cmp()
320 prefs_register_bool_preference(cmp_module, "desegment", in proto_register_cmp()
326 prefs_register_uint_preference(cmp_module, "http_alternate_port", in proto_register_cmp()
333 prefs_register_uint_preference(cmp_module, "tcp_style_http_alternate_port", in proto_register_cmp()
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/asn1/cmp/
H A Dpacket-cmp-template.c310 module_t *cmp_module; in proto_register_cmp() local
319 cmp_module = prefs_register_protocol(proto_cmp, proto_reg_handoff_cmp); in proto_register_cmp()
320 prefs_register_bool_preference(cmp_module, "desegment", in proto_register_cmp()
326 prefs_register_uint_preference(cmp_module, "http_alternate_port", in proto_register_cmp()
333 prefs_register_uint_preference(cmp_module, "tcp_style_http_alternate_port", in proto_register_cmp()
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/asn1/cmp/
H A Dpacket-cmp-template.c310 module_t *cmp_module; in proto_register_cmp() local
319 cmp_module = prefs_register_protocol(proto_cmp, proto_reg_handoff_cmp); in proto_register_cmp()
320 prefs_register_bool_preference(cmp_module, "desegment", in proto_register_cmp()
326 prefs_register_uint_preference(cmp_module, "http_alternate_port", in proto_register_cmp()
333 prefs_register_uint_preference(cmp_module, "tcp_style_http_alternate_port", in proto_register_cmp()
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/asn1/cmp/
H A Dpacket-cmp-template.c310 module_t *cmp_module; in proto_register_cmp() local
319 cmp_module = prefs_register_protocol(proto_cmp, proto_reg_handoff_cmp); in proto_register_cmp()
320 prefs_register_bool_preference(cmp_module, "desegment", in proto_register_cmp()
326 prefs_register_uint_preference(cmp_module, "http_alternate_port", in proto_register_cmp()
333 prefs_register_uint_preference(cmp_module, "tcp_style_http_alternate_port", in proto_register_cmp()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkmodules.c241 cmp_module (GtkModuleInfo *info, in cmp_module() function
318 (GCompareFunc)cmp_module); in load_module()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtkmodules.c256 cmp_module (GtkModuleInfo *info, in cmp_module() function
309 (GCompareFunc)cmp_module); in load_module()
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-cmp.c2405 module_t *cmp_module; in proto_register_cmp() local
2414 cmp_module = prefs_register_protocol(proto_cmp, proto_reg_handoff_cmp); in proto_register_cmp()
2415 prefs_register_bool_preference(cmp_module, "desegment", in proto_register_cmp()
2421 prefs_register_uint_preference(cmp_module, "http_alternate_port", in proto_register_cmp()
2428 prefs_register_uint_preference(cmp_module, "tcp_style_http_alternate_port", in proto_register_cmp()
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-cmp.c2405 module_t *cmp_module;
2414 cmp_module = prefs_register_protocol(proto_cmp, proto_reg_handoff_cmp);
2415 prefs_register_bool_preference(cmp_module, "desegment",
2421 prefs_register_uint_preference(cmp_module, "http_alternate_port",
2428 prefs_register_uint_preference(cmp_module, "tcp_style_http_alternate_port",
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-cmp.c2405 module_t *cmp_module; in proto_register_cmp() local
2414 cmp_module = prefs_register_protocol(proto_cmp, proto_reg_handoff_cmp); in proto_register_cmp()
2415 prefs_register_bool_preference(cmp_module, "desegment", in proto_register_cmp()
2421 prefs_register_uint_preference(cmp_module, "http_alternate_port", in proto_register_cmp()
2428 prefs_register_uint_preference(cmp_module, "tcp_style_http_alternate_port", in proto_register_cmp()
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-cmp.c2405 module_t *cmp_module; in proto_register_cmp() local
2414 cmp_module = prefs_register_protocol(proto_cmp, proto_reg_handoff_cmp); in proto_register_cmp()
2415 prefs_register_bool_preference(cmp_module, "desegment", in proto_register_cmp()
2421 prefs_register_uint_preference(cmp_module, "http_alternate_port", in proto_register_cmp()
2428 prefs_register_uint_preference(cmp_module, "tcp_style_http_alternate_port", in proto_register_cmp()
/dports/devel/msp430-debug-stack/msp430-debug-stack-3.15.0.1/DLL430_v3/src/
H A DDLL430_OldApiV3.cpp3337 uint32_t cmp_module = singleDevice->getDebugManager()->getClockModuleDefaultSetting(); in EEM_SetClockControl() local
3342 cmp_module = pCcBuffer->ccModule; in EEM_SetClockControl()
3356 if ( (clock_control.ccModule != cmp_module) && (clockControlType == GccExtended)) in EEM_SetClockControl()
3358 singleDevice->getEmulationManager()->writeRegister(MODCLKCTRL0, cmp_module); in EEM_SetClockControl()
3359 clock_control.ccModule = cmp_module; in EEM_SetClockControl()