/external/iproute2/ip/ |
iptuntap.c | 271 static int do_show(int argc, char **argv) function 315 return do_show(argc-1, argv+1); 319 return do_show(0, NULL);
|
ip6tunnel.c | 344 static int do_show(int argc, char **argv) function 416 return do_show(argc - 1, argv + 1); 420 return do_show(0, NULL);
|
iptunnel.c | 471 static int do_show(int argc, char **argv) function 628 return do_show(argc-1, argv+1); 636 return do_show(0, NULL);
|
ipl2tp.c | 700 static int do_show(int argc, char **argv) function 803 return do_show(argc-1, argv+1);
|
/packages/apps/Settings/src/com/android/settings/ |
HomeSettings.java | 53 public static final String HOME_PREFS_DO_SHOW = "do_show";
|