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

  /external/iproute2/include/
ip6tables.h 108 unsigned int tflags; member in struct:ip6tables_target
iptables.h 134 unsigned int tflags; member in struct:iptables_target
  /external/iproute2/tc/
m_xt.c 179 &m->tflags, NULL, &m->t);
211 m->final_check(m->tflags);
255 m->tflags=0;
m_xt_old.c 268 &m->tflags, NULL, &m->t);
300 m->final_check(m->tflags);
344 m->tflags=0;
m_ipt.c 448 &m->tflags, NULL, &m->t);
480 m->final_check(m->tflags);
524 m->tflags=0;
  /external/iptables/iptables/
xtoptions.c 895 &t->tflags, fw, &t->t);
908 cb.xflags = t->tflags;
912 t->tflags = cb.xflags;
1030 cb.xflags = t->tflags;
1033 t->final_check(t->tflags);
1036 xtables_options_fcheck(t->name, t->tflags, t->x6_options);
ip6tables.c     [all...]
iptables.c     [all...]
xtables.c 999 me->tflags = 0;
    [all...]
  /external/iptables/include/
xtables.h 324 unsigned int tflags; member in struct:xtables_target
  /external/yaffs2/yaffs2/direct/
dtest.c 591 static void PermissionsCheck(const char *path, mode_t tmode, int tflags,int expectedResult)
597 fd = yaffs_open(path,tflags,0);
601 printf("Permissions check %x %x %d failed\n",tmode,tflags,expectedResult);
605 printf("Permissions check %x %x %d OK\n",tmode,tflags,expectedResult);
    [all...]

Completed in 344 milliseconds