Home
last modified time | relevance | path

Searched refs:RMNETCTL_INVALID_ARG (Results 1 – 3 of 3) sorted by relevance

/device/google/marlin/dataservices/rmnetctl/src/
Dlibrmnetctl.c218 int return_code = RMNETCTL_INVALID_ARG; in _rmnetctl_check_dev_name()
320 return_code = RMNETCTL_INVALID_ARG; in rmnetctl_init()
394 return_code = RMNETCTL_INVALID_ARG; in rmnet_associate_network_device()
428 return_code = RMNETCTL_INVALID_ARG; in rmnet_get_network_device_associated()
470 return_code = RMNETCTL_INVALID_ARG; in rmnet_set_link_egress_data_format()
512 return_code = RMNETCTL_INVALID_ARG; in rmnet_get_link_egress_data_format()
556 return_code = RMNETCTL_INVALID_ARG; in rmnet_set_link_ingress_data_format_tailspace()
595 return_code = RMNETCTL_INVALID_ARG; in rmnet_get_link_ingress_data_format_tailspace()
646 return_code = RMNETCTL_INVALID_ARG; in rmnet_set_logical_ep_config()
690 return_code = RMNETCTL_INVALID_ARG; in rmnet_unset_logical_ep_config()
[all …]
/device/google/marlin/dataservices/rmnetctl/cli/
Drmnetcli.c62 print_rmnet_api_status(RMNETCTL_INVALID_ARG, RMNETCTL_CFG_FAILURE_NO_COMMAND); \
64 return RMNETCTL_INVALID_ARG; \
237 else if (return_code == RMNETCTL_INVALID_ARG) in print_rmnet_api_status()
/device/google/marlin/dataservices/rmnetctl/inc/
Dlibrmnetctl.h51 #define RMNETCTL_INVALID_ARG 3 macro