Searched refs:version (Results 551 - 575 of 1760) sorted by relevance

<<21222324252627282930>>

/freebsd-10.2-release/sys/rpc/
H A Drpcb_clnt.c104 * Also, this routine can be used to set the use of portmapper version 2
535 * Set a mapping between program, version and address.
539 rpcb_set(rpcprog_t program, rpcvers_t version, argument
577 parms.r_vers = version;
601 * Remove the mapping between program, version and netbuf address.
607 rpcb_unset(rpcprog_t program, rpcvers_t version, const struct netconfig *nconf) argument
622 parms.r_vers = version;
726 * version 2 (portmap), 4 and then 3 (svr4). This order should be
728 * that time, version 4 would be available on many machines on the network.
730 * obsoleting version
[all...]
/freebsd-10.2-release/crypto/openssl/ssl/
H A Dssl_sess.c53 * The licence and distribution terms for any publically available version or
426 if (s->version == SSL2_VERSION) {
429 } else if (s->version == SSL3_VERSION) {
432 } else if (s->version == TLS1_VERSION) {
435 } else if (s->version == TLS1_1_VERSION) {
438 } else if (s->version == TLS1_2_VERSION) {
441 } else if (s->version == DTLS1_BAD_VER) {
444 } else if (s->version == DTLS1_VERSION) {
501 if ((tmp < ss->session_id_length) && (s->version == SSL2_VERSION))
567 ss->ssl_version = s->version;
[all...]
H A Dssl_asn1.c53 * The licence and distribution terms for any publically available version or
93 ASN1_INTEGER version; member in struct:ssl_session_asn1_st
151 a.version.length = LSIZE2;
152 a.version.type = V_ASN1_INTEGER;
153 a.version.data = ibuf1;
154 ASN1_INTEGER_set(&(a.version), SSL_SESSION_ASN1_VERSION);
271 M_ASN1_I2D_len(&(a.version), i2d_ASN1_INTEGER);
324 M_ASN1_I2D_put(&(a.version), i2d_ASN1_INTEGER);
402 /* we don't care about the version right now :-) */
H A Dt1_enc.c53 * The licence and distribution terms for any publically available version or
410 if (s->version != DTLS1_VERSION)
448 if (s->version != DTLS1_VERSION)
686 && s->method->version <= TLS1_VERSION) {
744 if (s->version >= TLS1_1_VERSION
792 if (s->version == DTLS1_VERSION || s->version == DTLS1_BAD_VER) {
808 buf[9] = (unsigned char)(s->version >> 8);
809 buf[10] = (unsigned char)(s->version);
1013 if (ssl->version
[all...]
H A Ds2_srvr.c53 * The licence and distribution terms for any publically available version or
187 s->version = SSL2_VERSION;
449 s->msg_callback(0, s->version, 0, p, (size_t)len, s,
595 if (i < s->version)
596 s->version = i;
629 s->msg_callback(0, s->version, 0, p, (size_t)len, s,
796 s2n(s->version, p); /* version */
803 s2n(s->version, p); /* version */
[all...]
H A Dd1_clnt.c110 * The licence and distribution terms for any publically available version or
211 if ((s->version & 0xff00) != (DTLS1_VERSION & 0xff00) &&
212 (s->version & 0xff00) != (DTLS1_BAD_VER & 0xff00)) {
219 /* s->version=SSL3_VERSION; */
801 if ((s->session == NULL) || (s->session->ssl_version != s->version) ||
826 *(p++) = s->version >> 8;
827 *(p++) = s->version & 0xff;
828 s->client_version = s->version;
936 if ((data[0] != (s->version >> 8)) || (data[1] != (s->version
[all...]
H A Dt1_lib.c53 * The licence and distribution terms for any publically available version or
173 s->version = s->method->version;
559 if (s->s3->client_opaque_prf_input != NULL && s->version != DTLS1_VERSION) {
576 s->version != DTLS1_VERSION) {
717 if (s->version == SSL3_VERSION && !s->s3->send_connection_binding)
798 if (s->s3->server_opaque_prf_input != NULL && s->version != DTLS1_VERSION) {
1218 s->version != DTLS1_VERSION) {
1272 s->version != DTLS1_VERSION) {
1551 s->version !
[all...]
/freebsd-10.2-release/contrib/ntp/ntpd/
H A Dntp_peer.c564 u_char version,
613 return newpeer(srcadr, hostname, dstadr, hmode, version,
683 p->version, p->minpoll, p->maxpoll, p->flags, p->cast_flags,
756 u_char version,
859 peer->version = version;
975 peer->version, peer->minpoll, peer->maxpoll, peer->flags,
559 peer_config( sockaddr_u * srcadr, const char * hostname, endpt * dstadr, u_char hmode, u_char version, u_char minpoll, u_char maxpoll, u_int flags, u_int32 ttl, keyid_t key, const char * ident ) argument
751 newpeer( sockaddr_u * srcadr, const char * hostname, endpt * dstadr, u_char hmode, u_char version, u_char minpoll, u_char maxpoll, u_int flags, u_char cast_flags, u_int32 ttl, keyid_t key, const char * ident ) argument
/freebsd-10.2-release/crypto/openssh/contrib/redhat/
H A Dopenssh.spec76 Source0: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz
82 BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
109 Requires: openssh = %{version}-%{release}
117 Requires: openssh = %{version}-%{release}, chkconfig >= 0.9
125 Requires: openssh = %{version}-%{release}
131 Requires: openssh = %{version}-%{release}
141 OpenSSH is OpenBSD's version of the last free version of SSH, bringing
150 OpenSSH is a free version of SSH (Secure SHell), a program for logging
156 OpenSSH is a free version o
[all...]
/freebsd-10.2-release/tools/tools/shlib-compat/
H A Dshlib-compat.py35 version = '0.1' variable in class:Config
174 #{{{ symbols and version maps
177 def __init__(self, name, offset, version, lib):
180 self.version = version
186 return self.name + '@' + self.version
189 return "Symbol(%s, 0x%x, %s)" % (self.name, self.offset, self.version)
193 if origsym.name != newsym.name or origsym.version != newsym.version:
199 self.version
[all...]
/freebsd-10.2-release/contrib/groff/src/devices/grops/
H A Dpsrm.cpp10 Software Foundation; either version 2, or (at your option) any later
11 version.
130 string version; member in struct:resource
143 version.move(v);
163 print_ps_string(version, outfp);
195 string &version,
202 && r->version == version
205 r = new resource(type, name, version, revision);
211 // Just a specialized version o
193 lookup_resource(resource_type type, string &name, string &version, unsigned revision) argument
[all...]
/freebsd-10.2-release/crypto/openssh/contrib/suse/
H A Dopenssh.spec8 # The version of x11-ssh-askpass to use
19 Source0: openssh-%{version}.tar.gz
23 BuildRoot: %{_tmppath}/openssh-%{version}-buildroot
44 Requires: openssh = %{version}
59 OpenSSH is OpenBSD's rework of the last free version of SSH, bringing it
73 OpenSSH is OpenBSD's rework of the last free version of SSH, bringing it
81 - Removed accidental inclusion of --without-zlib-version-check
/freebsd-10.2-release/contrib/gcc/
H A Dlibgcov.c10 Software Foundation; either version 2, or (at your option) any later
11 version.
15 compiled version of this file into combinations with other programs,
134 gcov_version (struct gcov_info *ptr, gcov_unsigned_t version, argument
137 if (version != GCOV_VERSION)
141 GCOV_UNSIGNED2STRING (v, version);
540 if (!info->version)
542 if (gcov_version (info, info->version, 0))
576 info->version = 0;
/freebsd-10.2-release/contrib/libstdc++/src/
H A DMakefile.am6 ## This file is part of the libstdc++ version 3 distribution.
12 ## Free Software Foundation; either version 2, or (at your option)
13 ## any later version.
36 if grep '^# Appended to version file.' \
48 version_arg = -Wl,--version-script=libstdc++-symbols.ver
52 version_arg = -Wl,--version-script=libstdc++-symbols.ver
188 -version-info $(libtool_VERSION) ${version_arg} -lm
/freebsd-10.2-release/crypto/heimdal/lib/roken/
H A DMakefile.am11 libroken_la_LDFLAGS = -version-info 19:0:1
15 libroken_la_LDFLAGS += $(LDFLAGS_VERSION_SCRIPT)$(srcdir)/version-script.map
239 version-script.map
/freebsd-10.2-release/contrib/wpa/src/eap_server/
H A Deap_server_sake.c116 sake->version = EAP_SAKE_VERSION;
256 u8 version, session_id, subtype; local
266 version = resp->version;
270 if (version != EAP_SAKE_VERSION) {
271 wpa_printf(MSG_INFO, "EAP-SAKE: Unknown version %d", version);
/freebsd-10.2-release/crypto/openssl/crypto/cms/
H A Dcms_env.c93 cms->d.envelopedData->version = 0;
182 ktri->version = 2;
183 if (env->version < 2)
184 env->version = 2;
187 ktri->version = 0;
524 kekri->version = 4;
/freebsd-10.2-release/sbin/savecore/
H A Dsavecore.c383 * Specialized version of dump-reading logic for use with textdumps, which
501 if (dtoh32(kdhl.version) != KERNELDUMP_TEXT_VERSION) {
503 "unknown version (%d) in last dump header on %s",
504 dtoh32(kdhl.version), device);
512 if (dtoh32(kdhl.version) != KERNELDUMPVERSION) {
514 "unknown version (%d) in last dump header on %s",
515 dtoh32(kdhl.version), device);
540 if (dtoh32(kdhl.version) != KERNELDUMPVERSION) {
542 "unknown version (%d) in last dump header on %s",
543 dtoh32(kdhl.version), devic
[all...]
/freebsd-10.2-release/contrib/gcc/config/rs6000/
H A Dtramp.asm8 * Free Software Foundation; either version 2, or (at your option) any
9 * later version.
13 * compiled version of this file with other programs, and to distribute
H A Ddarwin-fpsave.asm7 * Free Software Foundation; either version 2, or (at your option) any
8 * later version.
12 * compiled version of this file with other programs, and to distribute
H A Ddarwin-tramp.asm8 * Free Software Foundation; either version 2, or (at your option) any
9 * later version.
13 * compiled version of this file with other programs, and to distribute
H A Ddarwin-vecsave.asm7 * Free Software Foundation; either version 2, or (at your option) any
8 * later version.
12 * compiled version of this file with other programs, and to distribute
/freebsd-10.2-release/contrib/gcc/config/sparc/
H A Dsol2-c1.asm8 ! Free Software Foundation; either version 2, or (at your option) any
9 ! later version.
13 ! compiled version of this file with other programs, and to distribute
/freebsd-10.2-release/sys/geom/mountver/
H A Dg_mountver.c76 .version = G_VERSION,
566 uint32_t *version; local
570 version = gctl_get_paraml(req, "version", sizeof(*version));
571 if (version == NULL) {
572 gctl_error(req, "No '%s' argument.", "version");
575 if (*version != G_MOUNTVER_VERSION) {
/freebsd-10.2-release/sys/geom/nop/
H A Dg_nop.c60 .version = G_VERSION,
577 uint32_t *version; local
581 version = gctl_get_paraml(req, "version", sizeof(*version));
582 if (version == NULL) {
583 gctl_error(req, "No '%s' argument.", "version");
586 if (*version != G_NOP_VERSION) {

Completed in 139 milliseconds

<<21222324252627282930>>