Lines Matching refs:hndl
187 int rmnetctl_init(rmnetctl_hndl_t **hndl, uint16_t *error_code);
195 void rmnetctl_cleanup(rmnetctl_hndl_t *hndl);
212 int rmnet_associate_network_device(rmnetctl_hndl_t *hndl,
232 int rmnet_get_network_device_associated(rmnetctl_hndl_t *hndl,
252 int rmnet_set_link_egress_data_format(rmnetctl_hndl_t *hndl,
273 int rmnet_get_link_egress_data_format(rmnetctl_hndl_t *hndl,
294 int rmnet_set_link_ingress_data_format_tailspace(rmnetctl_hndl_t *hndl,
314 int rmnet_get_link_ingress_data_format_tailspace(rmnetctl_hndl_t *hndl,
320 inline int rmnet_set_link_ingress_data_format(rmnetctl_hndl_t *hndl, in rmnet_set_link_ingress_data_format() argument
325 return rmnet_set_link_ingress_data_format_tailspace(hndl, in rmnet_set_link_ingress_data_format()
332 inline int rmnet_get_link_ingress_data_format(rmnetctl_hndl_t *hndl, in rmnet_get_link_ingress_data_format() argument
337 return rmnet_get_link_ingress_data_format_tailspace(hndl, in rmnet_get_link_ingress_data_format()
361 int rmnet_set_logical_ep_config(rmnetctl_hndl_t *hndl,
383 int rmnet_unset_logical_ep_config(rmnetctl_hndl_t *hndl,
404 int rmnet_get_logical_ep_config(rmnetctl_hndl_t *hndl,
427 int rmnet_new_vnd(rmnetctl_hndl_t *hndl,
448 int rmnet_new_vnd_prefix(rmnetctl_hndl_t *hndl,
468 int rmnet_get_vnd_name(rmnetctl_hndl_t *hndl,
491 int rmnet_add_del_vnd_tc_flow(rmnetctl_hndl_t *hndl,