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

  /bionic/libc/kernel/uapi/linux/
mroute6.h 51 typedef struct if_set { struct
53 } if_set; typedef in typeref:struct:if_set
54 #define IF_SET(n,p) ((p)->ifs_bits[(n) / NIFBITS] |= (1 << ((n) % NIFBITS)))
71 struct if_set mf6cc_ifset;
  /external/kernel-headers/original/uapi/linux/
mroute6.h 52 typedef struct if_set { struct
54 } if_set; typedef in typeref:struct:if_set
56 #define IF_SET(n, p) ((p)->ifs_bits[(n)/NIFBITS] |= (1 << ((n) % NIFBITS)))
85 struct if_set mf6cc_ifset; /* Where it is going */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
mroute6.h 50 typedef struct if_set { struct
52 } if_set; typedef in typeref:struct:if_set
54 #define IF_SET(n, p) ((p)->ifs_bits[(n)/NIFBITS] |= (1 << ((n) % NIFBITS)))
83 struct if_set mf6cc_ifset; /* Where it is going */
  /external/selinux/python/audit2allow/
sepolgen-ifgen 142 if_set = interfaces.InterfaceSet(output=log)
143 if_set.add_headers(headers, attributes=attrs)
144 if_set.to_file(f)
  /external/selinux/python/sepolgen/src/sepolgen/
policygen.py 87 def set_gen_refpol(self, if_set=None, perm_maps=None):
97 if if_set:
98 self.ifgen = InterfaceGenerator(if_set, perm_maps)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
policygen.py 87 def set_gen_refpol(self, if_set=None, perm_maps=None):
97 if if_set:
98 self.ifgen = InterfaceGenerator(if_set, perm_maps)

Completed in 262 milliseconds