Home
last modified time | relevance | path

Searched refs:app_protocol (Results 1 – 25 of 45) sorted by relevance

12

/dports/security/s2n/s2n-tls-1.1.2/tests/unit/
H A Ds2n_client_early_data_indication_test.c24 …_RESULT s2n_set_early_data_app_protocol(struct s2n_connection *conn, struct s2n_blob *app_protocol) in s2n_set_early_data_app_protocol() argument
27 RESULT_ENSURE_REF(app_protocol); in s2n_set_early_data_app_protocol()
31 … RESULT_GUARD_POSIX(s2n_psk_set_application_protocol(psk, app_protocol->data, app_protocol->size)); in s2n_set_early_data_app_protocol()
187 struct s2n_blob app_protocol = { 0 }, empty_app_protocol = { 0 }; in main() local
188 … EXPECT_SUCCESS(s2n_blob_init(&app_protocol, app_protocol_data, sizeof(app_protocol_data))); in main()
195 EXPECT_OK(s2n_set_early_data_app_protocol(conn, &app_protocol)); in main()
208 EXPECT_OK(s2n_set_early_data_app_protocol(conn, &app_protocol)); in main()
211 …PECT_SUCCESS(s2n_connection_append_protocol_preference(conn, app_protocol.data, app_protocol.size)… in main()
214 EXPECT_OK(s2n_set_early_data_app_protocol(conn, &app_protocol)); in main()
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/typeshed/stdlib/3/asyncio/
H A Dsslproto.pyi64 …def __init__(self, loop: events.AbstractEventLoop, ssl_protocol: SSLProtocol, app_protocol: protoc…
106 …def __init__(self, loop: events.AbstractEventLoop, app_protocol: protocols.BaseProtocol, sslcontex…
109 …def __init__(self, loop: events.AbstractEventLoop, app_protocol: protocols.BaseProtocol, sslcontex…
113 def _set_app_protocol(self, app_protocol: protocols.BaseProtocol) -> None: ...
/dports/net/ndpi/nDPI-92a1be2/src/lib/protocols/
H A Ddns.c366 …ret.app_protocol = (d_port == LLMNR_PORT) ? NDPI_PROTOCOL_LLMNR : ((d_port == MDNS_PORT) ? NDPI… in ndpi_search_dns()
457 ret.app_protocol = ndpi_match_host_subprotocol(ndpi_struct, flow, in ndpi_search_dns()
466 if(ret.app_protocol == NDPI_PROTOCOL_UNKNOWN) in ndpi_search_dns()
477 ndpi_set_detected_protocol(ndpi_struct, flow, ret.app_protocol, ret.master_protocol); in ndpi_search_dns()
504 ndpi_set_detected_protocol(ndpi_struct, flow, ret.app_protocol, ret.master_protocol); in ndpi_search_dns()
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stdlib/asyncio/
H A Dsslproto.pyi95 app_protocol: protocols.BaseProtocol,
107 app_protocol: protocols.BaseProtocol,
115 def _set_app_protocol(self, app_protocol: protocols.BaseProtocol) -> None: ...
/dports/devel/py-mypy/mypy-0.910/mypy/typeshed/stdlib/asyncio/
H A Dsslproto.pyi95 app_protocol: protocols.BaseProtocol,
107 app_protocol: protocols.BaseProtocol,
115 def _set_app_protocol(self, app_protocol: protocols.BaseProtocol) -> None: ...
/dports/databases/py-gdbm/Python-3.8.12/Lib/asyncio/
H A Dsslproto.py411 def __init__(self, loop, app_protocol, sslcontext, waiter, argument
445 self._set_app_protocol(app_protocol)
457 def _set_app_protocol(self, app_protocol): argument
458 self._app_protocol = app_protocol
460 isinstance(app_protocol, protocols.BufferedProtocol)
/dports/databases/py-sqlite3/Python-3.8.12/Lib/asyncio/
H A Dsslproto.py411 def __init__(self, loop, app_protocol, sslcontext, waiter, argument
445 self._set_app_protocol(app_protocol)
457 def _set_app_protocol(self, app_protocol): argument
458 self._app_protocol = app_protocol
460 isinstance(app_protocol, protocols.BufferedProtocol)
/dports/lang/python37/Python-3.7.12/Lib/asyncio/
H A Dsslproto.py412 def __init__(self, loop, app_protocol, sslcontext, waiter, argument
446 self._set_app_protocol(app_protocol)
458 def _set_app_protocol(self, app_protocol): argument
459 self._app_protocol = app_protocol
461 isinstance(app_protocol, protocols.BufferedProtocol)
/dports/lang/python38/Python-3.8.12/Lib/asyncio/
H A Dsslproto.py411 def __init__(self, loop, app_protocol, sslcontext, waiter, argument
445 self._set_app_protocol(app_protocol)
457 def _set_app_protocol(self, app_protocol): argument
458 self._app_protocol = app_protocol
460 isinstance(app_protocol, protocols.BufferedProtocol)
/dports/lang/python-tools/Python-3.8.12/Lib/asyncio/
H A Dsslproto.py411 def __init__(self, loop, app_protocol, sslcontext, waiter, argument
445 self._set_app_protocol(app_protocol)
457 def _set_app_protocol(self, app_protocol): argument
458 self._app_protocol = app_protocol
460 isinstance(app_protocol, protocols.BufferedProtocol)
/dports/lang/python39/Python-3.9.9/Lib/asyncio/
H A Dsslproto.py410 def __init__(self, loop, app_protocol, sslcontext, waiter, argument
444 self._set_app_protocol(app_protocol)
456 def _set_app_protocol(self, app_protocol): argument
457 self._app_protocol = app_protocol
459 isinstance(app_protocol, protocols.BufferedProtocol)
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/asyncio/
H A Dsslproto.py411 def __init__(self, loop, app_protocol, sslcontext, waiter, argument
445 self._set_app_protocol(app_protocol)
457 def _set_app_protocol(self, app_protocol): argument
458 self._app_protocol = app_protocol
460 isinstance(app_protocol, protocols.BufferedProtocol)
/dports/lang/python310/Python-3.10.1/Lib/asyncio/
H A Dsslproto.py410 def __init__(self, loop, app_protocol, sslcontext, waiter, argument
444 self._set_app_protocol(app_protocol)
456 def _set_app_protocol(self, app_protocol): argument
457 self._app_protocol = app_protocol
459 isinstance(app_protocol, protocols.BufferedProtocol)
/dports/lang/python311/Python-3.11.0a3/Lib/asyncio/
H A Dsslproto.py410 def __init__(self, loop, app_protocol, sslcontext, waiter, argument
444 self._set_app_protocol(app_protocol)
456 def _set_app_protocol(self, app_protocol): argument
457 self._app_protocol = app_protocol
459 isinstance(app_protocol, protocols.BufferedProtocol)
/dports/net/ndpi/nDPI-92a1be2/src/lib/
H A Dndpi_main.c4905 ret.app_protocol = NDPI_PROTOCOL_MESSENGER; in ndpi_detection_giveup()
4916 if(ret.app_protocol != NDPI_PROTOCOL_UNKNOWN) { in ndpi_detection_giveup()
5217 switch(ret->app_protocol) { in ndpi_reconcile_protocols()
5249 ret->app_protocol = NDPI_PROTOCOL_MSTEAMS; in ndpi_reconcile_protocols()
5498 if(ret.app_protocol == ret.master_protocol) in ndpi_detection_process_packet()
5527 ret.master_protocol = ret.app_protocol; in ndpi_detection_process_packet()
6458 …return((proto.app_protocol != NDPI_PROTOCOL_UNKNOWN) ? proto.app_protocol : proto.master_protocol); in ndpi_get_upper_proto()
6480 ret.app_protocol = rc, in ndpi_guess_undetected_protocol()
6483 if(ret.app_protocol == ret.master_protocol) in ndpi_guess_undetected_protocol()
6497 ret.app_protocol = rc; in ndpi_guess_undetected_protocol()
[all …]
H A Dndpi_utils.c872 … const * const app_protocol_info = ndpi_get_flow_info_by_proto_id(flow, l7_protocol->app_protocol); in ndpi_get_flow_info()
1132 …(l7_protocol.app_protocol != NDPI_PROTOCOL_UNKNOWN ? l7_protocol.app_protocol : l7_protocol.master… in ndpi_dpi2json()
1138 switch(l7_protocol.master_protocol ? l7_protocol.master_protocol : l7_protocol.app_protocol) { in ndpi_dpi2json()
1665 || (proto.app_protocol != NDPI_PROTOCOL_UNKNOWN) in ndpi_is_protocol_detected()
2241 …if(ndpi_is_valid_protoId(proto.master_protocol) && ndpi_is_valid_protoId(proto.app_protocol)) { in ndpi_is_encrypted_proto()
2243 && ndpi_str->proto_defaults[proto.app_protocol].isClearTextProto) ? 0 : 1); in ndpi_is_encrypted_proto()
/dports/net/ndpi/nDPI-92a1be2/python/
H A Dndpi_example.py59 count_protocol[flow.detected_protocol.app_protocol] += flow.packets
204 if valid or flow1.app_protocol is not 0:
207 if flow1.app_protocol is 0:
/dports/cad/stepcode/stepcode-0.8/example/ap203min/
H A Dap203min.cpp548 …SdaiApplication_protocol_definition * app_protocol = ( SdaiApplication_protocol_definition * ) reg… in main() local
549 instance_list->Append( ( SDAI_Application_instance * ) app_protocol, completeSE ); in main()
550 app_protocol->status_( "'international standard'" ); in main()
551 app_protocol->application_protocol_year_( 1994 ); in main()
552 app_protocol->application_interpreted_model_schema_name_( "'config_control_design'" ); in main()
553 app_protocol->application_( app_context ); in main()
/dports/devel/py-asyncio/asyncio-3.4.3/asyncio/
H A Dsslproto.py296 def __init__(self, loop, ssl_protocol, app_protocol): argument
299 self._app_protocol = app_protocol
401 def __init__(self, loop, app_protocol, sslcontext, waiter, argument
425 self._app_protocol = app_protocol
/dports/devel/py-trollius/trollius-2.2/trollius/
H A Dsslproto.py305 def __init__(self, loop, ssl_protocol, app_protocol): argument
308 self._app_protocol = app_protocol
410 def __init__(self, loop, app_protocol, sslcontext, waiter, argument
434 self._app_protocol = app_protocol
/dports/net-mgmt/pmacct/pmacct-1.7.5/src/ndpi/
H A Dndpi.c361 if ((flow->detected_protocol.app_protocol != NDPI_PROTOCOL_UNKNOWN) in pm_ndpi_packet_processing()
375 if (flow->detected_protocol.app_protocol == NDPI_PROTOCOL_UNKNOWN) { in pm_ndpi_packet_processing()
380 if (flow->detected_protocol.app_protocol == NDPI_PROTOCOL_UNKNOWN && !flow->guess_completed) { in pm_ndpi_packet_processing()
451 return (flow->detected_protocol.app_protocol); in pm_ndpi_node_guess_undetected_protocol()
/dports/www/py-gevent-websocket/gevent-websocket-0.10.1/geventwebsocket/
H A Dresource.py75 def app_protocol(self, path): member in Resource
/dports/devel/py-uvloop/uvloop-0.16.0/uvloop/
H A Dsslproto.pyx216 def __init__(self, loop, app_protocol, sslcontext, waiter, argument
254 self._set_app_protocol(app_protocol)
290 cdef _set_app_protocol(self, app_protocol): argument
291 self._app_protocol = app_protocol
292 if (hasattr(app_protocol, 'get_buffer') and
293 not isinstance(app_protocol, aio_Protocol)):
294 self._app_protocol_get_buffer = app_protocol.get_buffer
295 self._app_protocol_buffer_updated = app_protocol.buffer_updated
H A Dsslproto.pxd87 cdef _set_app_protocol(self, app_protocol) argument
/dports/net/ndpi/nDPI-92a1be2/example/
H A DndpiReader.c186 u_int16_t master_protocol /* e.g. HTTP */, app_protocol /* e.g. FaceBook */; member
306 detected_protocol.app_protocol = match.protocol_id; in ndpiCheckHostStringMatch()
1480 || (flow->detected_protocol.app_protocol == NDPI_PROTOCOL_TLS)) { in printFlow()
1539 || (flow->detected_protocol.app_protocol != NDPI_PROTOCOL_UNKNOWN)) in node_print_unknown_proto_walker()
1560 && (flow->detected_protocol.app_protocol == NDPI_PROTOCOL_UNKNOWN)) in node_print_known_proto_walker()
1591 …proto = flow->detected_protocol.app_protocol ? flow->detected_protocol.app_protocol : flow->detect… in node_proto_guess_walker()
1979 flow->detected_protocol.app_protocol),sizeof(proto)); in port_stats_walker()
2802 || (all_flows[i].flow->detected_protocol.app_protocol == NDPI_PROTOCOL_TLS) in printFlowsStats()
2803 || (all_flows[i].flow->detected_protocol.app_protocol == NDPI_PROTOCOL_DOH_DOT) in printFlowsStats()
3334 || (p.app_protocol == extcap_packet_filter) in ndpi_process_packet()
[all …]

12