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

  /system/netd/
CommandListener.h 43 static InterfaceController *sInterfaceCtrl;
CommandListener.cpp 50 InterfaceController *CommandListener::sInterfaceCtrl = NULL;
167 if (!sInterfaceCtrl)
168 sInterfaceCtrl = new InterfaceController();
253 rc = sInterfaceCtrl->interfaceCommand(argc, argv, &rbuf);
589 if (sInterfaceCtrl->setIPv6PrivacyExtensions(argv[2], enable) == 0) {
605 if (sInterfaceCtrl->setEnableIPv6(argv[2], enable) == 0) {
615 if (sInterfaceCtrl->getMtu(argv[2], &mtu) == 0) {
630 if (sInterfaceCtrl->setMtu(argv[2], argv[3]) == 0) {
    [all...]

Completed in 157 milliseconds