Lines Matching defs:node
39 #include "node.h"
901 u32 node, depth, type, lowbound, upbound;
903 " node"};
952 node = nla_get_u32(publ[TIPC_NLA_PUBL_NODE]);
953 sprintf(port_str, "<%u.%u.%u:%u>", tipc_zone(node), tipc_cluster(node),
954 tipc_node(node), nla_get_u32(publ[TIPC_NLA_PUBL_REF]));
1058 u32 node;
1068 node = nla_get_u32(con[TIPC_NLA_CON_NODE]);
1070 tipc_zone(node),
1071 tipc_cluster(node),
1072 tipc_node(node),
1116 struct nlattr *node[TIPC_NLA_NODE_MAX + 1];
1122 err = nla_parse_nested_deprecated(node, TIPC_NLA_NODE_MAX,
1127 node_info.addr = htonl(nla_get_u32(node[TIPC_NLA_NODE_ADDR]));
1128 node_info.up = htonl(nla_get_flag(node[TIPC_NLA_NODE_UP]));