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

  /device/google/marlin/dataservices/rmnetctl/inc/
librmnetctl.h 284 * @param ingress_flags Ingress flags from the device
295 uint32_t ingress_flags,
305 * @param ingress_flags Ingress flags from the device
316 uint32_t *ingress_flags,
321 uint32_t ingress_flags,
326 ingress_flags,
334 uint32_t *ingress_flags,
339 ingress_flags,
  /device/huawei/angler/dataservices/rmnetctl/inc/
librmnetctl.h 284 * @param ingress_flags Ingress flags from the device
295 uint32_t ingress_flags,
305 * @param ingress_flags Ingress flags from the device
316 uint32_t *ingress_flags,
321 uint32_t ingress_flags,
326 ingress_flags,
334 uint32_t *ingress_flags,
339 ingress_flags,
  /device/lge/bullhead/dataservices/rmnetctl/inc/
librmnetctl.h 284 * @param ingress_flags Ingress flags from the device
295 uint32_t ingress_flags,
305 * @param ingress_flags Ingress flags from the device
316 uint32_t *ingress_flags,
321 uint32_t ingress_flags,
326 ingress_flags,
334 uint32_t *ingress_flags,
339 ingress_flags,
  /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/google/marlin/dataservices/rmnetctl/src/
librmnetctl.c 546 uint32_t ingress_flags,
555 ((~INGRESS_FLAGS_MASK) & ingress_flags)) {
569 request.data_format.flags = ingress_flags;
586 uint32_t *ingress_flags,
621 if (ingress_flags)
622 *ingress_flags = response.data_format.flags;
  /device/huawei/angler/dataservices/rmnetctl/src/
librmnetctl.c 531 uint32_t ingress_flags,
540 ((~INGRESS_FLAGS_MASK) & ingress_flags)) {
554 request.data_format.flags = ingress_flags;
571 uint32_t *ingress_flags,
600 if (ingress_flags)
601 *ingress_flags = response.data_format.flags;
  /device/lge/bullhead/dataservices/rmnetctl/src/
librmnetctl.c 532 uint32_t ingress_flags,
541 ((~INGRESS_FLAGS_MASK) & ingress_flags)) {
555 request.data_format.flags = ingress_flags;
572 uint32_t *ingress_flags,
601 if (ingress_flags)
602 *ingress_flags = response.data_format.flags;
  /device/google/marlin/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");
301 uint32_t ingress_flags; local
304 handle, argv[1], &ingress_flags, &tail_spacing, &error_number);
306 printf("ingress_flags is %u\n", ingress_flags);
  /device/huawei/angler/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");
301 uint32_t ingress_flags; local
304 handle, argv[1], &ingress_flags, &tail_spacing, &error_number);
306 printf("ingress_flags is %u\n", ingress_flags);
  /device/lge/bullhead/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");
301 uint32_t ingress_flags; local
304 handle, argv[1], &ingress_flags, &tail_spacing, &error_number);
306 printf("ingress_flags is %u\n", 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 66 milliseconds