Home
last modified time | relevance | path

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

/linux/net/tipc/
H A Dlink.c486 char peer_str[NODE_ID_STR_LEN] = {0,}; in tipc_link_create() local
501 tipc_nodeid2string(peer_str, peer_id); in tipc_link_create()
502 if (strlen(peer_str) > 16) in tipc_link_create()
503 sprintf(peer_str, "%x", peer); in tipc_link_create()
507 self_str, if_name, peer_str); in tipc_link_create()
571 char peer_str[NODE_ID_STR_LEN] = {0,}; in tipc_link_bc_create() local
573 tipc_nodeid2string(peer_str, peer_id); in tipc_link_bc_create()
574 if (strlen(peer_str) > 16) in tipc_link_bc_create()
575 sprintf(peer_str, "%x", peer); in tipc_link_bc_create()
578 peer_str); in tipc_link_bc_create()