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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/tipc/
H A Dcore.h70 void tipc_msg_print(struct print_buf*,struct tipc_msg *,const char*);
87 #define msg_dbg(msg, txt) do {if (DBG_OUTPUT != TIPC_NULL) tipc_msg_print(DBG_OUTPUT, msg, txt);} while(0)
H A Dmsg.c44 void tipc_msg_print(struct print_buf *buf, struct tipc_msg *msg, const char *str) function
318 tipc_msg_print(buf,msg_get_wrapped(msg)," /");
321 tipc_msg_print(buf,msg_get_wrapped(msg)," /");
H A Dlink.c135 #define dbg_link_msg(msg, txt) do {if (LINK_LOG_BUF_SIZE) tipc_msg_print(&l_ptr->print_buf, msg, txt); } while(0)
1603 tipc_msg_print(TIPC_OUTPUT, msg, ">RETR-FAIL>");

Completed in 103 milliseconds