Home
last modified time | relevance | path

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

/dragonfly/contrib/lvm2/dist/daemons/clvmd/
H A Dtcp-comms.c451 static char our_csid[GULM_MAX_CSID_LEN]; in get_our_gulm_csid() local
458 memset(our_csid, 0, sizeof(our_csid)); in get_our_gulm_csid()
459 if (get_our_ip_address(our_csid, &family)) in get_our_gulm_csid()
464 memcpy(csid, our_csid, GULM_MAX_CSID_LEN); in get_our_gulm_csid()
H A Dclvmd.c70 #define ISLOCAL_CSID(c) (memcmp(c, our_csid, max_csid_len) == 0)
80 static char our_csid[MAX_CSID_LEN]; variable
449 clops->get_our_csid(our_csid); in main()
1049 send_message(&reply, sizeof(reply), our_csid, in read_from_local_sock()
1075 send_message(&reply, sizeof(reply), our_csid, in read_from_local_sock()
1129 send_message(&reply, sizeof(reply), our_csid, in read_from_local_sock()
1160 send_message(&reply, sizeof(reply), our_csid, in read_from_local_sock()
1249 if (memcmp(csid, our_csid, max_csid_len) == 0) { in distribute_command()
1327 our_csid, in process_remote_command()
1571 add_reply_to_list(client, status, our_csid, replybuf, replylen); in process_local_command()
[all …]