Home
last modified time | relevance | path

Searched refs:HAST_PROTO_VERSION (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/sbin/hastd/
HDhast_proto.c111 hdr.version = res != NULL ? res->hr_version : HAST_PROTO_VERSION; in hast_proto_send()
143 if (hdr.version > HAST_PROTO_VERSION) { in hast_proto_recv_hdr()
HDhast.h58 #define HAST_PROTO_VERSION 2 macro
HDhastd.c922 if (version > HAST_PROTO_VERSION) { in listen_accept()
924 version, (unsigned char)HAST_PROTO_VERSION); in listen_accept()
925 version = HAST_PROTO_VERSION; in listen_accept()
1326 HAST_PROTO_VERSION); in main()
HDprimary.c663 nv_add_uint8(nvout, HAST_PROTO_VERSION, "version"); in init_remote()
700 if (version > HAST_PROTO_VERSION) { in init_remote()