HomeSort by: relevance | last modified time | path
    Searched refs:our_csid (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/lvm2/dist/daemons/clvmd/
tcp-comms.c 451 static char our_csid[GULM_MAX_CSID_LEN]; local
458 memset(our_csid, 0, sizeof(our_csid));
459 if (get_our_ip_address(our_csid, &family))
464 memcpy(csid, our_csid, GULM_MAX_CSID_LEN);
clvmd.c 70 #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);
1050 send_message(&reply, sizeof(reply), our_csid,
1076 send_message(&reply, sizeof(reply), our_csid,
1130 send_message(&reply, sizeof(reply), our_csid,
1161 send_message(&reply, sizeof(reply), our_csid,
1250 if (memcmp(csid, our_csid, max_csid_len) == 0) {
1328 our_csid,
1572 add_reply_to_list(client, status, our_csid, replybuf, replylen)
    [all...]

Completed in 26 milliseconds