Searched refs:sInterfaceCtrl (Results 1 – 2 of 2) sorted by relevance
91 InterfaceController *CommandListener::sInterfaceCtrl = NULL; member in CommandListener207 if (!sInterfaceCtrl) in CommandListener()208 sInterfaceCtrl = new InterfaceController(); in CommandListener()429 if (sInterfaceCtrl->setIPv6PrivacyExtensions(argv[2], enable) == 0) { in runCommand()445 if (sInterfaceCtrl->setEnableIPv6(argv[2], enable) == 0) { in runCommand()460 if (sInterfaceCtrl->setIPv6NdOffload(argv[2], enable) == 0) { in runCommand()473 if (sInterfaceCtrl->setMtu(argv[2], argv[3]) == 0) { in runCommand()
43 static InterfaceController *sInterfaceCtrl; variable