Searched refs:privileged (Results 1 - 10 of 10) sorted by relevance

/external/quake/quake/src/WinQuake/
H A Dhost_cmd.cpp128 if (pr_global_struct->deathmatch && !host_client->privileged)
146 if (pr_global_struct->deathmatch && !host_client->privileged)
166 if (pr_global_struct->deathmatch && !host_client->privileged)
198 if (pr_global_struct->deathmatch && !host_client->privileged)
979 if (cl->privileged)
981 cl->privileged = false;
987 cl->privileged = true;
999 if (cl->privileged)
1001 cl->privileged = false;
1007 cl->privileged
[all...]
H A Dserver.h83 qboolean privileged; // can execute any host command member in struct:client_s
H A Dsv_user.cpp530 if (host_client->privileged)
H A Dsv_main.cpp277 client->privileged = IsID(&client->netconnection->addr);
279 client->privileged = false;
H A Dnet_dgrm.cpp117 if (pr_global_struct->deathmatch && !host_client->privileged)
/external/ppp/pppd/
H A Dpppd.h121 #define OPT_PRIV 0x1000 /* privileged option */
226 extern int privileged; /* We were run by real-uid root */
675 int privileged));
679 int options_from_list __P((struct wordlist *, int privileged));
H A Dmain.c146 int privileged; /* we're running as real uid root */ variable
340 privileged = uid == 0;
369 privileged = 1;
406 if (!options_from_file(_PATH_SYSOPTIONS, !privileged, 0, 1)
H A Doptions.c220 "Take options from a privileged file", OPT_NOPRINT },
357 privileged_option = privileged;
477 ret = options_from_file(path, 0, 1, privileged);
H A Dauth.c386 "Allow group members to use privileged options", OPT_PRIV | OPT_A2LIST },
458 * privgroup - allow members of the group to have privileged access.
474 privileged = 1;
1206 if (!auth_required && !allow_any_ip && have_route_to(0) && !privileged) {
2204 return allow_any_ip || privileged || !have_route_to(addr);
/external/iproute2/doc/
H A Dapi-ip6-flowlabels.tex233 One idea is to disallow not privileged user to allocate flow

Completed in 197 milliseconds