Searched refs:peer_str (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/net/tipc/ |
| H A D | link.c | 479 char peer_str[NODE_ID_STR_LEN] = {0,}; in tipc_link_create() local 494 tipc_nodeid2string(peer_str, peer_id); in tipc_link_create() 495 if (strlen(peer_str) > 16) in tipc_link_create() 496 sprintf(peer_str, "%x", peer); in tipc_link_create() 500 self_str, if_name, peer_str); in tipc_link_create() 559 char peer_str[NODE_ID_STR_LEN] = {0,}; in tipc_link_bc_create() local 561 tipc_nodeid2string(peer_str, peer_id); in tipc_link_bc_create() 562 if (strlen(peer_str) > 16) in tipc_link_bc_create() 563 sprintf(peer_str, "%x", peer); in tipc_link_bc_create() 566 peer_str); in tipc_link_bc_create()
|