Home
last modified time | relevance | path

Searched refs:RMNETCFG_ERR_NUM_START (Results 1 – 2 of 2) sorted by relevance

/device/moto/shamu/dataservices/rmnetctl/cli/
Drmnetcli.h56 #define RMNETCFG_ERR_NUM_START 100 macro
Drmnetcli.c211 if ((error_number >= RMNETCFG_ERR_NUM_START) && in print_rmnetctl_lib_errors()
212 (error_number < RMNETCFG_ERR_NUM_START + RMNETCFG_TOTAL_ERR_MSGS)) { in print_rmnetctl_lib_errors()
214 [error_number - RMNETCFG_ERR_NUM_START]); in print_rmnetctl_lib_errors()