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

  /device/moto/shamu/dataservices/rmnetctl/inc/
librmnetctl.h 240 * @param ingress_flags Ingress flags from the device
251 uint32_t ingress_flags,
261 * @param ingress_flags Ingress flags from the device
272 uint32_t *ingress_flags,
277 uint32_t ingress_flags,
282 ingress_flags,
290 uint32_t *ingress_flags,
295 ingress_flags,
  /device/moto/shamu/dataservices/rmnetctl/cli/
rmnetcli.c 127 printf("rmnetcli setlidf <ingress_flags> Sets the ingress");
129 printf(_2TABS" <dev_name> link. ingress_flags is 4");
142 printf(_5TABS" integer ingress_flags\n\n");
303 uint32_t ingress_flags; local
306 handle, argv[1], &ingress_flags, &tail_spacing, &error_number);
308 printf("ingress_flags is %u\n", ingress_flags);
  /device/moto/shamu/dataservices/rmnetctl/src/
librmnetctl.c 505 uint32_t ingress_flags,
526 request.data_format.flags = ingress_flags;
543 uint32_t *ingress_flags,
571 if (ingress_flags)
572 *ingress_flags = response.data_format.flags;

Completed in 8475 milliseconds