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

  /external/iptables/extensions/
libip6t_owner.c 140 print_item(struct ip6t_owner_info *info, u_int8_t flag, int numeric, char *label) function
208 print_item(info, IP6T_OWNER_UID, numeric, "OWNER UID match ");
209 print_item(info, IP6T_OWNER_GID, numeric, "OWNER GID match ");
210 print_item(info, IP6T_OWNER_PID, numeric, "OWNER PID match ");
211 print_item(info, IP6T_OWNER_SID, numeric, "OWNER SID match ");
213 print_item(info, IP6T_OWNER_COMM, numeric, "OWNER CMD match ");
223 print_item(info, IP6T_OWNER_UID, 0, "--uid-owner ");
224 print_item(info, IP6T_OWNER_GID, 0, "--gid-owner ");
225 print_item(info, IP6T_OWNER_PID, 0, "--pid-owner ");
226 print_item(info, IP6T_OWNER_SID, 0, "--sid-owner ")
    [all...]
libipt_owner.c 141 print_item(struct ipt_owner_info *info, u_int8_t flag, int numeric, char *label) function
209 print_item(info, IPT_OWNER_UID, numeric, "OWNER UID match ");
210 print_item(info, IPT_OWNER_GID, numeric, "OWNER GID match ");
211 print_item(info, IPT_OWNER_PID, numeric, "OWNER PID match ");
212 print_item(info, IPT_OWNER_SID, numeric, "OWNER SID match ");
214 print_item(info, IPT_OWNER_COMM, numeric, "OWNER CMD match ");
224 print_item(info, IPT_OWNER_UID, 0, "--uid-owner ");
225 print_item(info, IPT_OWNER_GID, 0, "--gid-owner ");
226 print_item(info, IPT_OWNER_PID, 0, "--pid-owner ");
227 print_item(info, IPT_OWNER_SID, 0, "--sid-owner ")
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
reiserfs_fs.h 1455 void (*print_item) (struct item_head *, char *item); member in struct:item_operations
    [all...]

Completed in 35 milliseconds