Searched refs:_rmnetctl_check_len (Results 1 – 3 of 3) sorted by relevance
/device/moto/shamu/dataservices/rmnetctl/src/ |
D | librmnetctl.c | 218 static inline int _rmnetctl_check_len(int str_len, uint16_t *error_code) { in _rmnetctl_check_len() function 380 if (_rmnetctl_check_len(str_len, error_code) != RMNETCTL_SUCCESS) in rmnet_associate_network_device() 410 if (_rmnetctl_check_len(str_len, error_code) != RMNETCTL_SUCCESS) in rmnet_get_network_device_associated() 447 if (_rmnetctl_check_len(str_len, error_code) != RMNETCTL_SUCCESS) in rmnet_set_link_egress_data_format() 486 if (_rmnetctl_check_len(str_len, error_code) != RMNETCTL_SUCCESS) in rmnet_get_link_egress_data_format() 524 if (_rmnetctl_check_len(str_len, error_code) != RMNETCTL_SUCCESS) in rmnet_set_link_ingress_data_format_tailspace() 561 if (_rmnetctl_check_len(str_len, error_code) != RMNETCTL_SUCCESS) in rmnet_get_link_ingress_data_format_tailspace() 605 if (_rmnetctl_check_len(str_len, error_code) != RMNETCTL_SUCCESS) in rmnet_set_logical_ep_config() 611 if (_rmnetctl_check_len(str_len, error_code) != RMNETCTL_SUCCESS) in rmnet_set_logical_ep_config() 648 if (_rmnetctl_check_len(str_len, error_code) != RMNETCTL_SUCCESS) in rmnet_unset_logical_ep_config() [all …]
|
/device/lge/bullhead/dataservices/rmnetctl/src/ |
D | librmnetctl.c | 236 static inline int _rmnetctl_check_len(size_t str_len, uint16_t *error_code) { in _rmnetctl_check_len() function 403 if (_rmnetctl_check_len(str_len, error_code) != RMNETCTL_SUCCESS) in rmnet_associate_network_device() 434 if (_rmnetctl_check_len(str_len, error_code) != RMNETCTL_SUCCESS) in rmnet_get_network_device_associated() 473 if (_rmnetctl_check_len(str_len, error_code) != RMNETCTL_SUCCESS) in rmnet_set_link_egress_data_format() 513 if (_rmnetctl_check_len(str_len, error_code) != RMNETCTL_SUCCESS) in rmnet_get_link_egress_data_format() 553 if (_rmnetctl_check_len(str_len, error_code) != RMNETCTL_SUCCESS) in rmnet_set_link_ingress_data_format_tailspace() 591 if (_rmnetctl_check_len(str_len, error_code) != RMNETCTL_SUCCESS) in rmnet_get_link_ingress_data_format_tailspace() 637 if (_rmnetctl_check_len(str_len, error_code) != RMNETCTL_SUCCESS) in rmnet_set_logical_ep_config() 643 if (_rmnetctl_check_len(str_len, error_code) != RMNETCTL_SUCCESS) in rmnet_set_logical_ep_config() 681 if (_rmnetctl_check_len(str_len, error_code) != RMNETCTL_SUCCESS) in rmnet_unset_logical_ep_config() [all …]
|
/device/huawei/angler/dataservices/rmnetctl/src/ |
D | librmnetctl.c | 235 static inline int _rmnetctl_check_len(size_t str_len, uint16_t *error_code) { in _rmnetctl_check_len() function 402 if (_rmnetctl_check_len(str_len, error_code) != RMNETCTL_SUCCESS) in rmnet_associate_network_device() 433 if (_rmnetctl_check_len(str_len, error_code) != RMNETCTL_SUCCESS) in rmnet_get_network_device_associated() 472 if (_rmnetctl_check_len(str_len, error_code) != RMNETCTL_SUCCESS) in rmnet_set_link_egress_data_format() 512 if (_rmnetctl_check_len(str_len, error_code) != RMNETCTL_SUCCESS) in rmnet_get_link_egress_data_format() 552 if (_rmnetctl_check_len(str_len, error_code) != RMNETCTL_SUCCESS) in rmnet_set_link_ingress_data_format_tailspace() 590 if (_rmnetctl_check_len(str_len, error_code) != RMNETCTL_SUCCESS) in rmnet_get_link_ingress_data_format_tailspace() 636 if (_rmnetctl_check_len(str_len, error_code) != RMNETCTL_SUCCESS) in rmnet_set_logical_ep_config() 642 if (_rmnetctl_check_len(str_len, error_code) != RMNETCTL_SUCCESS) in rmnet_set_logical_ep_config() 680 if (_rmnetctl_check_len(str_len, error_code) != RMNETCTL_SUCCESS) in rmnet_unset_logical_ep_config() [all …]
|