Home
last modified time | relevance | path

Searched refs:TIPC_CFG_INVALID_VALUE (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/net/tipc/
Dconfig.c180 return tipc_cfg_reply_error_string(TIPC_CFG_INVALID_VALUE in cfg_set_own_addr()
223 return tipc_cfg_reply_error_string(TIPC_CFG_INVALID_VALUE in cfg_set_max_publications()
238 return tipc_cfg_reply_error_string(TIPC_CFG_INVALID_VALUE in cfg_set_max_subscriptions()
254 return tipc_cfg_reply_error_string(TIPC_CFG_INVALID_VALUE in cfg_set_max_ports()
273 return tipc_cfg_reply_error_string(TIPC_CFG_INVALID_VALUE in cfg_set_netid()
Dnode.c389 return tipc_cfg_reply_error_string(TIPC_CFG_INVALID_VALUE in tipc_node_get_nodes()
440 return tipc_cfg_reply_error_string(TIPC_CFG_INVALID_VALUE in tipc_node_get_links()
Dlog.c308 return tipc_cfg_reply_error_string(TIPC_CFG_INVALID_VALUE in tipc_log_resize_cmd()
/linux-2.6.39/include/linux/
Dtipc_config.h235 #define TIPC_CFG_INVALID_VALUE "\x85" /* request has invalid argument value */ macro