HomeSort by: relevance | last modified time | path
    Searched defs:check_bytes (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
verify_krb5_conf.c 70 check_bytes(krb5_context context, const char *path, char *data) function
574 { "max-kdc-datagram-reply-length", krb5_config_string, check_bytes, 0 },
575 { "max-request", krb5_config_string, check_bytes, 0 },
  /src/external/bsd/nsd/dist/simdzone/src/generic/
types.h 70 static really_inline int32_t check_bytes( function
84 #define check_int8(...) check_bytes(__VA_ARGS__, sizeof(uint8_t))
86 #define check_int16(...) check_bytes(__VA_ARGS__, sizeof(uint16_t))
88 #define check_int32(...) check_bytes(__VA_ARGS__, sizeof(uint32_t))
90 #define check_int64(...) check_bytes(__VA_ARGS__, sizeof(uint64_t))
92 #define check_ip4(...) check_bytes(__VA_ARGS__, 4)
94 #define check_ip6(...) check_bytes(__VA_ARGS__, 16)
96 #define check_ilnp64(...) check_bytes(__VA_ARGS__, sizeof(uint64_t))

Completed in 26 milliseconds