Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/lvm2/dist/daemons/clvmd/
H A Dclvmd.c1301 int version_nums[3]; in process_remote_command() local
1304 memcpy(version_nums, msg->args, sizeof(version_nums)); in process_remote_command()
1309 ntohl(version_nums[0]), in process_remote_command()
1310 ntohl(version_nums[1]), ntohl(version_nums[2])); in process_remote_command()
1312 if (ntohl(version_nums[0]) != CLVMD_MAJOR_VERSION) { in process_remote_command()
1319 node, ntohl(version_nums[0]), in process_remote_command()
1320 ntohl(version_nums[1]), ntohl(version_nums[2])); in process_remote_command()
1710 int version_nums[3]; in send_version_message() local
1716 msg->arglen = sizeof(version_nums); in send_version_message()
1718 version_nums[0] = htonl(CLVMD_MAJOR_VERSION); in send_version_message()
[all …]