Searched refs:reason_code (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/bsd/wpa/dist/src/ap/ |
H A D | ap_mlme.h | 18 struct sta_info *sta, u16 reason_code); 27 struct sta_info *sta, u16 reason_code);
|
H A D | mbo_ap.c | 50 info->reason_code = buf[len - 1]; in mbo_ap_parse_non_pref_chan() 79 info->reason_code, channels); in mbo_ap_parse_non_pref_chan() 137 info->reason_code); in mbo_ap_get_info()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/ |
H A D | ca.c | 2396 int reason_code = -1; in make_revoked() local 2404 i = unpack_revinfo(&revDate, &reason_code, &hold, &comp_time, str); in make_revoked() 2412 if (rev && (reason_code != OCSP_REVOKED_STATUS_NOSTATUS)) { in make_revoked() 2414 if (rtmp == NULL || !ASN1_ENUMERATED_set(rtmp, reason_code)) in make_revoked() 2431 if (reason_code != OCSP_REVOKED_STATUS_NOSTATUS) in make_revoked() 2493 int reason_code = -1; in unpack_revinfo() local 2534 reason_code = i; in unpack_revinfo() 2538 if (reason_code == OCSP_REVOKED_STATUS_NOSTATUS) { in unpack_revinfo() 2543 if (reason_code == 7) { in unpack_revinfo() 2544 reason_code = OCSP_REVOKED_STATUS_REMOVEFROMCRL; in unpack_revinfo() [all …]
|
/netbsd-src/crypto/external/bsd/openssl/dist/apps/ |
H A D | ca.c | 2472 int reason_code = -1; in make_revoked() local 2480 i = unpack_revinfo(&revDate, &reason_code, &hold, &comp_time, str); in make_revoked() 2488 if (rev && (reason_code != OCSP_REVOKED_STATUS_NOSTATUS)) { in make_revoked() 2490 if (rtmp == NULL || !ASN1_ENUMERATED_set(rtmp, reason_code)) in make_revoked() 2507 if (reason_code != OCSP_REVOKED_STATUS_NOSTATUS) in make_revoked() 2569 int reason_code = -1; in unpack_revinfo() local 2610 reason_code = i; in unpack_revinfo() 2614 if (reason_code == OCSP_REVOKED_STATUS_NOSTATUS) { in unpack_revinfo() 2619 if (reason_code == 7) { in unpack_revinfo() 2620 reason_code = OCSP_REVOKED_STATUS_REMOVEFROMCRL; in unpack_revinfo() [all …]
|
/netbsd-src/sys/dev/pci/ |
H A D | mpiireg.h | 1591 u_int8_t reason_code; member 1618 u_int8_t reason_code; member 1630 u_int8_t reason_code; member 1693 u_int8_t reason_code; member
|
H A D | mpii.c | 1783 switch (ce->reason_code) { in mpii_event_raid() 1824 if (ce->reason_code == in mpii_event_raid() 1826 ce->reason_code == in mpii_event_raid() 1843 if (ce->reason_code == in mpii_event_raid() 2013 if (esd->reason_code == MPII_EVENT_SAS_DISC_REASON_CODE_COMPLETED) { in mpii_event_discovery() 2070 if (evd->reason_code == MPII_EVENT_IR_VOL_RC_STATE_CHANGED) in mpii_event_process() 2076 if (evd->reason_code == MPII_EVENT_IR_VOL_RC_STATUS_CHANGED && in mpii_event_process()
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/cmp/ |
H A D | cmp_msg.c | 150 static int add_crl_reason_extension(X509_EXTENSIONS **pexts, int reason_code) in add_crl_reason_extension() argument 155 if (val != NULL && ASN1_ENUMERATED_set(val, reason_code)) in add_crl_reason_extension()
|
/netbsd-src/sys/netinet/ |
H A D | sctp_output.c | 5261 int *reason_code, argument 5322 *reason_code = 1; 5717 *reason_code = 2; 5964 if ((*num_out == 0) && (*reason_code == 0)) { 5965 *reason_code = 3; 6887 int error, num_out, tot_out, ret, reason_code, burst_cnt, burst_limit; local 6894 reason_code = 0; 6918 (void)sctp_med_chunk_output(inp, stcb, asoc, &num_out, &reason_code, 1, 6957 (void)sctp_med_chunk_output(inp, stcb, asoc, &num_out, &reason_code, 1, &cwnd_full, from_where, 7019 &reason_code, [all...] |