Searched full:pluggable (Results 1 – 25 of 123) sorted by relevance
12345
2 * util/ub_event_pluggable.c - call registered pluggable event functions39 * This file contains an implementation for the indirection layer for pluggable40 * events that calls the registered pluggable event loop. It also defines a41 * default pluggable event loop based on the default libevent (compatibility)152 return "pluggable-event"PACKAGE_VERSION; in ub_event_get_version()442 *n = "pluggable-event"; in ub_get_event_sys()447 *n = "pluggable-event"; in ub_get_event_sys()457 *n = "pluggable-event"; in ub_get_event_sys()460 *n = "pluggable-libev"; in ub_get_event_sys()467 *n = "pluggable-libevent"; in ub_get_event_sys()
2 * util/ub_event.h - indirection layer for pluggable events63 * daemon compile, and will be "pluggable-event<PACKAGE_VERSION>" for 67 /** Return the name, system and method for the pluggable event base */
22 a pluggable record layer interface to be implemented to enable this to be less24 interactions between TLS, DTLS, KTLS and the planned QUIC protocols. The pluggable36 * The minimum viable product (MVP) for the next release is a pluggable record47 it should be possible for external libraries to be able to use the pluggable189 * a pluggable record layer (not public for MVP)
5 use of pluggable QUIC congestion controllers in the future. The interface is53 The congestion control API may be revised to allow pluggable congestion
47 requires a pluggable record layer interface to be implemented to enable this50 pluggable record layer interface will be internal only for MVP and be public53 * The minimum viable product (MVP) for the next release is a pluggable record59 it should be possible for external libraries to be able to use the pluggable64 * a pluggable record layer (not public for MVP)
23 .Nd Pluggable Authentication Modules Library63 The Pluggable Authentication Modules (PAM) library abstracts a number253 .%T "X/Open Single Sign-On Service (XSSO) - Pluggable Authentication Modules"
30 .Nd Pluggable Authentication Modules Library120 .%T "X/Open Single Sign-On Service (XSSO) - Pluggable Authentication Modules"
36 .%T "X/Open Single Sign-On Service (XSSO) - Pluggable Authentication Modules"
39 .%T "X/Open Single Sign-On Service (XSSO) - Pluggable Authentication Modules"
43 .%T "X/Open Single Sign-On Service (XSSO) - Pluggable Authentication Modules"
45 .%T "X/Open Single Sign-On Service (XSSO) - Pluggable Authentication Modules"
51 .%T "X/Open Single Sign-On Service (XSSO) - Pluggable Authentication Modules"
52 .%T "X/Open Single Sign-On Service (XSSO) - Pluggable Authentication Modules"
59 .%T "X/Open Single Sign-On Service (XSSO) - Pluggable Authentication Modules"
53 .%T "X/Open Single Sign-On Service (XSSO) - Pluggable Authentication Modules"
57 .%T "X/Open Single Sign-On Service (XSSO) - Pluggable Authentication Modules"
40 * pluggable event bases.77 /** magic number to identify this version of the pluggable event api */110 * A user defined pluggable event base is registered by providing a162 * An "object" comprising a user defined pluggable event.179 * @param base: the pluggable event base that the caller has created.
2 /* include/k5-tls.h - internal pluggable interface for TLS */34 * This internal pluggable interface allows libkrb5 to load an in-tree module
29 * Small Form Factor (SFF) Committee Pluggable (SFP) Transceiver (FDT-based).74 device_set_desc(dev, "Small Form-factor Pluggable Transceiver"); in sfp_fdt_probe()
9 // Defines a registry template for discovering pluggable modules.41 /// pluggable components (like targets or garbage collectors) "just work" when
410 SFF_8024_ID_QSFP_DD = 0x18, /* QSFP-DD 8X Pluggable Transceiver */411 SFF_8024_ID_OSFP8X = 0x19, /* OSFP 8X Pluggable Transceiver */412 SFF_8024_ID_SFP_DD = 0x1A, /* SFP-DD 2X Pluggable Transceiver */413 SFF_8024_ID_DSFP = 0x1B, /* DSFP Dual SFF Pluggable Transceiver */
189 /* JRS - Pluggable Congestion Control Socket option */191 /* RS - Pluggable Stream Scheduling Socket option */283 /* JRS - Supported congestion control modules for pluggable306 /* RS - Supported stream scheduling modules for pluggable
10 COMMENT= BSD-licensed implementation of Pluggable Authentication Modules