Home | History | Annotate | Download | only in server

Lines Matching defs:uids

1574             return syntaxError(client, "Invalid UIDs");
1597 std::vector<uid_t> uids;
1599 uids.push_back(strtoul(argv[i], NULL, 0));
1602 sNetCtrl->allowProtect(uids);
1604 sNetCtrl->denyProtect(uids);