Searched refs:peer_str (Results 1 - 1 of 1) sorted by relevance

/linux-master/net/tipc/
H A Dlink.c493 char peer_str[NODE_ID_STR_LEN] = {0,}; local
508 tipc_nodeid2string(peer_str, peer_id);
509 if (strlen(peer_str) > 16)
510 sprintf(peer_str, "%x", peer);
514 self_str, if_name, peer_str);
578 char peer_str[NODE_ID_STR_LEN] = {0,}; local
580 tipc_nodeid2string(peer_str, peer_id);
581 if (strlen(peer_str) > 16)
582 sprintf(peer_str, "%x", peer);
585 peer_str);
[all...]

Completed in 219 milliseconds