Home
last modified time | relevance | path

Searched full:stateful (Results 1 – 25 of 99) sorted by relevance

1234

/freebsd/contrib/netbsd-tests/lib/libc/locale/
H A Dt_mbtowc.c75 size_t stateful, ret; in h_mbtowc() local
91 stateful = wctomb(NULL, L'\0'); in h_mbtowc()
93 stateful ? "in" : ""); in h_mbtowc()
97 ATF_REQUIRE(stateful ? ret : !ret); in h_mbtowc()
109 if (stateful) { in h_mbtowc()
112 ATF_REQUIRE(stateful ? ret : !ret); in h_mbtowc()
/freebsd/sys/dev/qat/qat_api/common/compression/include/
H A Ddc_session.h190 /**< Type of the compression request. As stateful mode do not support
196 * stateful operation needs to be resubmitted */
218 /**< Keeps track of number of pending requests on stateful session */
223 /**< Lock used to provide exclusive access for number of stateful
238 * stateful case */
241 * stateful compression or decompression requests */
/freebsd/sys/dev/qat/qat_api/common/compression/
H A Ddc_session.c466 * size is needed for stateful compression.
602 QAT_UTILS_LOG("Stateful sessions are not supported.\n"); in dcInitSession()
606 /* Check for Gen4 and stateful, return error if both exist */ in dcInitSession()
610 QAT_UTILS_LOG("Stateful sessions are not supported for " in dcInitSession()
742 * stateful in dcInitSession()
1043 /* Check if there are stateful pending requests */ in cpaDcResetSession()
1046 "There are %llu stateful requests pending.\n", in cpaDcResetSession()
1178 /* Check if there are stateful pending requests */ in cpaDcRemoveSession()
1181 "There are %llu stateful requests pending.\n", in cpaDcRemoveSession()
H A Ddc_datapath.c271 * only. Stateful Overflow is supported in both in dcCompression_ProcessCallback()
1091 * the stateful request */ in dcSendRequest()
1451 "Invalid session state, stateful sessions " in cpaDcCompressData()
1565 "Invalid session state, stateful sessions " in cpaDcCompressData2()
1603 /* Lock the session to check if there are in-flight stateful in cpaDcCompressData2()
1607 /* Check if there is already one in-flight stateful request */ in cpaDcCompressData2()
1612 "Only one in-flight stateful request supported"); in cpaDcCompressData2()
1787 /* Lock the session to check if there are in-flight stateful in cpaDcDecompressData()
1791 /* Check if there is already one in-flight stateful request */ in cpaDcDecompressData()
1796 "Only one in-flight stateful request supported"); in cpaDcDecompressData()
[all …]
/freebsd/tests/sys/netpfil/pf/
H A Drtable.sh58 # Allow replies coming back to the tester properly via stateful filtering post-routing.
106 # Allow replies coming back to the tester properly via stateful filtering post-routing.
/freebsd/lib/libc/locale/
H A Dwcsftime.c49 * This technique loses in the presence of stateful multibyte encoding if any
51 * stateful encoding is implemented, we will need to reset the state between
/freebsd/sbin/ipf/ipf/
H A Dipf.5548 combined with stateful filtering (see below), the situation changes.
613 .SH Stateful Packet Filtering
614 Stateful packet filtering is where IPFilter remembers some information from
654 When using stateful filtering with TCP it is best to add "flags S" to the
657 information from packets in the middle of a TCP connection to do stateful
679 .SS Stateful filtering options
680 The following options can be used with stateful filtering:
981 When this feature is combined with stateful filtering, it becomes
1139 When using stateful filtering, the log action becomes part of the result
1448 when set, the stateful filtering will create log records
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set_options.pod281 ids. However, OpenSSL allows two modes of ticket operation in TLSv1.3: stateful
283 Stateful tickets mimic the session id behaviour available in TLSv1.2 and below.
292 ticket gets sent to the client at all. In TLSv1.3 a stateful ticket will be
295 In TLSv1.3 it is possible to suppress all tickets (stateful and stateless) from
/freebsd/sys/dev/qat/qat_api/common/include/
H A Dsal_types_compression.h49 * stateful decompression requests.
54 * stateful decompression requests when bFinal is absent
/freebsd/sbin/ipfw/
H A Dipfw.8111 .Ss STATEFUL IPv6/IPv4 NETWORK ADDRESS AND PROTOCOL TRANSLATION
242 .Em stateful
269 .Sx STATEFUL FIREWALL
272 Sections below for more information on the stateful behaviour of
1002 Pass packet to a stateful NAT64 instance (for IPv6/IPv4 network address and
2560 .Sh STATEFUL FIREWALL
2561 Stateful operation is a way for the firewall to dynamically
2564 Support for stateful
3552 .Ss Stateful translation
3555 Stateful NAT64 translation allows IPv6-only clients to contact IPv4 servers
[all …]
/freebsd/secure/lib/libcrypto/man/man3/
H A DSSL_CTX_set_options.3382 ids. However, OpenSSL allows two modes of ticket operation in TLSv1.3: stateful
384 Stateful tickets mimic the session id behaviour available in TLSv1.2 and below.
393 ticket gets sent to the client at all. In TLSv1.3 a stateful ticket will be
396 In TLSv1.3 it is possible to suppress all tickets (stateful and stateless) from
/freebsd/sys/dev/qat/qat_api/include/dc/
H A Dcpa_dc.h148 * specified for stateful and stateless cpaDcCompressData and
161 /**< Used for stateful deflate compression to indicate that all pending
328 * This enumerated list identifies the stateful setting of a session.
329 * A session can be either stateful or stateless.
331 * Stateful sessions are limited to have only one in-flight message per
342 /**< Session will be stateful, implying that state may need to be
427 * For stateful sessions, this is a warning (the input can be adjusted and
592 * both stateful and stateless compress and decompress sessions.
597 /**<True if the Instance supports Stateful LZS compression */
599 /**<True if the Instance supports Stateful LZS decompression */
[all …]
/freebsd/share/man/man5/
H A Dpf.conf.5263 When a packet matches a stateful connection, the seconds to live for the
983 ruleset are evaluated for every packet before stateful filtering.
1348 port of the packets associated with a stateful connection.
1509 A stateful connection is automatically created to track packets matching
1724 For example if an ICMP source quench message referring to a stateful TCP
1747 .Sx STATEFUL TRACKING OPTIONS
1818 will have the user credentials logged when using stateful matching.
2057 For stateful connections, the default is
2067 This is the default setting for stateful connections.
2472 .Sx STATEFUL TRACKING OPTIONS
[all …]
/freebsd/contrib/wireguard-tools/man/
H A Dwg.883 a stateful firewall or NAT mapping valid persistently. For example, if the
172 stateful firewall or NAT mapping valid persistently. For example, if the interface
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_file_os.c74 * Stateful write - use os internal file pointer to determine where to
136 * Stateful read - use os internal file pointer to determine where to
/freebsd/sys/contrib/device-tree/Bindings/mtd/
H A Djedec,spi-nor.txt72 - broken-flash-reset : Some flash devices utilize stateful addressing modes
H A Djedec,spi-nor.yaml69 Some flash devices utilize stateful addressing modes (e.g., for 32-bit
/freebsd/lib/libc/posix1e/
H A Dacl_from_text.3123 These functions may also interfere with stateful
H A Dacl_id_to_name.c52 * XXX USES *PW* AND *GR* WHICH ARE STATEFUL AND THEREFORE THIS ROUTINE
H A Dacl_to_text.3152 These functions may also interfere with stateful
/freebsd/share/man/man4/
H A Dp9fs.482 The 9P protocol relies on stateful file opens
/freebsd/share/doc/psd/27.nfsrpc/
H A Dnfs.rfc.ms79 advantage over stateful servers in the event of a failure. With
83 stateful server, on the other hand, needs to either detect a server
1084 Another problem arises due to the usually stateful open operation.
1143 Notice that the protocol definition implies stateful servers because
/freebsd/sys/netinet/
H A Dip_fw.h125 #define IP_FW_NAT64LSN_CREATE 140 /* Create stateful NAT64 instance */
126 #define IP_FW_NAT64LSN_DESTROY 141 /* Destroy stateful NAT64 instance */
127 #define IP_FW_NAT64LSN_CONFIG 142 /* Modify stateful NAT64 instance */
128 #define IP_FW_NAT64LSN_LIST 143 /* List stateful NAT64 instances */
130 #define IP_FW_NAT64LSN_LIST_STATES 145 /* Get stateful NAT64 states */
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dhook.h10 * It allows hooking the stateful parts of the API to see changes as they
/freebsd/sys/contrib/xz-embedded/linux/Documentation/
H A Dxz.txt27 to buffer) and multi-call (stateful) APIs. The usage of the xz_dec

1234