HomeSort by relevance Sort by last modified time
    Searched refs:rmnetctl_hndl_t (Results 1 - 2 of 2) sorted by null

  /device/moto/shamu/dataservices/rmnetctl/inc/
librmnetctl.h 130 typedef struct rmnetctl_hndl_s rmnetctl_hndl_t; typedef in typeref:struct:rmnetctl_hndl_s
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
    [all...]
  /device/moto/shamu/dataservices/rmnetctl/src/
librmnetctl.c 91 static int rmnetctl_transact(rmnetctl_hndl_t *hndl,
292 int rmnetctl_init(rmnetctl_hndl_t **hndl, uint16_t *error_code)
301 *hndl = (rmnetctl_hndl_t *)malloc(sizeof(rmnetctl_hndl_t));
307 memset(*hndl, 0, sizeof(rmnetctl_hndl_t));
350 void rmnetctl_cleanup(rmnetctl_hndl_t *hndl)
358 int rmnet_associate_network_device(rmnetctl_hndl_t *hndl,
393 int rmnet_get_network_device_associated(rmnetctl_hndl_t *hndl,
426 int rmnet_set_link_egress_data_format(rmnetctl_hndl_t *hndl,
466 int rmnet_get_link_egress_data_format(rmnetctl_hndl_t *hndl
    [all...]

Completed in 923 milliseconds