Searched refs:tipc_cfg_append_tlv (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/tipc/
H A Dconfig.h46 int tipc_cfg_append_tlv(struct sk_buff *buf, int tlv_type,
H A Dconfig.c89 int tipc_cfg_append_tlv(struct sk_buff *buf, int tlv_type, function
96 dbg("tipc_cfg_append_tlv unable to append TLV\n");
115 tipc_cfg_append_tlv(buf, tlv_type, &value_net,
128 tipc_cfg_append_tlv(buf, tlv_type, string, string_len);
H A Dnode.c601 tipc_cfg_append_tlv(buf, TIPC_TLV_NODE_INFO,
643 tipc_cfg_append_tlv(buf, TIPC_TLV_LINK_INFO, &link_info, sizeof(link_info));
658 tipc_cfg_append_tlv(buf, TIPC_TLV_LINK_INFO,
H A Dbearer.c222 tipc_cfg_append_tlv(buf, TIPC_TLV_MEDIA_NAME, m_ptr->name,
339 tipc_cfg_append_tlv(buf, TIPC_TLV_BEARER_NAME,

Completed in 43 milliseconds