Home | History | Annotate | Download | only in inc

Lines Matching refs:hndl

143 int rmnetctl_init(rmnetctl_hndl_t **hndl, uint16_t *error_code);
151 void rmnetctl_cleanup(rmnetctl_hndl_t *hndl);
168 int rmnet_associate_network_device(rmnetctl_hndl_t *hndl,
188 int rmnet_get_network_device_associated(rmnetctl_hndl_t *hndl,
208 int rmnet_set_link_egress_data_format(rmnetctl_hndl_t *hndl,
229 int rmnet_get_link_egress_data_format(rmnetctl_hndl_t *hndl,
250 int rmnet_set_link_ingress_data_format_tailspace(rmnetctl_hndl_t *hndl,
270 int rmnet_get_link_ingress_data_format_tailspace(rmnetctl_hndl_t *hndl,
276 inline int rmnet_set_link_ingress_data_format(rmnetctl_hndl_t *hndl,
281 return rmnet_set_link_ingress_data_format_tailspace(hndl,
288 inline int rmnet_get_link_ingress_data_format(rmnetctl_hndl_t *hndl,
293 return rmnet_get_link_ingress_data_format_tailspace(hndl,
317 int rmnet_set_logical_ep_config(rmnetctl_hndl_t *hndl,
339 int rmnet_unset_logical_ep_config(rmnetctl_hndl_t *hndl,
359 int rmnet_get_logical_ep_config(rmnetctl_hndl_t *hndl,
370 * @param hndl RmNet handle for the Netlink message
381 int rmnet_new_vnd(rmnetctl_hndl_t *hndl,
390 * @param hndl RmNet handle for the Netlink message
402 int rmnet_new_vnd_prefix(rmnetctl_hndl_t *hndl,
409 * @param hndl RmNet handle for the Netlink message
422 int rmnet_get_vnd_name(rmnetctl_hndl_t *hndl,
445 int rmnet_add_del_vnd_tc_flow(rmnetctl_hndl_t *hndl,