Searched refs:tipc_cfg_reply_unsigned (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/tipc/
H A Dconfig.h56 static inline struct sk_buff *tipc_cfg_reply_unsigned(u32 value) function
H A Dconfig.c454 rep_tlv_buf = tipc_cfg_reply_unsigned(tipc_remote_management);
457 rep_tlv_buf = tipc_cfg_reply_unsigned(tipc_max_ports);
460 rep_tlv_buf = tipc_cfg_reply_unsigned(tipc_max_publications);
463 rep_tlv_buf = tipc_cfg_reply_unsigned(tipc_max_subscriptions);
466 rep_tlv_buf = tipc_cfg_reply_unsigned(tipc_max_zones);
469 rep_tlv_buf = tipc_cfg_reply_unsigned(tipc_max_clusters);
472 rep_tlv_buf = tipc_cfg_reply_unsigned(tipc_max_nodes);
475 rep_tlv_buf = tipc_cfg_reply_unsigned(tipc_max_slaves);
478 rep_tlv_buf = tipc_cfg_reply_unsigned(tipc_net_id);

Completed in 46 milliseconds