Home | History | Annotate | Download | only in inc

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,
325 return rmnet_set_link_ingress_data_format_tailspace(hndl,
332 inline int rmnet_get_link_ingress_data_format(rmnetctl_hndl_t *hndl,
337 return rmnet_get_link_ingress_data_format_tailspace(hndl,
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,
416 * @param hndl RmNet handle for the Netlink message
427 int rmnet_new_vnd(rmnetctl_hndl_t *hndl,
436 * @param hndl RmNet handle for the Netlink message
448 int rmnet_new_vnd_prefix(rmnetctl_hndl_t *hndl,
455 * @param hndl RmNet handle for the Netlink message
468 int rmnet_get_vnd_name(rmnetctl_hndl_t *hndl,
491 int rmnet_add_del_vnd_tc_flow(rmnetctl_hndl_t *hndl,