Lines Matching defs:uid
30 uid_t uid;
39 uid_t uid;
49 * UID/GID value anyway.
65 "[!] --uid-owner userid Match local UID\n"
77 "[!] --uid-owner userid Match local UID\n"
88 "[!] --uid-owner userid[-userid] Match local UID\n"
95 {.name = "uid-owner", .id = O_USER, .type = XTTYPE_STRING,
113 {.name = "uid-owner", .id = O_USER, .type = XTTYPE_STRING,
128 {.name = "uid-owner", .id = O_USER, .type = XTTYPE_STRING,
149 xtables_param_act(XTF_BAD_VALUE, "owner", "--uid-owner", cb->arg);
153 info->uid = id;
196 xtables_param_act(XTF_BAD_VALUE, "owner", "--uid-owner", cb->arg);
200 info->uid = id;
254 owner_parse_range(cb->arg, &from, &to, "--uid-owner");
284 "--uid-owner, --gid-owner or --socket-exists "
301 struct passwd *pwd = getpwuid(info->uid);
308 printf(" %u", (unsigned int)info->uid);
350 struct passwd *pwd = getpwuid(info->uid);
357 printf(" %u", (unsigned int)info->uid);
433 owner_mt_print_item_v0(info, "owner UID match", IPT_OWNER_UID, numeric);
446 owner_mt6_print_item_v0(info, "owner UID match", IPT_OWNER_UID, numeric);
458 owner_mt_print_item(info, "owner UID match", XT_OWNER_UID, numeric);
467 owner_mt_print_item_v0(info, "--uid-owner", IPT_OWNER_UID, true);
479 owner_mt6_print_item_v0(info, "--uid-owner", IPT_OWNER_UID, true);
490 owner_mt_print_item(info, "--uid-owner", XT_OWNER_UID, true);