OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RMNETCFG_ERR_NUM_START
(Results
1 - 2
of
2
) sorted by null
/device/moto/shamu/dataservices/rmnetctl/cli/
rmnetcli.h
56
#define
RMNETCFG_ERR_NUM_START
100
rmnetcli.c
211
if ((error_number >=
RMNETCFG_ERR_NUM_START
) &&
212
(error_number <
RMNETCFG_ERR_NUM_START
+ RMNETCFG_TOTAL_ERR_MSGS)) {
214
[error_number -
RMNETCFG_ERR_NUM_START
]);
Completed in 75 milliseconds