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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/tipc/
H A Dtipc_msg.h185 static inline u32 msg_destnode(struct tipc_msg *m) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/tipc/
H A Dport.h159 return msg_destnode(&p_ptr->publ.phdr);
H A Dmsg.c288 msg_destnode(msg), msg_destport(msg));
298 tipc_printf(buf, ":DNOD(%x):", msg_destnode(msg));
H A Dnet.c228 dnode = msg_short(msg) ? tipc_own_addr : msg_destnode(msg);
H A Dbcast.c436 if (msg_destnode(msg) == tipc_own_addr) {
448 tipc_bclink_peek_nack(msg_destnode(msg),
H A Dmsg.h280 return(msg_short(m) || (msg_destnode(m) == d));
287 return(msg_destnode(m) ^ msg_orignode(m)) >> 11;
H A Dport.c72 return msg_destnode(&p_ptr->publ.phdr);
419 msg_expand(&tp_ptr->phdr, msg_destnode(&tp_ptr->phdr));
463 msg_set_orignode(rmsg, msg_destnode(msg));
1380 destnode = msg_destnode(msg);
H A Dlink.c1326 TIPC_OK, INT_H_SIZE, msg_destnode(hdr));
1766 (msg_destnode(msg) != tipc_own_addr)))
2550 u32 destaddr = msg_destnode(inmsg);

Completed in 169 milliseconds