Searched refs:respin (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/crypto/openssl/apps/
H A Docsp.c136 char *reqin = NULL, *respin = NULL; local
280 } else if (!strcmp(*args, "-respin")) {
283 respin = *args;
475 if (!req && !reqin && !respin && !(port && ridx_filename))
507 "-respin file read DER encoded OCSP reponse from \"file\"\n");
723 } else if (respin) {
724 derbio = BIO_new_file(respin, "rb");
/freebsd-10.1-release/sys/netinet/
H A Dsctp_input.c3573 struct sctp_stream_reset_response *respin)
3663 if (respin == NULL) {
3667 if (ntohs(respin->ph.param_length) < sizeof(struct sctp_stream_reset_response_tsn)) {
3671 resp = (struct sctp_stream_reset_response_tsn *)respin;
3571 sctp_handle_stream_reset_response(struct sctp_tcb *stcb, uint32_t seq, uint32_t action, struct sctp_stream_reset_response *respin) argument

Completed in 169 milliseconds