Home
last modified time | relevance | path

Searched defs:check_type (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/xz-embedded/linux/lib/xz/
H A Dxz_dec_stream.c14 # define IS_CRC64(check_type) ((check_type) == XZ_CHECK_CRC64) argument
16 # define IS_CRC64(check_type) false argument
60 enum xz_check check_type; member
/f-stack/freebsd/net/
H A Dieee8023ad_lacp.c2056 const struct tlv_template *tmpl, boolean_t check_type) in tlv_check()
/f-stack/dpdk/examples/l2fwd-crypto/
H A Dmain.c1789 check_type(const struct l2fwd_crypto_options *options, in check_type() function