Home
last modified time | relevance | path

Searched refs:NUM_REASONS (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/tcpdump/
H A Dprint-802_11.c1117 #define NUM_REASONS (sizeof(reason_text) / sizeof(reason_text[0])) macro
1576 (pbody.reason_code < NUM_REASONS) in handle_disassoc()
1654 reason = (pbody.reason_code < NUM_REASONS) in handle_deauth()
/dragonfly/crypto/libressl/apps/openssl/
H A Dca.c2732 #define NUM_REASONS (sizeof(crl_reasons) / sizeof(char *)) macro
2952 for (i = 0; i < NUM_REASONS; i++) { in unpack_revinfo()