Searched refs:myip (Results 1 – 2 of 2) sorted by relevance
268 char myip[NET_IP_STR_LEN]; /* Sender IP, if not all zeroed. */ member
1480 nodeIp2String(ip,link,hdr->myip); in nodeUpdateAddressIfNeeded()1771 nodeIp2String(node->ip,link,hdr->myip); in clusterProcessPacket()2271 memset(hdr->myip,0,NET_IP_STR_LEN); in clusterBuildMessageHdr()2273 strncpy(hdr->myip,server.cluster_announce_ip,NET_IP_STR_LEN); in clusterBuildMessageHdr()2274 hdr->myip[NET_IP_STR_LEN-1] = '\0'; in clusterBuildMessageHdr()